Content deleted Content added
BrandonXLF (talk | contribs) Simpler form |
BrandonXLF (talk | contribs) No edit summary |
||
Line 10:
local container = mw.html.create('div')
:addClass('historical-affiliation')
:css('float', args.float or '
if args.width then
container:css('width', args.width)
end
local titleId = math.random()
|