Template:Infobox: Difference between revisions

From BoyWiki
No edit summary
No edit summary
Line 1: Line 1:
{| class="infobox" style="font-size:89%; width:300px;"
<onlyinclude>{| class="wikia-infobox"
 
|-
|-
! class="color1" colspan="2" style="font-size:120%; padding:1em;" | {{{Box title|No Title}}}
! class="wikia-infobox-header" colspan="2" | {{{title|''Unknown''}}}
{{#if: {{{image|}}}|
 
{{!}}-
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:{{PAGENAME:{{{image}}}}}|{{{imagewidth|250}}}px]]<br/>''{{{caption| }}}''
|
}}
|-
|-
| style="width:30%;" |
{{#if: {{{image|}}} |
'''{{{Row 1 title|No Title}}}'''
{{!}} class="wikia-infobox-image" colspan="2" {{!}} [[File:{{{image}}}|{{{imagewidth|210}}}px|{{{imagecaption|}}}]]
| style="width:70%;" |
| }}
{{{Row 1 info|No information}}}
 
{{#if: {{{Row 2 title|}}}|
|-
{{!}}-
{{#if: {{{imagecaption|}}} |
{{!}}
{{!}} class="wikia-infobox-caption" colspan="2" {{!}} {{{imagecaption}}}
'''{{{Row 2 title}}}'''
| }}
{{!}}
 
{{{Row 2 info|No information}}}
|-
{{#if: {{{Row 3 title|}}}|
! colspan="2" | <div class="wikia-infobox-section-header">Some attributes</div>
{{!}}-
 
{{!}}
|-
'''{{{Row 3 title}}}'''
! First
{{!}}
| {{{first|''Unknown''}}}
{{{Row 3 info|No information}}}
 
{{#if: {{{Row 4 title|}}}|
|-
{{!}}-
! Second
{{!}}
| {{{second|''Unknown''}}}
'''{{{Row 4 title}}}'''
 
{{!}}
|-
{{{Row 4 info|No information}}}
! Third
{{#if: {{{Row 5 title|}}}|
| {{{third|''Unknown''}}}
{{!}}-
 
{{!}}
|-
'''{{{Row 5 title}}}'''
! colspan="2" | <div class="wikia-infobox-section-header">Other attributes</div>
{{!}}
 
{{{Row 5 info|No information}}}
|-
{{#if: {{{Row 6 title|}}}|
{{#if: {{{fourth|}}} |
{{!}}-
! Fourth
{{!}}
{{!}} {{{fourth}}}
'''{{{Row 6 title}}}'''
| }}
{{!}}
 
{{{Row 6 info|No information}}}
|-
{{#if: {{{Row 7 title|}}}|
{{#if: {{{fifth|}}} |
{{!}}-
! Fifth
{{!}}
{{!}} {{{fifth}}}
'''{{{Row 7 title}}}'''
| }}
{{!}}
 
{{{Row 7 info|No information}}}
|-
{{#if: {{{Row 8 title|}}}|
{{#if: {{{sixth|}}} |
{{!}}-
! Sixth
{{!}}
{{!}} {{{sixth}}}
'''{{{Row 8 title}}}'''
| }}
{{!}}
 
{{{Row 8 info|No information}}}
|- style="font-size:0; line-height:0;"
{{#if: {{{Row 9 title|}}}|
! style="width:50%; padding:0" |
{{!}}-
! style="width:50%; padding:0" |
{{!}}
 
'''{{{Row 9 title}}}'''
|}</onlyinclude><noinclude><br style="clear:both;"/>
{{!}}
{{{Row 9 info|No information}}}
{{#if: {{{Row 10 title|}}}|
{{!}}-
{{!}}
'''{{{Row 10 title}}}'''
{{!}}
{{{Row 10 info|No information}}}
{{#if: {{{Row 11 title|}}}|
{{!}}-
{{!}} colspan="2" style="text-align:center; background:#AAAAAA;" {{!}}
'''Too many parameters'''
|
}}
|
}}
|
}}
|
}}
|
}}
|
}}
|
}}
|
}}
|
}}
|
}}
|}
<noinclude>
{{documentation}}</noinclude>
{{documentation}}</noinclude>



Revision as of 12:22, 18 December 2012

Unknown
Some attributes
First Unknown
Second Unknown
Third Unknown
Other attributes


