Template:Infobox: Difference between revisions

From Inkipedia, the Splatoon wiki
No edit summary
m (Reverted edits by Aegis (talk) to last revision by AwesomeLuke4978)
Line 1: Line 1:
{| class="infobox" align="right"
{| class="infobox" align="right" style="font-size:85%; width:260px; background-color:#FF6600"
|-
|-
! colspan="3" class="infobox1" | {{{Box title|No Title}}}
! colspan="3" style="background-color:#000AC2; color:#190707; font-size:115%; padding:1em;" | {{{Box title|No Title}}}
{{#if: {{{image|}}}|
{{#if: {{{image|}}}|
{{!}}-
{{!}}-
Line 8: Line 8:
}}
}}
|-
|-
| style="width:30%;" |
'''{{{Row 1 title|No Title}}}'''
'''{{{Row 1 title|No Title}}}'''
{{!}}
| style="width:70%;" |
{{{Row 1 info|No information}}}
{{{Row 1 info|No information}}}
{{#if: {{{Row 2 title|}}}|
{{#if: {{{Row 2 title|}}}|
Line 67: Line 68:
{{#if: {{{Row 11 title|}}}|
{{#if: {{{Row 11 title|}}}|
{{!}}-
{{!}}-
{{!}} colspan="2" class="infobox3" {{!}}
{{!}} colspan="2" style="text-align:center; background:#2EFEF7;" {{!}}
'''Too many parameters'''
'''Too many parameters'''
|
|

Revision as of 19:53, 28 May 2015

No Title

No Title

No information




Template documentation follows
Note: the template above may sometimes be partially or fully invisible.
Visit Template:Infobox/doc to edit this documentation. (How does this work?)

Description

This template is a sample infobox, to aid in the creation of new infoboxes.

Recommended usage: copy the template code to a new template page, and edit it there.

Infobox and template background

See Help:Templates, Help:Infobox and Help:Tables for some background on how templates and infoboxes work.

Building blocks

The infobox is made of the following basic building blocks:

  • Overall table class: class="wikia-infobox"
  • Table heading cell class: class="wikia-infobox-header"
  • Use row header marks ("!") for row title cells (and "|" for normal cells)
  • Section separator line: give the header below it a wrapping div with class="wikia-infobox-section-header"
  • Image cell class: class="wikia-infobox-image"
  • Image caption cell class: class="wikia-infobox-caption"

Other notes

  • The Title, First, Second, and Third rows show "Unknown" if their values are not specified.
  • The Image, Imagecaption, Fourth, Fifth, and Sixth rows won't show up if their values are not specified: they are each completely enclosed in an 'if' statement.

Syntax

{{infobox
 | title         = 
 | image         = [e.g. "Example.jpg"]
 | imagewidth    = [e.g. "150"] [default: 210 pixels]
 | imagecaption  = 
 | first         =
 | second        =
 | third         =
 | fourth        =
 | fifth         =
 | sixth         =
}}

Samples

{{infobox
 | title         = A pretty flower
 | image         = Example.jpg
 | imagewidth    = 100
 | imagecaption  = Floweris flowerum
 | first         = Pink and green
 | second        = Outdoors
 | fourth        = Annual
}}

Results in...

No Title
100px

No Title

No information