Template:Infobox character: Difference between revisions
Infobox updated using the portable infobox migration tool
imported>Screamer Nerd m (1 revision) |
imported>Sumpy (Infobox updated using the portable infobox migration tool) |
||
Line 1: | Line 1: | ||
<infobox> | |||
<title source="name"><default>{{PAGENAME}}</default></title> | |||
<image source="image"/> | |||
<title source="title"><default>{{PAGENAME}}</default></title> | |||
<data source="gender"><label>'''Gender'''</label></data> | |||
<data source="race"><label>'''Race'''</label></data> | |||
<data source="faction"><label>'''Faction'''</label></data> | |||
<data source="health"><label>'''Health'''</label></data> | |||
<data source="level"><label>'''Level'''</label></data> | |||
<data source="status"><label>'''Status'''</label></data> | |||
<data source="location"><label>'''Location'''</label></data> | |||
</infobox> | |||
<noinclude> | |||
| | == Usage & preview == | ||
| | Type in this: | ||
| | |||
| | <pre> | ||
| | {{Infobox character | ||
| {{ | |name= | ||
| | |image= | ||
| | |caption= | ||
| | |title= | ||
| | |gender= | ||
| | |race= | ||
| | |faction= | ||
| | |health= | ||
| | |level= | ||
| | |status= | ||
|location= | |||
}} | |||
</pre> | |||
to see this: | |||
{{Infobox character | |||
|name=This is a test | |||
|image=This is a test | |||
|caption=This is a test | |||
|title=This is a test | |||
|gender=This is a test | |||
|race=This is a test | |||
|faction=This is a test | |||
|health=This is a test | |||
|level=This is a test | |||
|status=This is a test | |||
|location=This is a test | |||
}} | |||
[{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above] | |||
</noinclude> |