|
|
Line 1: |
Line 1: |
| <infobox accent-color-default="#d30000">
| | <noinclude>TEMPLATE DISCONTINUED</noinclude> |
| <title source="name">
| |
| <default>{{PAGENAME}}</default>
| |
| </title>
| |
| <image source="image">
| |
| <caption source="caption1"/>
| |
| </image>
| |
| <title source="title">
| |
| <default>{{PAGENAME}}</default>
| |
| </title>
| |
| <data source="gender">
| |
| <label>'''Gender'''</label>
| |
| </data>
| |
| <data source="race">
| |
| <label>'''Race'''</label>
| |
| </data>
| |
| <data source="website">
| |
| <label>'''Website'''</label>
| |
| </data>
| |
| <data source="birth">
| |
| <label>'''Birth date'''</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=
| |
| |website=
| |
| |birth=
| |
| |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
| |
| |website=This is a test
| |
| |birth=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> | |