Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox character: Difference between revisions

Template page
Default (talk | contribs)
m 1 revision
 
Pinkachu (talk | contribs)
Infobox updated using the portable infobox migration tool
 
Line 1: Line 1:
<onlyinclude>{| class="wikia-infobox"
<infobox>
<title source="title"><default>''Unknown''</default></title>
<image source="image"/>
<data source="position"><label>position</label><default>''Unknown''</default></data>
<data source="age"><label>age</label><default>''Unknown''</default></data>
<data source="status"><label>status</label><default>''Unknown''</default></data>
<data source="height"><label>height</label><default>''Unknown''</default></data>
<data source="weight"><label>weight</label><default>''Unknown''</default></data>
</infobox>
<noinclude>
== Usage & preview ==
Type in this:


|-
<pre>
! class="wikia-infobox-header" colspan="2" | {{{title|''Unknown''}}}
{{Infobox character
|title=
|image=
|position=
|age=
|status=
|height=
|weight=
}}


|-
</pre>
{{#if: {{{image|}}} |
{{!}} class="wikia-infobox-image" colspan="2" {{!}} [[File:{{{image}}}|{{{imagewidth|210}}}px|{{{imagecaption|}}}]]
| }}


|-
to see this:
{{#if: {{{imagecaption|}}} |
{{!}} class="wikia-infobox-caption" colspan="2" {{!}} {{{imagecaption}}}
| }}


|-
{{Infobox character
! colspan="2" | <div class="wikia-infobox-section-header">Vital statistics</div>
|title=This is a test
|image=This is a test
|position=This is a test
|age=This is a test
|status=This is a test
|height=This is a test
|weight=This is a test
}}


|-
! Position
| {{{position|''Unknown''}}}


|-
[{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above]
! Age
</noinclude>
| {{{age|''Unknown''}}}
 
|-
! Status
| {{{status|''Unknown''}}}
 
|-
! colspan="2" | <div class="wikia-infobox-section-header">Physical attributes</div>
 
|-
! Height
| {{{height|''Unknown''}}}
 
|-
! Weight
| {{{weight|''Unknown''}}}
 
|- style="font-size:0; line-height:0;"
! style="width:50%; padding:0" |
! style="width:50%; padding:0" |
 
|}</onlyinclude><noinclude><br style="clear:both;"/>
{{documentation}}</noinclude>

Latest revision as of 17:28, 17 December 2015

Usage & preview

Type in this:

{{Infobox character
|title=
|image=
|position=
|age=
|status=
|height=
|weight=
}}

to see this:


Click here to refresh the preview above