Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Navpills: Difference between revisions

From Aeronautica Official Wiki
Polderbaan (talk | contribs)
No edit summary
Polderbaan (talk | contribs)
No edit summary
Line 31: Line 31:
if args['cols'] then
if args['cols'] then
if args['cols'] == '3auto' then
local num = tostring( args['cols'] )
html:addClass( 'template-navpills--col3' )
html:addClass( string.format( 'template-navpills--col%s', num ) )
end
end
end
Cookies help us deliver our services. By using our services, you agree to our use of cookies.