Template:Infobox: Difference between revisions

From Elwiki
mNo edit summary
Line 52: Line 52:
#* <code>class</code>: (Optional) Class of infobox, following HTML <code>class</code> attribute syntax.
#* <code>class</code>: (Optional) Class of infobox, following HTML <code>class</code> attribute syntax.
#* <code>color</code>: (Optional) Color of the heading. Default uses wikiskin default.
#* <code>color</code>: (Optional) Color of the heading. Default uses wikiskin default.
<u>'''Other Notes'''</code>
<u>'''Other Notes'''</u>
#* A <code>label???</code> is required to add an entry.
#* A <code>label???</code> is required to add an entry.
#** <code>set???</code> is required to add an multiple-column entry.
#** <code>set???</code> is required to add an multiple-column entry.

Revision as of 20:34, 1 May 2015


Description

This is infobox proto. All infoboxes should use this proto.

How to Use

Valid Parameters:

  • Content Parameters: title, image, label???, data???
  • Layout Parameters: colset, set???
  • Styling Parameters: style, class, color

Parameter Instructions

  • title: (Optional) The heading. Omitting will result in a thin line.
  • image: (Optional) The image on the top.
  • label???: Heading of entry. Required for entry.
  • data???: Data of entry. Required for entry.
  • set???: (Optional) Number of entry columns (label does not count).
  • colset: (Optional) Requierd only if having set???, the product of set numbers in the whole infobox.
    • style: (Optional) Style of in infobox, following CSS syntax.
    • class: (Optional) Class of infobox, following HTML class attribute syntax.
    • color: (Optional) Color of the heading. Default uses wikiskin default.

Other Notes

    • A label??? is required to add an entry.
      • set??? is required to add an multiple-column entry.
      • If you are adding a multiple-column entry, the data should be written as data???/....
    • colset can also be least common multiple (LCM), just make sure the set??? is fractional to colset