Template:Infobox: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Trig Jegman (talk | contribs) mNo edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><onlyinclude>{| | <includeonly><onlyinclude>{| role="presentation" class="infobox" style="font-size:88%; padding:5px; text-align:left; width:300px; line-height:1.5em;" | ||
|- | |- | ||
! style="font-size:110%; text-align:center; color:# | ! style="font-size:110%; text-align:center; color:#{{{color|000000}}}; background:#{{{bgcolor|DEDEDE}}};" colspan="2" | {{{type}}} | ||
|- | |- | ||
! colspan="2" style="font-size:125%;text-align:center;"| {{{title}}} | ! colspan="2" style="font-size:125%;text-align:center;"| {{{title}}} | ||
| Line 134: | Line 134: | ||
}} | }} | ||
|}</onlyinclude></includeonly><noinclude> | |}</onlyinclude></includeonly><noinclude> | ||
{{ | {{Infobox/doc}} | ||
[[Category:Infobox templates | [[Category:Infobox templates]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 04:04, 3 March 2026
Usage[edit source]
This template is a standard infobox template. It is primarily used as a base template for other more customized infobox template.
{{Infobox
| color = hex color code (optional, default black)
| bgcolor = hex color code (optional, default grey)
| type =
| title =
| image =
| caption =
| label1 = header | data1 = value
| label2 = header | data2 = value
| label3 = header | data3 = value
⋮
}}