Template:Infobox character: Difference between revisions
no edit summary
imported>Sumpy (Infobox updated using the portable infobox migration tool) |
imported>Sumpy No edit summary |
||
Line 1: | Line 1: | ||
<infobox> | <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> | </infobox> | ||
<noinclude> | <noinclude> | ||
Line 7: | Line 17: | ||
<pre> | <pre> | ||
{{Infobox character | {{Infobox character | ||
|name= | |||
|image= | |||
|caption= | |||
|title= | |||
|gender= | |||
|race= | |||
|faction= | |||
|health= | |||
|level= | |||
|status= | |||
|location= | |||
}} | }} | ||
Line 14: | Line 35: | ||
{{Infobox character | {{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 | |||
}} | }} | ||