Navbox – Template
m (more titles) |
m (fixed content 6-8) |
||
| Line 71: | Line 71: | ||
}} | }} | ||
{{#if:{{{title6|}}}{{{ | {{#if:{{{title6|}}}{{{content6|}}} | ||
| | | | ||
{{#if:{{{ | {{#if:{{{title6|}}} | ||
| ! style{{=}}"background-color: {{{ | | ! style{{=}}"background-color: {{{color6|#EEE}}}; padding: 0.5em 1em" {{!}} {{{title6}}} | ||
{{!}} style{{=}}"padding: 0 0.5em" {{!}} | {{!}} style{{=}}"padding: 0 0.5em" {{!}} | ||
{{{ | {{{content6|}}} | ||
| {{!}} colspan{{=}}"2" style{{=}}"padding: 0.5em; text-align: center" {{!}} {{{ | | {{!}} colspan{{=}}"2" style{{=}}"padding: 0.5em; text-align: center" {{!}} {{{content6|}}} }} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{title7|}}}{{{ | {{#if:{{{title7|}}}{{{content7|}}} | ||
| | | | ||
{{#if:{{{ | {{#if:{{{title7|}}} | ||
| ! style{{=}}"background-color: {{{ | | ! style{{=}}"background-color: {{{color7|#EEE}}}; padding: 0.5em 1em" {{!}} {{{title7}}} | ||
{{!}} style{{=}}"padding: 0 0.5em" {{!}} | {{!}} style{{=}}"padding: 0 0.5em" {{!}} | ||
{{{ | {{{content7|}}} | ||
| {{!}} colspan{{=}}"2" style{{=}}"padding: 0.5em; text-align: center" {{!}} {{{ | | {{!}} colspan{{=}}"2" style{{=}}"padding: 0.5em; text-align: center" {{!}} {{{content7|}}} }} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{title8|}}}{{{ | {{#if:{{{title8|}}}{{{content8|}}} | ||
| | | | ||
{{#if:{{{ | {{#if:{{{title8|}}} | ||
| ! style{{=}}"background-color: {{{ | | ! style{{=}}"background-color: {{{color8|#EEE}}}; padding: 0.5em 1em" {{!}} {{{title8}}} | ||
{{!}} style{{=}}"padding: 0 0.5em" {{!}} | {{!}} style{{=}}"padding: 0 0.5em" {{!}} | ||
{{{ | {{{content8|}}} | ||
| {{!}} colspan{{=}}"2" style{{=}}"padding: 0.5em; text-align: center" {{!}} {{{ | | {{!}} colspan{{=}}"2" style{{=}}"padding: 0.5em; text-align: center" {{!}} {{{content8|}}} }} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
Revision as of 10:05, 28 December 2020
Usage
{{NavboxWiki|title|color|title#|color#|content#|sub}}
- title: (Optional) navbox title
- color: (Optional, default #)
- title#: (Optional, default empty) # in range 1..5: row 1..5 title
- color#: (Optional, default #DDDDDD) # in range 1..5: row 1..5 title colour
- content#: (Optional, default empty) # in range 1..5: row 1..5 cell content
- sub: (Optional, default empty) y defines if border and collapsible are shown
| Code | Result |
|---|---|
| {{NavboxWiki}} | Template:NavboxWiki |
| {{NavboxWiki|Hello there!}} | Template:NavboxWiki |
{{NavboxWiki
|title1= Title 1
|content1= Hello, first content!
}}
|
Template:NavboxWiki |
{{NavboxWiki
|title= title displays collapse option
|title1= category
|content1= content that is displayed here
}}
|
Template:NavboxWiki |
{{NavboxWiki
|title= NAVBOX TITLE
|color= #DAD
|title1= Title 1
|color1= #AAF
|content1= Hello, first content!
|content2= Wait… no title?
|title3= hahaha
|content3= Yep, no title.
}}
|
Template:NavboxWiki |
{{NavboxWiki
|title= NAVBOX TITLE
|color= #CDF
|title1= Title 1
|content1=
{{NavboxWiki
|sub= y
|title1= title1
|content1= content1
|title2= title2
|color2= #FAA
|content2= content2
|title3= title3
|content3=
{{NavboxWiki
|sub= y
|title1= wait…
|content1= stop!
|title2= enough!
|content2= I said.
}}
}}
}}
|
Template:NavboxWiki |