Module:Navboxes: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 57: Line 57:
      
      
   local result = '{| class="wikitable" style="margin:auto; clear:both; width: 100%"'
   local result = '{| class="wikitable" style="margin:auto; clear:both; width: 100%"'
   result = result..'\r\n|-\r\n!'..Icons.Icon({'Farming', type='skill'})
   result = result..'\r\n!'..Icons.Icon({'Farming', type='skill'})
   result = result..'\r\n|-\r\n|style="padding:0px;"|{| class="wikitable mw-collapsible '..allotment..'" style="margin:auto; clear:both; width: 100%"'
   result = result..'\r\n|-\r\n{| class="wikitable mw-collapsible '..allotment..'" style="margin:auto; clear:both; width: 100%"'
   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'
Line 65: Line 65:
   result = result..'\r\n|style="text-align:center;|'..allotmentProduce
   result = result..'\r\n|style="text-align:center;|'..allotmentProduce
   result = result..'\r\n|}'
   result = result..'\r\n|}'
   result = result..'\r\n|-\r\n|style="padding:0px;"|{| 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'
Line 72: Line 72:
   result = result..'\r\n|style="text-align:center;|'..herbProduce
   result = result..'\r\n|style="text-align:center;|'..herbProduce
   result = result..'\r\n|}'
   result = result..'\r\n|}'
   result = result..'\r\n|-\r\n|style="padding:0px;"|{|{| 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'
444

edits