Template:Nav: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 9: | Line 9: | ||
width:50em;"> | width:50em;"> | ||
<div class="header heading" style="background-color: {{ #if:{{{{{theme|}}}}} | {{{theme-color|}}} | {{{{{theme|}}}|color}} }};"><!-- | <div class="header heading" style="background-color: {{ #if:{{{{{theme|}}}}} | {{{theme-color|}}} | {{{{{theme|}}}|color}} }};"><!-- | ||
-->{{#if:{{{icon|}}}|[[File:{{{icon|}}}]]|}}<!-- | |||
-->{{ #if:{{{{{theme|}}}}} | {{{title|}}} | {{#if: {{{{{theme|}}}|mainlink}} | {{{{{theme|}}}|mainlink}} | {{{{{theme|}}}|name}} }} }}<!-- | -->{{ #if:{{{{{theme|}}}}} | {{{title|}}} | {{#if: {{{{{theme|}}}|mainlink}} | {{{{{theme|}}}|mainlink}} | {{{{{theme|}}}|name}} }} }}<!-- | ||
-->{{ #if:{{{{{theme|}}}}} | {{{buttons|}}} | {{{{{theme|}}}|buttons}} }} | -->{{ #if:{{{{{theme|}}}}} | {{{buttons|}}} | {{{{{theme|}}}|buttons}} }} | ||
Line 23: | Line 24: | ||
{{nav | {{nav | ||
| title=[[Aerius Module]] | | title=[[Aerius Module]] | ||
| icon=Editor_ribbon_icon_current.png | |||
| buttons={{Aerius Module buttons}} | | buttons={{Aerius Module buttons}} | ||
| theme-color=lightgreen | | theme-color=lightgreen |
Revision as of 12:19, 7 August 2020
Examples:
Parameters for predefined theme:
- theme (required): Theming, consisting of "Template:theme". Injects color, main link, and a theme class E.g. Aerius gets class "theme-aerius".
- 1 (required): Content, consisting of "Template:nav-group"s.
Parameters without theme:
- title (required): Can be text or a link.
- 1 (required): Content, consisting of "Template:nav-group"s.
- buttons (optional): Consists of a buttons template. Is displayed next to title
- theme-color (optional): The color appropriate for the theme, if no theme is directly provided.