Module:Sidebar/configuration: Difference between revisions
From Kaboom Wiki
>Izno rm note since we're now adding nomobile |
>Izno poke |
||
| Line 1: | Line 1: | ||
return { | return { | ||
i18n = { | |||
child_yes = 'yes', | |||
float_none = 'none', | |||
float_left = 'left', | |||
wrap_true = 'true', | |||
navbar_none = 'none', | |||
navbar_off = 'off', | |||
default_list_title = 'List', | |||
title_not_to_add_navbar = 'Template:Sidebar', | |||
collapse_title_not_to_add_navbar = 'Template:Sidebar with collapsible lists', | |||
templatestyles = 'Module:Sidebar/styles.css', | |||
child_category = '[[Category:Pages using sidebar with the child parameter]]', | |||
pattern = { | |||
subgroup = 'sidebar%-subgroup', | |||
sandbox = '/sandbox$', | |||
collapse_sandbox = '/sandbox$', | |||
}, | }, | ||
class = { | |||
sidebar = 'sidebar', | |||
subgroup = 'sidebar-subgroup', | |||
collapse = 'sidebar-collapse', | |||
float_none = 'sidebar-none', | |||
float_left = 'sidebar-left', | |||
wraplinks = 'sidebar-wraplinks', | |||
top_image = 'sidebar-top-image', | |||
top_caption = 'sidebar-top-caption', | |||
pretitle = 'sidebar-pretitle', | |||
pretitle_with_top_image = 'sidebar-pretitle-with-top-image', | |||
title = 'sidebar-title', | |||
title_with_pretitle = 'sidebar-title-with-pretitle', | |||
image = 'sidebar-image', | |||
caption = 'sidebar-caption', | |||
above = 'sidebar-above', | |||
heading = 'sidebar-heading', | |||
numbered_heading_pretext = 'sidebar-heading', | |||
content = 'sidebar-content', | |||
content_with_subgroup = 'sidebar-content-with-subgroup', | |||
numbered_content_pretext = 'sidebar-content', | |||
below = 'sidebar-below', | |||
navbar = 'sidebar-navbar', | |||
numbered_list_pretext = 'sidebar-list', | |||
list_title = 'sidebar-list-title', | |||
} | } | ||
} | } | ||
} | } | ||
Revision as of 17:33, 5 January 2021
Documentation for this module may be created at Module:Sidebar/configuration/doc
return {
i18n = {
child_yes = 'yes',
float_none = 'none',
float_left = 'left',
wrap_true = 'true',
navbar_none = 'none',
navbar_off = 'off',
default_list_title = 'List',
title_not_to_add_navbar = 'Template:Sidebar',
collapse_title_not_to_add_navbar = 'Template:Sidebar with collapsible lists',
templatestyles = 'Module:Sidebar/styles.css',
child_category = '[[Category:Pages using sidebar with the child parameter]]',
pattern = {
subgroup = 'sidebar%-subgroup',
sandbox = '/sandbox$',
collapse_sandbox = '/sandbox$',
},
class = {
sidebar = 'sidebar',
subgroup = 'sidebar-subgroup',
collapse = 'sidebar-collapse',
float_none = 'sidebar-none',
float_left = 'sidebar-left',
wraplinks = 'sidebar-wraplinks',
top_image = 'sidebar-top-image',
top_caption = 'sidebar-top-caption',
pretitle = 'sidebar-pretitle',
pretitle_with_top_image = 'sidebar-pretitle-with-top-image',
title = 'sidebar-title',
title_with_pretitle = 'sidebar-title-with-pretitle',
image = 'sidebar-image',
caption = 'sidebar-caption',
above = 'sidebar-above',
heading = 'sidebar-heading',
numbered_heading_pretext = 'sidebar-heading',
content = 'sidebar-content',
content_with_subgroup = 'sidebar-content-with-subgroup',
numbered_content_pretext = 'sidebar-content',
below = 'sidebar-below',
navbar = 'sidebar-navbar',
numbered_list_pretext = 'sidebar-list',
list_title = 'sidebar-list-title',
}
}
}