Template:Infobox/doc: Difference between revisions

From Redemption Wiki
Jump to navigation Jump to search
>Default
No edit summary
>Default
(Creating)
 
Line 1: Line 1:
==Description==
==Usage==
*This template produces a [[Help:Infobox|infobox]]-style template.
Syntax:<br>
*You may want to copy and modify this to create a specific infobox (e.g. character infobox).
*This template requires [[Help:Parser functions|parser functions]] to be enabled (Wikia default: on).
 
==Syntax==
<code>'''<nowiki>{{</nowiki>Infobox'''<br />
<code>'''<nowiki>{{</nowiki>Infobox'''<br />
'''|'''Box title    = <br />
'''|'''Box title    = <br />
'''|'''image        = Image:Example.jpg<br />
'''|'''Image file   = <br />
'''|'''imagewidth   = [defaults to 250]<br />
'''|'''Image size  = <br />
'''|'''caption      = Bob the Flower<br />
'''|'''Row 1 title  = <br />
'''|'''Row 1 title  = <br />
'''|'''Row 1 info  = <br />
'''|'''Row 1 info  = <br />
Line 32: Line 27:
'''<nowiki>}}</nowiki>'''</code>
'''<nowiki>}}</nowiki>'''</code>


===Notes===
Notes:
* Keeping the '''Box Title''' empty will result in displaying '''No title'''
* 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.
* If you don't want to display image, just keep '''Image file Name''' and '''Image Size''' empty.
Line 40: Line 35:
* Max row for information: 10 rows.
* Max row for information: 10 rows.


==Sample output==
==Usage examples==
{{Infobox
{{Infobox
|Box title    = Info Title
|Box title    = Info Title
|image        = Image:Example.jpg
|Image file  = Example.jpg
|caption      = Bob the Flower
|Image size  = 125
|Row 1 title  = Title row 1
|Row 1 title  = Title row 1
|Row 1 info  = Info row 1
|Row 1 info  = Info row 1
Line 66: Line 61:
|Row 10 info  = Info row 10
|Row 10 info  = Info row 10
}}
}}
Complete Infobox:<br />
Complete Infobox:<br>
<code>
<code>'''<nowiki>{{</nowiki>Infobox'''<br />
'''<nowiki>{{</nowiki>Infobox'''<br />
'''|'''Box title    = Info Title<br />
'''|'''Box title    = Info Title<br />
'''|'''Image file  = sample.jpg<br />
'''|'''Image file  = sample.jpg<br />
Line 92: Line 86:
'''|'''Row 10 title = Title row 10<br />
'''|'''Row 10 title = Title row 10<br />
'''|'''Row 10 info  = Info row 10<br />
'''|'''Row 10 info  = Info row 10<br />
'''<nowiki>}}</nowiki>'''
'''<nowiki>}}</nowiki>'''</code>
</code>
<br><br><br><br><br><br>
 
<br style="clear:both; margin-bottom:3em;"/>
 
{{Infobox
{{Infobox
|Box title    = Info Title
|Box title    = Info Title
Line 120: Line 111:
|Row 10 info  = Info row 10
|Row 10 info  = Info row 10
}}
}}
Infobox '''Image''' omitted :<br />
Infobox '''Image''' omitted :<br>
<code>
<code>'''<nowiki>{{</nowiki>Infobox'''<br />
'''<nowiki>{{</nowiki>Infobox'''<br />
'''|'''Box title    = Info Title<br />
'''|'''Box title    = Info Title<br />
'''|'''Row 1 title  = Title row 1<br />
'''|'''Row 1 title  = Title row 1<br />
Line 144: Line 134:
'''|'''Row 10 title = Title row 10<br />
'''|'''Row 10 title = Title row 10<br />
'''|'''Row 10 info  = Info row 10<br />
'''|'''Row 10 info  = Info row 10<br />
'''<nowiki>}}</nowiki>'''
'''<nowiki>}}</nowiki>'''</code>
</code>
<br><br>
 
<br style="clear:both; margin-bottom:3em;"/>
 
{{Infobox
{{Infobox
|Box title    = Info Title
|Box title    = Info Title
Line 158: Line 145:
|Row 3 info  = Info row 3
|Row 3 info  = Info row 3
}}
}}
Infobox '''Image''' omitted and displaying only 3 rows of information:<br />
Infobox '''Image''' omitted and displaying only 3 rows of information:<br>
<code>
<code>'''<nowiki>{{</nowiki>Infobox'''<br />
'''<nowiki>{{</nowiki>Infobox'''<br />
'''|'''Box title    = Info Title<br />
'''|'''Box title    = Info Title<br />
'''|'''Row 1 title  = Title row 1<br />
'''|'''Row 1 title  = Title row 1<br />
Line 168: Line 154:
'''|'''Row 3 title  = Title row 3<br />
'''|'''Row 3 title  = Title row 3<br />
'''|'''Row 3 info  = Info row 3<br />
'''|'''Row 3 info  = Info row 3<br />
'''<nowiki>}}</nowiki>'''
'''<nowiki>}}</nowiki>'''</code>
</code>
<br><br>
 
<br style="clear:both; margin-bottom:3em;"/>
 
{{Infobox
{{Infobox
|Box title    = Info Title
|Box title    = Info Title
Line 187: Line 170:
|Row 6 info  = Info row 6
|Row 6 info  = Info row 6
}}
}}
Infobox '''Image''' and '''title row 4''' omited:<br />
Infobox '''Image''' and '''title row 4''' omited:<br>
Result: Row 4, 5, and 6 will not be displayed.<br />
Result: Row 4, 5, and 6 will not be displayed.<br>
<code>
<code>'''<nowiki>{{</nowiki>Infobox'''<br />
'''<nowiki>{{</nowiki>Infobox'''<br />
'''|'''Box title    = Info Title<br />
'''|'''Box title    = Info Title<br />
'''|'''Row 1 title  = Title row 1<br />
'''|'''Row 1 title  = Title row 1<br />
Line 203: Line 185:
'''|'''Row 6 title  = Title row 6<br />
'''|'''Row 6 title  = Title row 6<br />
'''|'''Row 6 info  = Info row 6<br />
'''|'''Row 6 info  = Info row 6<br />
'''<nowiki>}}</nowiki>'''
'''<nowiki>}}</nowiki>'''</code>
</code>


<includeonly>[[Category:General wiki templates|{{PAGENAME}}]][[Category:Infobox templates| ]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
<includeonly>[[Category:General wiki templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>

Latest revision as of 20:46, 26 May 2015

Usage[edit source]

Syntax:
{{Infobox
|Box title =
|Image file =
|Image size =
|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.

Usage examples[edit source]

Info Title

File:Example.jpg

Title row 1
Info row 1
Title row 2
Info row 2
Title row 3
Info row 3
Title row 4
Info row 4
Title row 5
Info row 5
Title row 6
Info row 6
Title row 7
Info row 7
Title row 8
Info row 8
Title row 9
Info row 9
Title row 10
Info row 10

Complete Infobox:
{{Infobox
|Box title = Info Title
|Image file = sample.jpg
|Image size = 125
|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
}}






Info Title
Title row 1
Info row 1
Title row 2
Info row 2
Title row 3
Info row 3
Title row 4
Info row 4
Title row 5
Info row 5
Title row 6
Info row 6
Title row 7
Info row 7
Title row 8
Info row 8
Title row 9
Info row 9
Title row 10
Info row 10

Infobox Image omitted :
{{Infobox
|Box title = 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
}}


Info Title
Title row 1
Info row 1
Title row 2
Info row 2
Title row 3
Info row 3

Infobox Image omitted and displaying only 3 rows of information:
{{Infobox
|Box title = 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
}}


Info Title
Title row 1
Info row 1
Title row 2
Info row 2
Title row 3
Info row 3

Infobox Image and title row 4 omited:
Result: Row 4, 5, and 6 will not be displayed.
{{Infobox
|Box title = 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
}}