IBox/Header
Talk0
5,079pages on
this wiki
this wiki
Template page | < Template:IBox
{{iBox/Header}} is part of the {{iBox}} system. It is used to make a header inside of an iBox to organize sections of an Infobox.
Usage
Edit
{{iBox/Header|Label|condition=Conditional|class=Classes}}
- Label is the text to display in the header.
- Conditional is a condition to display the row under.
- If you omit this parameter (Remove it completely, do not use |condition=| or else your row will never display) then the row will always be there. (Meaning the row is required not optional)
- When you do use the condition parameter the row will display when the condition parameter is not empty. So if you used something like
condition={{{1|}}}then the row would display whenever someone entered information into the parameter{{{1}}}for your infobox. (Meaning the row is optional)
- Classes is a list of css classes to add to the row's classes.