User:Galrion/Sandbox/Crosswiki: Difference between revisions

imported>Knakveey
Infobox updated using the portable infobox migration tool
imported>TheWallflower00
No edit summary
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<infobox>
<infobox>
<title source="name"><default>{{PAGENAME}}</default></title>
<title source="name" style="text-align:center">
    <default>{{PAGENAME}}</default>
    <format><div style="width:100%; text-align:center;background-color:#008080;color:black;">{{{name}}}</div></format>
    </title>
<image source="image"/>
<image source="image"/>
<data source="quote"><label>quote</label></data>
<data source="birthday">
<data source="gender"><label>'''Gender'''</label></data>
    <label>Birthday</label>
<data source="birthday"><label>'''Birthday'''</label></data>
</data>
<data source="zodiac"><label>'''Zodiac sign'''</label></data>
<data source="zodiac">
<data source="bloodtype"><label>'''Bloodtype'''</label></data>
    <label>Zodiac sign</label>
<data source="height"><label>'''Height'''</label></data>
    </data>
<data source="music"><label>'''Theme'''</label></data>
    <data source="gender">
<data source="occupation"><label>'''Occupation'''</label></data>
    <label>Gender</label>
<data source="other"><label>'''Notable features'''</label></data>
    </data>
<data source="eyes">
    <label>Eye color</label>
</data>
<data source="hair">
    <label>Hair color</label>
</data>
<data source="height">
    <label>Height</label>
</data>
<data source="weight">
    <label>Weight</label>
</data>
<data source="measurements">
    <label>B/W/H</label>
</data>
<data source="bloodtype">
    <label>Blood type</label>
</data>
<data source="music">
    <label>Theme</label>
</data>
<data source="occupation">
    <label>Occupation</label>
</data>
<data source="family">
    <label>Relatives</label>
    </data>
<data source="quote">
    <label>Quote</label>
    </data>
    <data source="disability">
        <label>Disability</label>
    </data>
<data source="other">
    <label>Other</label>
</data>
</infobox>
</infobox>
<noinclude>
<noinclude>{{Documentation}}</noinclude>
== Usage & preview ==
Type in this:
 
<pre>
{{Infobox character
|name=
|image=
|quote=
|gender=
|birthday=
|zodiac=
|bloodtype=
|height=
|music=
|occupation=
|other=
}}
 
</pre>
 
to see this:
 
{{Infobox character
|name=This is a test
|image=This is a test
|im_width=This is a test
|quote=This is a test
|gender=This is a test
|birthday=This is a test
|zodiac=This is a test
|bloodtype=This is a test
|height=This is a test
|music=This is a test
|occupation=This is a test
|other=This is a test
}}
 
 
[{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above]
</noinclude>