Module:Shortcut: Difference between revisions
spacing changes, as discussed at Template talk:Shortcut
(spacing changes, as discussed at Template talk:Shortcut) |
|||
Line 87: | Line 87: | ||
:css('border', '1px solid #aaa') | :css('border', '1px solid #aaa') | ||
:css('background', '#fff') | :css('background', '#fff') | ||
:css('margin', ' | :css('margin', '0em 0em 0em 1em') | ||
:css('padding', '. | :css('padding', '.3em .6em .2em .6em') | ||
:css('text-align', 'center') | :css('text-align', 'center') | ||
:css('font-size', ' | :css('font-size', '85%') | ||
:css('font-weight', 'bold') | :css('font-weight', 'bold') | ||
:wikitext(shortcutHeading) | if shortcutHeading then | ||
shortcutList | |||
:tag('div') | |||
:css('display','inline-block') | |||
:css('border-bottom','1px solid #aaa') | |||
:css('margin-bottom', '.2em') | |||
:css('font-weight', 'normal') | |||
:wikitext(shortcutHeading) | |||
end | |||
shortcutList | |||
:tag('ul') | |||
for i, item in ipairs(listItems) do | for i, item in ipairs(listItems) do | ||
shortcutList:tag('li'):wikitext(item) | shortcutList:tag('li'):wikitext(item) |