Template:Infobox
From EVE University Wiki
Template documentation (for the above template, sometimes hidden or invisible)
- Description
- This template is intended as a meta template: a template used for constructing other Infobox templates.
- Dependencies
-
- Uses
- {{Infobox/row}}
- Used by
- {{CMBSiteInfo}}
- {{Infobox agent}}
- {{Infobox coordinator}}
- {{Infobox corporation}}
- {{Infobox gas nebula}}
- {{Infobox Mentors}}
- {{Infobox Mentors Anon}}
- {{Infobox militia}}
- {{Infobox Wiki Supporter}}
- {{HomefrontOperation}}
- Syntax
{{Infobox | name = {{subst:PAGENAME}} | bodystyle = | titlestyle = | abovestyle = | subheaderstyle = | title = | above = | subheader = | imagestyle = | captionstyle = | image = | caption = | image2 = | caption2 = | headerstyle = | labelstyle = | datastyle = | header1 = | label2 = | data2 = | header3 = | label4 = | data4 = ... | header20 = | label21 = | data21 = | belowstyle = | below = }}
- Parameters
-
- name
- If this parameter is present, "view/discuss/edit" links will be added to the bottom of the infobox, pointing to the named template. It must be written exactly as the name of the template.
- Parameters (data)
- Parameters left empty will not be displayed
- title
- Infobox title
- above
- Text to put within the uppermost cell of the table, below the title.
- subheader, subheader2
- Additional title fields which fit below
above
. - image, image2
- Images to display at the top of the template. Use full image syntax, for example [[File:example.png|200px|alt=Example alt text]]. Image is centered by default.
- caption, caption2
- Text to put underneath the images.
- For the following parameters <n> is a position number for the row, that is shared for
header
andlabel/data
rows. <n> does not have to be continuous butheader
andlabel/data
rows show up in numerical order, regardless of the order in which they appear in the source.- header<n>
- Text to use as a header in row <n>.
- A row with a label but no data is not displayed. This allows for the easy creation of optional infobox content rows. To make a row optional use a
data
parameter that defaults to an empty string, i.e.data5= {{{population|}}}
- label<n>
- Text to use as a label in row <n>.
- data<n>
- Text to display as data in row <n>.
- For the following parameters <n> is a position number for the row, that is shared for
- Parameters (style)
-
- bodystyle
- Applies to the infobox as a whole
- abovestyle
- Applies only to the
above
cell at the top. - imagestyle
- Applies to the cell the image is in. This includes the text of the image caption, but you should set text properties with captionstyle instead of imagestyle in case the caption is moved out of this cell in the future.
- captionstyle
- Applies to the text of the image caption.
- headerstyle
- Applies to all header rows
- labelstyle
- Applies to all label cells
- datastyle
- : Applies to all data cells
- Sample output
{{Infobox |name = {{subst:PAGENAME}} |title = Test Infobox title |above = Above text |subheader = Subheader above image |subheader2 = Second subheader |image = [[File:E-UNI White.png|200px|alt=Example alt text]] |caption = Caption displayed below Example-serious.jpg |header1 = Header defined alone |label2 = <!-- No content in label and data, does not display --> |data2 = |header3 = |label4 = Label defined alone does not display (needs data, or is suppressed) |data4 = |header5 = |label6 = |data6 = Data defined alone, takes up the whole width of the box. |header7 = All three defined (header, label, data, all with same number) |label7 = does not display (same number as a header) |data7 = does not display (same number as a header) |label10 = Label 10 and data defined (label) |data10 = Label and data defined (data) |label9 = Label 9 and data defined, but out of order in source (label) |data9 = Label and data defined (data but out of order in source) |below = Below text }} |