Module:Sandbox/BrandonXLF/3: Difference between revisions

Content deleted Content added
Set hasImages
No edit summary
Line 49:
padding = '5px',
float = args.float or 'left',
backgroundColor['background-color'] = '#f8f9fa',
border = '1px solid #aaa',
width = '20em',
fontSize['font-size'] = '90%'
})
 
Line 59:
:attr('colspan', hasImages and 2 or 1)
:css({
textAlign['text-align'] = 'center',
fontSize['font-size'] = 'larger',
fontWeight['font-weight'] = 'bold'
})
:wikitext(args.title and args.title or 'Historical affiliations')
Line 79:
:css({
width = '100%',
verticalAlign['vertical-align'] = 'top'
})
:wikitext(entry.country .. entry.post)