Navbox – Template
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Add css style usage) |
Lou Montana (talk | contribs) m (Fix deleted colors) |
||
Line 13: | Line 13: | ||
{{{!}} class{{=}}"navboxWiki{{#if:{{{sub|}}}||<nowiki/> mw-collapsible}}" | {{{!}} class{{=}}"navboxWiki{{#if:{{{sub|}}}||<nowiki/> mw-collapsible}}" | ||
{{#if:{{{sub|}}}|| | {{#if:{{{sub|}}}|| | ||
{{!}}- | {{!}}- {{#if:{{{color|}}}|style{{=}}"background-color: {{{color}}}"}} | ||
! colspan{{=}}"2" {{!}} {{{title|}}} | ! colspan{{=}}"2" {{!}} {{{title|}}} | ||
{{!}}- | {{!}}- | ||
Line 21: | Line 21: | ||
| | | | ||
{{#if:{{{title1|}}} | {{#if:{{{title1|}}} | ||
| ! {{{title1}}} | | ! {{#if:{{{color1|}}}|style{{=}}"background-color: {{{color1}}}" {{!}}}} {{{title1}}} | ||
{{!}} | {{!}} | ||
{{{content1|}}} | {{{content1|}}} | ||
Line 32: | Line 32: | ||
| | | | ||
{{#if:{{{title2|}}} | {{#if:{{{title2|}}} | ||
| ! {{{title2}}} | | ! {{#if:{{{color2|}}}|style{{=}}"background-color: {{{color2}}}" {{!}}}} {{{title2}}} | ||
{{!}} | {{!}} | ||
{{{content2|}}} | {{{content2|}}} | ||
Line 43: | Line 43: | ||
| | | | ||
{{#if:{{{title3|}}} | {{#if:{{{title3|}}} | ||
| ! {{{title3}}} | | ! {{#if:{{{color3|}}}|style{{=}}"background-color: {{{color3}}}" {{!}}}} {{{title3}}} | ||
{{!}} | {{!}} | ||
{{{content3|}}} | {{{content3|}}} | ||
Line 54: | Line 54: | ||
| | | | ||
{{#if:{{{title4|}}} | {{#if:{{{title4|}}} | ||
| ! {{{title4}}} | | ! {{#if:{{{color4|}}}|style{{=}}"background-color: {{{color4}}}" {{!}}}} {{{title4}}} | ||
{{!}} | {{!}} | ||
{{{content4|}}} | {{{content4|}}} | ||
Line 65: | Line 65: | ||
| | | | ||
{{#if:{{{title5|}}} | {{#if:{{{title5|}}} | ||
| ! {{{title5}}} | | ! {{#if:{{{color5|}}}|style{{=}}"background-color: {{{color5}}}" {{!}}}} {{{title5}}} | ||
{{!}} | {{!}} | ||
{{{content5|}}} | {{{content5|}}} | ||
Line 76: | Line 76: | ||
| | | | ||
{{#if:{{{title6|}}} | {{#if:{{{title6|}}} | ||
| ! {{{title6}}} | | ! {{#if:{{{color6|}}}|style{{=}}"background-color: {{{color6}}}" {{!}}}} {{{title6}}} | ||
{{!}} | {{!}} | ||
{{{content6|}}} | {{{content6|}}} | ||
Line 87: | Line 87: | ||
| | | | ||
{{#if:{{{title7|}}} | {{#if:{{{title7|}}} | ||
| ! {{{title7}}} | | ! {{#if:{{{color7|}}}|style{{=}}"background-color: {{{color7}}}" {{!}}}} {{{title7}}} | ||
{{!}} | {{!}} | ||
{{{content7|}}} | {{{content7|}}} | ||
Line 98: | Line 98: | ||
| | | | ||
{{#if:{{{title8|}}} | {{#if:{{{title8|}}} | ||
| ! {{{title8}}} | | ! {{#if:{{{color8|}}}|style{{=}}"background-color: {{{color8}}}" {{!}}}} {{{title8}}} | ||
{{!}} | {{!}} | ||
{{{content8|}}} | {{{content8|}}} |
Revision as of 01:04, 4 January 2021
Usage
{{NavboxWiki|title|color|title#|color#|content#|sub}}
- title: (Optional) navbox title
- color: (Optional, default #)
- title#: (Optional, default empty) # in range 1..8: row 1..8 title
- color#: (Optional, default #DDDDDD) # in range 1..8: row 1..8 title colour
- content#: (Optional, default empty) # in range 1..8: row 1..8 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 |