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
Created Documentation subpage for Template:Infobox/Character
 
REMOVED CODE FOR OG TEMP REVAMP
Tag: Replaced
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Description ==
<noinclude>
This template creates an infobox for characters on the wiki. 
{{Documentation subpage}}
 
</noinclude>
 
 
== 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.