Module:Infobox Recipe: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 268:
:done()
:done()
if args.output1 then
 
out
-- Values
:tag('tr')
:tag('td')
:css{ ['border-right'] = 'none' }
:wikitext(args.output1 and '[[File:' .. args.output1 .. '.png|30px|link=' .. args.output1 .. ']]' or 'Unknown')
:done()
:tag('td')
:css{ ['border-left'] = 'none' }
:wikitext(args.output1 and '[[' .. args.output1 .. ']]' or 'Unknown')
:done()
:tag('td')
Line 285 ⟶ 287:
:wikitext(currency_cell(output1TotalValue))
:done()
end
 
-- Add profit data
out
:tag('tr')
:tag('th')
919

edits