444
edits
Inconvenient (talk | contribs) No edit summary |
Inconvenient (talk | contribs) mNo edit summary |
||
Line 20: | Line 20: | ||
end | end | ||
local result = '' | local result = '' | ||
if | if frame.args[2] == 'start' then | ||
result = result..'{| class="wikitable sortable stickyHeader"\r\n|-\r\nclass="headerRow-0"\r\n!colspan="2"|Item!ID!Category!Type!Sells For!Item Sources!Item Uses' | result = result..'{| class="wikitable sortable stickyHeader"\r\n|-\r\nclass="headerRow-0"\r\n!colspan="2"|Item!ID!Category!Type!Sells For!Item Sources!Item Uses' | ||
end | end | ||
Line 26: | Line 26: | ||
result = result..item | result = result..item | ||
end | end | ||
if | if frame.args[2] == 'end' then | ||
result = result..'\r\n|}' | result = result..'\r\n|}' | ||
end | end |
edits