BoyWiki Template documentation (for the above template, sometimes hidden or invisible)
Description
  • This template produces an infobox-style template.
  • You may want to copy and modify this to create a specific infobox (e.g. character infobox).
  • This template requires parser functions to be enabled (Wikia default: on).
Syntax
{{infobox
| name    = 
| image        = [[Image:Boywiki-mainpage-banner.jpg|200px]]
| caption      = Banner logo
| Row 1 title  = 
| Row 1 info   = 
| Row 2 title  = 
| Row 2 info   = 
| Row 3 title  = 
| Row 3 info   = 
| Row 4 title  = 
| Row 4 info   = 
| Row 5 title  = 
| Row 5 info   = 
| Row 6 title  = 
| Row 6 info   = 
| Row 7 title  = 
| Row 7 info   = 
| Row 8 title  = 
| Row 8 info   = 
| Row 9 title  = 
| Row 9 info   = 
| Row 10 title = 
| Row 10 info  = 
}}
Notes
  • Keeping the Box Title empty will result in displaying No title
  • If you don't want to display image, just keep Image file Name and Image Size empty.
  • Keeping the Row 1 title empty will result in displaying No title.
  • Keeping the Row (any row) info empty will result in displaying No information.
  • Keeping the Row (any below row 1) title empty will result in that row and the rest of the rows below it will not be displayed.
  • Max row for information: 10 rows.
Sample output
Unknown
[[File:|210px|]]
Some attributes
First Unknown
Second Unknown
Third Unknown
Other attributes

Complete Infobox:
{{Infobox
|name = Info Title
|image = Image:Boywiki-mainpage-banner.jpg|200px]]
|caption = Banner logo
|Row 1 title = Title row 1
|Row 1 info = Info row 1
|Row 2 title = Title row 2
|Row 2 info = Info row 2
|Row 3 title = Title row 3
|Row 3 info = Info row 3
|Row 4 title = Title row 4
|Row 4 info = Info row 4
|Row 5 title = Title row 5
|Row 5 info = Info row 5
|Row 6 title = Title row 6
|Row 6 info = Info row 6
|Row 7 title = Title row 7
|Row 7 info = Info row 7
|Row 8 title = Title row 8
|Row 8 info = Info row 8
|Row 9 title = Title row 9
|Row 9 info = Info row 9
|Row 10 title = Title row 10
|Row 10 info = Info row 10
}}


Unknown
Some attributes
First Unknown
Second Unknown
Third Unknown
Other attributes

Infobox Image omitted :
{{Infobox
|name = Info Title
|Row 1 title = Title row 1
|Row 1 info = Info row 1
|Row 2 title = Title row 2
|Row 2 info = Info row 2
|Row 3 title = Title row 3
|Row 3 info = Info row 3
|Row 4 title = Title row 4
|Row 4 info = Info row 4
|Row 5 title = Title row 5
|Row 5 info = Info row 5
|Row 6 title = Title row 6
|Row 6 info = Info row 6
|Row 7 title = Title row 7
|Row 7 info = Info row 7
|Row 8 title = Title row 8
|Row 8 info = Info row 8
|Row 9 title = Title row 9
|Row 9 info = Info row 9
|Row 10 title = Title row 10
|Row 10 info = Info row 10
}}


Unknown
Some attributes
First Unknown
Second Unknown
Third Unknown
Other attributes

Infobox Image omitted and displaying only 3 rows of information:
{{Infobox
|name = Info Title
|Row 1 title = Title row 1
|Row 1 info = Info row 1
|Row 2 title = Title row 2
|Row 2 info = Info row 2
|Row 3 title = Title row 3
|Row 3 info = Info row 3
}}


Unknown
Some attributes
First Unknown
Second Unknown
Third Unknown
Other attributes

Infobox Image and title row 4 omited:
Result: Row 4, 5, and 6 will not be displayed.
{{Infobox
|name = Info Title
|Row 1 title = Title row 1
|Row 1 info = Info row 1
|Row 2 title = Title row 2
|Row 2 info = Info row 2
|Row 3 title = Title row 3
|Row 3 info = Info row 3
|Row 4 info = Info row 4
|Row 5 title = Title row 5
|Row 5 info = Info row 5
|Row 6 title = Title row 6
|Row 6 info = Info row 6
}}

Visit Template:Infobox/doc to edit this template's description!
Done making changes?   Refresh   Also see:  Portal:Template index  and   Help:Templates