Template:MATCHBOX Infobox style/doc
Jump to navigation
Jump to search
| This is a documentation subpage for Template:MATCHBOX Infobox style. It may contain usage information, categories and other content that is not part of the original template page. |
| This template uses Lua: |
The "Match Box", derived from Wikipedia's Military History Infobox.
COPY THIS CODE INTO YOUR PAGE:
{| {{MATCHBOX Infobox style|main_box}}
|-
! colspan="2" {{MATCHBOX Infobox style|header_bar}} | MATCH NAME
|-
| colspan="2" {{MATCHBOX Infobox style|sub_header_bar}} | (type of match, if applicable)
|-
| colspan="2" {{MATCHBOX Infobox style|image_box}} | [[File:Campers.png|200px]] <br/> "''(quote from the match, etc.)''"
|-
! style="padding-right: 1em;" | Start Date
| November 9th, 1900
|-
! style="padding-right: 1em;" | End Date
| January 1st, 2000
|-
! style="padding-right: 1em;" | Rounds
| 6
|-
! colspan="2" {{MATCHBOX Infobox style|header_bar}} | Participants
|-
| colspan="2" style="text-align: center; border-top: {{MATCHBOX Infobox style|section_border}}" | ''(the players in the match, in the order they participated)''
|-
! colspan="2" {{MATCHBOX Infobox style|header_bar}} | Winner (if applicable)
|-
| colspan="2" {{MATCHBOX Infobox style|image_box_plain}} | (Winner)
|}
The style is controlled by the {{MATCHBOX Infobox style}} template, which generates a number of different codes based on the parameter passed to it.
{{MATCHBOX Infobox style|main_box}}– produces the CSSclassandstyleparameters for an infobox at a width of 315 pixels.{{MATCHBOX Infobox style|main_box_raw}}– produces the raw CSSstyleparameters for an infobox at a width of 315 pixels.{{MATCHBOX Infobox style|main_box_raw_auto_width}}– produces the raw CSSstyleparameters for an infobox (same asmain_box_rawbut withoutwidth:315px).{{MATCHBOX Infobox style|header_bar}}– produces the CSSstyleparameters for a horizontal header bar in an infobox.{{MATCHBOX Infobox style|header_raw}}– produces the raw CSSstyleparameters for a horizontal header bar in an infobox.{{MATCHBOX Infobox style|header_color}}– produces the raw CSSstylecolor attributes for a horizontal header bar in an infobox.{{MATCHBOX Infobox style|sub_header_bar}}– produces the CSSstyleparameters for a horizontal sub-header bar in an infobox.{{MATCHBOX Infobox style|sub_header_raw}}– produces the raw CSSstyleparameters for a horizontal sub-header bar in an infobox.{{MATCHBOX Infobox style|image_box}}– produces the CSSstyleparameters for a standard image & caption block with a bottom border.{{MATCHBOX Infobox style|image_box_raw}}– produces the raw CSSstyleparameters for a standard image & caption block with a bottom border.{{MATCHBOX Infobox style|image_box_plain}}– produces the CSSstyleparameters for a standard image & caption block without a bottom border; this is typically used when the image block is placed immediately above a header bar, or at the bottom of the infobox.{{MATCHBOX Infobox style|image_box_plain_raw}}– produces the raw CSSstyleparameters for a standard image & caption block without a bottom border; this is typically used when the image block is placed immediately above a header bar, or at the bottom of the infobox.{{MATCHBOX Infobox style|internal_border}}– produces the raw CSSstyleattributes for a border between parts of the same infobox section.{{MATCHBOX Infobox style|section_border}}– produces the raw CSSstyleattributes for a border between different infobox sections.{{MATCHBOX Infobox style|nav_box}}– produces the raw CSSstyleattributes for a collapsible navigation template at a width of 315 pixels.{{MATCHBOX Infobox style|nav_box_child}}– produces the raw CSSstyleattributes for a collapsible navigation template (same asnav_boxbut at a width of 305 pixels and withoutmargin-left:1em).{{MATCHBOX Infobox style|nav_box_wide}}– produces the raw CSSstyleattributes for a full-width collapsible navigation template.{{MATCHBOX Infobox style|nav_box_header}}– produces the raw CSSstyleattributes for the header bar in a collapsible navigation template.{{MATCHBOX Infobox style|nav_box_wide_header}}– produces the raw CSSstyleattributes for the header bar in a full-width collapsible navigation template.{{MATCHBOX Infobox style|nav_box_label}}– produces the raw CSSstyleattributes for a row label in a collapsible navigation template.
A sample template using some of these options can be seen at right. From the top, it includes:
- The main
header_barin a table heading cell. - A
sub_header_barin a normal table cell. - An
image_box. - Two normal fields with labels.
- A secondary
header_barin a heading cell. - A pair of cells divided by an
internal_border. - A cell with a
section_borderat the top. - Another secondary
header_barin a heading cell. - An
image_box_plain.
More sophisticated samples of the code can be found by examining the actual infoboxes used by the project. </includeonly>