Template:Infobox/doc

Revision as of 04:53, 16 October 2017 by ipoly>YoshiAsk (Created page)

Welcome to the Infobox documentation.

When creating an Infobox, always format the wikitext as follows:

Infobox wikitext

{{infobox
| BackColor = [HEX or RGB Color]
| BoxTitle = ''[Page Title]''
| image = File:[Image]
| imagewidth = 250
| caption = [Caption]
| Row1Title = [Row 1 Title]
| Row1Info = [Info]
| Row2Title = [Row 2 Title]
| Row2Info = [Info]
| Row3Title = [Row 3 Title]
| Row3Info = [Info]
| Row4Title = [Row 4 Title]
| Row4Info = [Info]
| Row5Title = [Row 5 Title]
| Row5Info = [Info]
| Row6Title = [Row 6 Title]
| Row6Info = [Info]
| Row7Title = [Row 7 Title]
| Row7Info = [Info]
| Row8Title = [Row 8 Title]
| Row8Info = [Info]
| Row9Title = [Row 9 Title]
| Row9Info = [Info]
| Row10Title = [Row 10 Title]
| Row10Info = [Info]
}}

This allows programs that don't use the MediaWiki API to read Infobox contents.

Notes

  • The "BackColor" attribute can be omitted. It will default to IPoly green.
  • You cannot use more than ten rows.
  • "imagewidth" should usually be left at 250px, but can be changed if necessary.