Both the Screamercord and this very wiki are currently listed as adult websites by AI classification models. We are currently working to remedy this, 2026 is not 2019.

In the meantime, you can help by moving all permalinks to IPFS

Template:Infobox/doc: Difference between revisions

From Screamer Wiki
Jump to navigation Jump to search
imported>Default
m Protected "Template:Infobox/doc" (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite))
imported>Sumpy
m 5 revisions
Line 1: Line 1:
==Description==
==Usage==
This template is a sample infobox, to aid in the creation of new infoboxes.
Syntax:<br>
<code>'''<nowiki>{{</nowiki>Infobox'''<br />
'''|'''Box title    = <br />
'''|'''Image file  = <br />
'''|'''Image size  = <br />
'''|'''Row 1 title  = <br />
'''|'''Row 1 info  = <br />
'''|'''Row 2 title  = <br />
'''|'''Row 2 info  = <br />
'''|'''Row 3 title  = <br />
'''|'''Row 3 info  = <br />
'''|'''Row 4 title  = <br />
'''|'''Row 4 info  = <br />
'''|'''Row 5 title  = <br />
'''|'''Row 5 info  = <br />
'''|'''Row 6 title  = <br />
'''|'''Row 6 info  = <br />
'''|'''Row 7 title  = <br />
'''|'''Row 7 info  = <br />
'''|'''Row 8 title  = <br />
'''|'''Row 8 info  = <br />
'''|'''Row 9 title  = <br />
'''|'''Row 9 info  = <br />
'''|'''Row 10 title = <br />
'''|'''Row 10 info  = <br />
'''<nowiki>}}</nowiki>'''</code>


Recommended usage: copy the template code to a new template page, and edit it there.
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.


===Infobox and template background===
==Usage examples==
See [[Help:Templates]], [[Help:Infobox]] and [[Help:Tables]] for some background on how templates and infoboxes work.
{{Infobox
 
|Box title    = Info Title
===Building blocks===
|Image file  = Example.jpg
The infobox is made of the following basic building blocks:
|Image size  = 125
 
|Row 1 title  = Title row 1
* Overall table class: <code>class="wikia-infobox"</code>
|Row 1 info  = Info row 1
* Table heading cell class: <code>class="wikia-infobox-header"</code>
|Row 2 title  = Title row 2
* Use row header marks ("<code>!</code>") for row title cells ''(and "<code>|</code>" for normal cells)''
|Row 2 info  = Info row 2
* Section separator line: give the header below it a wrapping <code>div</code> with <code>class="wikia-infobox-section-header"</code>
|Row 3 title  = Title row 3
* Image cell class: <code>class="wikia-infobox-image"</code>
|Row 3 info  = Info row 3
* Image caption cell class: <code>class="wikia-infobox-caption"</code>
|Row 4 title  = Title row 4
 
|Row 4 info  = Info row 4
===Other notes===
|Row 5 title  = Title row 5
* The Title, First, Second, and Third rows show ''"Unknown"'' if their values are not specified.
|Row 5 info  = Info row 5
* 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.
|Row 6 title  = Title row 6
 
|Row 6 info  = Info row 6
==Syntax==
|Row 7 title  = Title row 7
<pre>
|Row 7 info  = Info row 7
{{infobox
|Row 8 title  = Title row 8
| title         =  
|Row 8 info  = Info row 8
  | image        = [e.g. "Example.jpg"]
|Row 9 title  = Title row 9
  | imagewidth    = [e.g. "150"] [default: 210 pixels]
|Row 9 info  = Info row 9
  | imagecaption =  
|Row 10 title = Title row 10
  | first        =
|Row 10 info  = Info row 10
  | second        =
}}
  | third        =
Complete Infobox:<br>
  | fourth        =
<code>'''<nowiki>{{</nowiki>Infobox'''<br />
  | fifth        =
'''|'''Box title    = Info Title<br />
  | sixth        =
'''|'''Image file  = sample.jpg<br />
'''|'''Image size  = 125<br />
'''|'''Row 1 title  = Title row 1<br />
'''|'''Row 1 info  = Info row 1<br />
'''|'''Row 2 title  = Title row 2<br />
'''|'''Row 2 info  = Info row 2<br />
'''|'''Row 3 title  = Title row 3<br />
'''|'''Row 3 info  = Info row 3<br />
'''|'''Row 4 title  = Title row 4<br />
'''|'''Row 4 info  = Info row 4<br />
'''|'''Row 5 title  = Title row 5<br />
'''|'''Row 5 info  = Info row 5<br />
'''|'''Row 6 title  = Title row 6<br />
'''|'''Row 6 info  = Info row 6<br />
'''|'''Row 7 title  = Title row 7<br />
'''|'''Row 7 info  = Info row 7<br />
'''|'''Row 8 title  = Title row 8<br />
'''|'''Row 8 info  = Info row 8<br />
'''|'''Row 9 title  = Title row 9<br />
'''|'''Row 9 info  = Info row 9<br />
'''|'''Row 10 title = Title row 10<br />
'''|'''Row 10 info  = Info row 10<br />
'''<nowiki>}}</nowiki>'''</code>
<br><br><br><br><br><br>
{{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
}}
}}
</pre>
Infobox '''Image''' omitted :<br>
 
