Module:Navbar/configuration: திருத்தங்களுக்கு இடையிலான வேறுபாடு
Jump to navigation
Jump to search
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
and remove other brackets here |
imported>Ravidreams சி en:Module:Navbar/configuration இலிருந்து திருத்தம் இறக்குமதி செய்யப்பட்டன |
||
| (6 பயனர்களால் செய்யப்பட்ட 15 இடைப்பட்ட திருத்தங்கள் காட்டப்படவில்லை.) | |||
| வரிசை 1: | வரிசை 1: | ||
return { |
|||
local configuration = { |
|||
['templatestyles'] = 'Module:Navbar/styles.css', |
['templatestyles'] = 'Module:Navbar/styles.css', |
||
['hlist_templatestyles'] = 'Hlist/styles.css', |
|||
['box_text'] = ' |
['box_text'] = 'இந்தப் பெட்டி: ', -- default text box when not plain or mini |
||
['title_namespace'] = ' |
['title_namespace'] = 'வார்ப்புரு', -- namespace to default to for title |
||
['invalid_title'] = 'Invalid title ', |
['invalid_title'] = 'Invalid title ', |
||
['classes'] = { |
['classes'] = { -- set a line to nil if you don't want it |
||
-- translate or set a line to nil if you don't want it |
|||
['navbar'] = 'navbar', |
['navbar'] = 'navbar', |
||
['plainlinks'] = 'plainlinks', -- plainlinks |
['plainlinks'] = 'plainlinks', -- plainlinks |
||
['horizontal_list'] = 'hlist', -- horizontal list class |
['horizontal_list'] = 'hlist', -- horizontal list class |
||
['mini'] = 'mini', -- class indicating small links in the navbar |
['mini'] = 'navbar-mini', -- class indicating small links in the navbar |
||
['this_box'] = 'navbar-boxtext', |
['this_box'] = 'navbar-boxtext', |
||
['brackets'] = 'navbar-brackets', |
['brackets'] = 'navbar-brackets', |
||
| வரிசை 20: | வரிசை 20: | ||
} |
} |
||
} |
} |
||
return configuration |
|||
08:12, 12 ஏப்பிரல் 2025 இல் கடைசித் திருத்தம்
Documentation for this module may be created at Module:Navbar/configuration/doc
return {
['templatestyles'] = 'Module:Navbar/styles.css',
['hlist_templatestyles'] = 'Hlist/styles.css',
['box_text'] = 'இந்தப் பெட்டி: ', -- default text box when not plain or mini
['title_namespace'] = 'வார்ப்புரு', -- namespace to default to for title
['invalid_title'] = 'Invalid title ',
['classes'] = { -- set a line to nil if you don't want it
['navbar'] = 'navbar',
['plainlinks'] = 'plainlinks', -- plainlinks
['horizontal_list'] = 'hlist', -- horizontal list class
['mini'] = 'navbar-mini', -- class indicating small links in the navbar
['this_box'] = 'navbar-boxtext',
['brackets'] = 'navbar-brackets',
-- 'collapsible' is the key for a class to indicate the navbar is
-- setting up the collapsible element in addition to the normal
-- navbar.
['collapsible'] = 'navbar-collapse',
['collapsible_title_mini'] = 'navbar-ct-mini',
['collapsible_title_full'] = 'navbar-ct-full'
}
}