Module:Shortcut/sandbox: Difference between revisions

Content deleted Content added
simpler
Line 26:
local templateMode = yesno(options.template)
local policyHeading = yesno(options.policy)
local floatTablefloatLeft = options.float and options.float:lower() == 'left'
local isCategorized = yesno(options.category) ~= false
 
Line 119:
:addClass('module-shortcutboxplain plainlist noprint')
:attr('role', 'note')
if floatTable == 'left'floatLeft then
shortcutList:addClass('module-shortcutboxleft')
end