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/doc: Difference between revisions

Template page
m added doc subpage
REMOVED CODE FOR OG TEMP REVAMP
Tag: Replaced
 
Line 2: Line 2:
{{Documentation subpage}}
{{Documentation subpage}}
</noinclude>
</noinclude>
== Description ==
This template creates an infobox for characters on the wiki. 
== Usage ==
Copy and paste this into a page:
<pre>
{{Infobox/Character
| name        =
| skin        =
| username    =
| nation      =
| role        =
| joined      =
| status      =
| location    =
| species      =
| allies      =
| enemies      =
}}
</pre>
== Example ==
<pre>
{{Infobox/Character
| name        = test
| skin        = test
| username    = test
| nation      = test
| role        = test
| joined      = test
| status      = test
| location    = test
| species      = test
| allies      = test
| enemies      = test
}}
</pre>
To get:
{{Infobox/Character
| name        = test
| skin        = test
| username    = test
| nation      = test
| role        = test
| joined      = test
| status      = test
| location    = test
| species      = test
| allies      = test
| enemies      = test
}}

Latest revision as of 06:27, 30 April 2026


Documentation subpage

This is a documentation subpage for a template. It is not included when the template is used.