<code>'''<nowiki>{{</nowiki>Infobox'''<br />
==Samples==
'''|'''Box title    = Info Title<br />
<pre>
'''|'''Row 1 title  = Title row 1<br />
{{infobox
'''|'''Row 1 info  = Info row 1<br />
  | title         = A pretty flower
'''|'''Row 2 title  = Title row 2<br />
  | image        = Example.jpg
'''|'''Row 2 info  = Info row 2<br />
  | imagewidth    = 100
'''|'''Row 3 title  = Title row 3<br />
  | imagecaption = Floweris flowerum
'''|'''Row 3 info  = Info row 3<br />
  | first        = Pink and green
'''|'''Row 4 title = Title row 4<br />
  | second        = Outdoors
'''|'''Row 4 info  = Info row 4<br />
  | fourth        = Annual
'''|'''Row 5 title = Title row 5<br />
'''|'''Row 5 info  = Info row 5<br />
'''|'''Row 6 title = Title row 6<br />
'''|'''Row 6 info  = Info row 6<br />
'''|'''Row 7 title = Title row 7<br />
'''|'''Row 7 info  = Info row 7<br />
'''|'''Row 8 title  = Title row 8<br />
'''|'''Row 8 info  = Info row 8<br />
'''|'''Row 9 title = Title row 9<br />
'''|'''Row 9 info  = Info row 9<br />
'''|'''Row 10 title = Title row 10<br />
'''|'''Row 10 info = Info row 10<br />
'''<nowiki>}}</nowiki>'''</code>
<br><br>
{{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
}}
}}
</pre>
Infobox '''Image''' omitted and displaying only 3 rows of information:<br>
 
<code>'''<nowiki>{{</nowiki>Infobox'''<br />
Results in...
'''|'''Box title    = Info Title<br />
 
'''|'''Row 1 title  = Title row 1<br />
{{infobox
'''|'''Row 1 info  = Info row 1<br />
| title         = A pretty flower
'''|'''Row 2 title  = Title row 2<br />
  | image        = Example.jpg
'''|'''Row 2 info  = Info row 2<br />
  | imagewidth    = 100
'''|'''Row 3 title  = Title row 3<br />
  | imagecaption  = Floweris flowerum
'''|'''Row 3 info  = Info row 3<br />
| first        = Pink and green
'''<nowiki>}}</nowiki>'''</code>
  | second        = Outdoors
<br><br>
  | fourth        = Annual
{{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
}}
}}
Infobox '''Image''' and '''title row 4''' omited:<br>
Result: Row 4, 5, and 6 will not be displayed.<br>
<code>'''<nowiki>{{</nowiki>Infobox'''<br />
'''|'''Box title    = Info Title<br />
'''|'''Row 1 title  = Title row 1<br />
'''|'''Row 1 info  = Info row 1<br />
'''|'''Row 2 title  = Title row 2<br />
'''|'''Row 2 info  = Info row 2<br />
'''|'''Row 3 title  = Title row 3<br />
'''|'''Row 3 info  = Info row 3<br />
'''|'''Row 4 info  = Info row 4<br />
'''|'''Row 5 title  = Title row 5<br />
'''|'''Row 5 info  = Info row 5<br />
'''|'''Row 6 title  = Title row 6<br />
'''|'''Row 6 info  = Info row 6<br />
'''<nowiki>}}</nowiki>'''</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>

Revision as of 17:03, 3 August 2015

Usage

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

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
}}






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
}}


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
}}


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
}}