Module:Shortcut/sandbox: Difference between revisions

Content deleted Content added
m sync with template
and module:list dep
Line 103:
local shortcutList = root
:tag('div')
:addClass('module-shortcutboxplain plainlist noprint')
:attr('role', 'note')
if options.float and options.float:lower() == 'left' then
Line 117:
:wikitext(shortcutHeading)
end
local list = shortcutList:tag('ul')
forlocal i,ubl item= in ipairsrequire('Module:List').unbulleted(listItems) do
list:tag('li') root:wikitext(itemubl)
end
return tostring(root)
end