444
edits
Inconvenient (talk | contribs) mNo edit summary |
Inconvenient (talk | contribs) mNo edit summary |
||
Line 31: | Line 31: | ||
elseif i == 2 or i == 3 or i == 5 or i == 7 or i == 8 then | elseif i == 2 or i == 3 or i == 5 or i == 7 or i == 8 then | ||
table.insert(treeProduceTable, Icons.Icon({item.name, type='item'})) | table.insert(treeProduceTable, Icons.Icon({item.name, type='item'})) | ||
end | end | ||
end | end | ||
Line 61: | Line 39: | ||
result = result..'\r\n!colspan="2"|Allotments' | result = result..'\r\n!colspan="2"|Allotments' | ||
result = result..'\r\n|-\r\n!scope="row"|Seeds' | result = result..'\r\n|-\r\n!scope="row"|Seeds' | ||
result = result..'\r\n|style="text-align:center;|'.. | result = result..'\r\n|style="text-align:center;|'..table.concat(allotmentSeedsTable, ' • ') | ||
result = result..'\r\n|-\r\n!scope="row"|Produce' | result = result..'\r\n|-\r\n!scope="row"|Produce' | ||
result = result..'\r\n|style="text-align:center;|'.. | result = result..'\r\n|style="text-align:center;|'..table.concat(allotmentProduceTable, ' • ') | ||
result = result..'\r\n|}' | result = result..'\r\n|}' | ||
result = result..'\r\n|-\r\n{| class="wikitable mw-collapsible '..herb..'" style="margin:auto; clear:both; width: 100%"' | result = result..'\r\n|-\r\n{| class="wikitable mw-collapsible '..herb..'" style="margin:auto; clear:both; width: 100%"' | ||
result = result..'\r\n!colspan="2"|Herbs' | result = result..'\r\n!colspan="2"|Herbs' | ||
result = result..'\r\n|-\r\n!scope="row"|Seeds' | result = result..'\r\n|-\r\n!scope="row"|Seeds' | ||
result = result..'\r\n|style="text-align:center;|'.. | result = result..'\r\n|style="text-align:center;|'..table.concat(herbSeedsTable, ' • ') | ||
result = result..'\r\n|-\r\n!scope="row"|Produce' | result = result..'\r\n|-\r\n!scope="row"|Produce' | ||
result = result..'\r\n|style="text-align:center;|'.. | result = result..'\r\n|style="text-align:center;|'..table.concat(herbProduceTable, ' • ') | ||
result = result..'\r\n|}' | result = result..'\r\n|}' | ||
result = result..'\r\n|-\r\n{| class="wikitable mw-collapsible '..tree..'" style="margin:auto; clear:both; width: 100%"' | result = result..'\r\n|-\r\n{| class="wikitable mw-collapsible '..tree..'" style="margin:auto; clear:both; width: 100%"' | ||
result = result..'\r\n!colspan="2"|Trees' | result = result..'\r\n!colspan="2"|Trees' | ||
result = result..'\r\n|-\r\n!scope="row"|Seeds' | result = result..'\r\n|-\r\n!scope="row"|Seeds' | ||
result = result..'\r\n|style="text-align:center;|'.. | result = result..'\r\n|style="text-align:center;|'..table.concat(treeSeedsTable, ' • ') | ||
result = result..'\r\n|-\r\n!scope="row"|Produce' | result = result..'\r\n|-\r\n!scope="row"|Produce' | ||
result = result..'\r\n|style="text-align:center;|'.. | result = result..'\r\n|style="text-align:center;|'..table.concat(treeProduceTable, ' • ') | ||
result = result..'\r\n|}\r\n|}' | result = result..'\r\n|}\r\n|}' | ||
edits