Module:Infobox Recipe/Sandbox: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
(remove space between number and s for seconds) |
||
Line 182: | Line 182: | ||
:tag('td') |
:tag('td') |
||
:attr{ colspan = '11' } |
:attr{ colspan = '11' } |
||
:wikitext(hc(args.duration) and ('% |
:wikitext(hc(args.duration) and ('%ss'):format(args.duration) or editButton("'''?''' (edit)")) |
||
:done() |
:done() |