Module:Sandbox/User:The Gaffer/Modules/Infobox Recipe: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
The Gaffer (talk | contribs) No edit summary |
The Gaffer (talk | contribs) No edit summary |
||
Line 47: | Line 47: | ||
table.insert(out, '| [[' .. args.rawmat1 .. ']]') |
table.insert(out, '| [[' .. args.rawmat1 .. ']]') |
||
table.insert(out, '| style="text-align: right;" | ' .. (args.rawmat1qty or 1)) |
table.insert(out, '| style="text-align: right;" | ' .. (args.rawmat1qty or 1)) |
||
table.insert(out, '| style="text-align: right;" | ' .. rawmat1cost[Shop_buy_price]) |
table.insert(out, '| style="text-align: right;" | ' .. rawmat1cost["Shop_buy_price"]) |
||
table.insert(out, '|-') |
table.insert(out, '|-') |
||
end |
end |