Template:Recipe Infobox Style/doc

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Title
Subtitle

This is a caption.
Label Field contents
Second label First term,
Second term,
Third term
Secondary header
Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Final header

This is another caption.

The style is controlled by the {{Recipe Infobox Style}} template, which generates a number of different codes based on the parameter passed to it.

  • {{Recipe Infobox Style|main_box}} – produces the CSS class and style parameters for an infobox.
  • {{Recipe Infobox Style|main_box_raw}} – produces the raw CSS style parameters for an infobox.
  • {{Recipe Infobox Style|header_bar}} – produces the CSS style parameters for a horizontal header bar in an infobox.
  • {{Recipe Infobox Style|header_color}} – produces the raw CSS style attributes for a horizontal header bar in an infobox.
  • {{Recipe Infobox Style|image_box}} – produces the CSS style parameters for a standard image & caption block with a bottom border.
  • {{Recipe Infobox Style|image_box_plain}} – produces the CSS style parameters 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.
  • {{Recipe Infobox Style|internal_border}} – produces the raw CSS style attributes for a border between parts of the same infobox section.
  • {{Recipe Infobox Style|section_border}} – produces the raw CSS style attributes for a border between different infobox sections.
  • {{Recipe Infobox Style|nav_box}} – produces the raw CSS style attributes for a collapsible navigation template.
  • {{Recipe Infobox Style|nav_box_wide}} – produces the raw CSS style attributes for a full-width collapsible navigation template.
  • {{Recipe Infobox Style|nav_box_header}} – produces the raw CSS style attributes for the header bar in a collapsible navigation template.
  • {{Recipe Infobox Style|nav_box_wide_header}} – produces the raw CSS style attributes for the header bar in a full-width collapsible navigation template.
  • {{Recipe Infobox Style|nav_box_header_text}} – produces the raw CSS style attributes for the text of the header bar in a collapsible navigation template.
  • {{Recipe Infobox Style|nav_box_label}} – produces the raw CSS style attributes for a row label in a collapsible navigation template.
  • {{Recipe Infobox Style|nav_box_text}} – produces the raw CSS style attributes for the row text in a collapsible navigation template.

A sample template using some of these options can be seen at right. From the top, it includes:

  1. The main header_bar in a table heading cell.
  2. A header_bar in a normal table cell.
  3. An image_box.
  4. Two normal fields with labels.
  5. A secondary header_bar in a heading cell.
  6. A pair of cells divided by an internal_border.
  7. A cell with a section_border at the top.
  8. Another secondary header_bar in a heading cell.
  9. An image_box_plain.

More sophisticated samples of the code can be found by examining the actual infoboxes used by the project.