Module:Shortcut/sandbox: Difference between revisions

Content deleted Content added
rv, the space between line and shortcut(s) got too small
hmm
Line 88:
:css('background', '#fff')
:css('margin', '0em 0em 0em 1em')
:css('padding', '.3em .4em6em .2em .4em6em')
:css('text-align', 'center')
:css('font-size', '85%')
Line 99:
:css('margin-bottom', '.2em')
:css('font-weight', 'normal')
:css('width', '100%')
:wikitext(shortcutHeading)
end
local list = shortcutList:tag('ul')
:tag('ul')
for i, item in ipairs(listItems) do
shortcutListlist:tag('li'):wikitext(item)
end
 
return tostring(root)
end