Content deleted Content added
m sync with template |
and module:list dep |
||
Line 103:
local shortcutList = root
:tag('div')
:addClass('module-shortcutboxplain
:attr('role', 'note')
if options.float and options.float:lower() == 'left' then
Line 117:
:wikitext(shortcutHeading)
end
return tostring(root)
end
|