Navbox – Template

From Bohemia Interactive Community
Revision as of 07:26, 28 December 2020 by Lou Montana (talk | contribs) (Template creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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
Examples
Code Result
{{NavboxWiki}} Template:NavboxWiki
{{NavboxWiki|Hello there!}} 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