Module:Infobox Recipe/Sandbox: Difference between revisions

center some cells
(remove space between number and s for seconds)
(center some cells)
Line 147:
:tag('td')
:attr{ colspan = '10' }
:css{ ['text-align'] = 'leftcenter' }
:wikitext('[[File:' .. facility .. '.png|30px|link=' .. facility .. ']] [[' .. facility .. ']]')
:done()
Line 171:
:tag('td')
:attr{ colspan = '11' }
:css{ ['text-align'] = 'center' }
:wikitext(hc(args.facility) and ('[[File:%s.png|link=%s|30px]] [[%s]]'):format(args.facility, args.facility, args.facility) or editButton("'''?''' (edit)"))
 
Line 182 ⟶ 183:
:tag('td')
:attr{ colspan = '11' }
:css{ ['text-align'] = 'center' }
:wikitext(hc(args.duration) and ('%ss'):format(args.duration) or editButton("'''?''' (edit)"))
 
11,273

edits