Template:Character: Difference between revisions
Appearance
Mr.Dungeon (talk | contribs) No edit summary |
Mr.Dungeon (talk | contribs) No edit summary |
||
| Line 6: | Line 6: | ||
|class=String | |class=String | ||
|subclass=String | |subclass=String | ||
|gender=String | |gender=String | ||
| | |titles=String | ||
| | |aliases=String | ||
}} | }} | ||
== About == | == About == | ||
This template creates a character infobox that floats on the right side of the page. | This template creates a character infobox that floats on the right side of the page. All fields are optional — empty fields are automatically hidden. | ||
All fields are optional — empty fields are automatically hidden. | |||
Campaign, species, class, subclass and gender auto-link to their respective pages and auto-categorize. | |||
== Example == | |||
{{Character | |||
|name=Example Character | |||
|image= | |||
|campaign=Alesian Archives | |||
|species=Human | |||
|gender=Female | |||
{{ | |class=Wizard | ||
| | |subclass=School of Evocation | ||
|titles=The Archmage, Lady of Flames | |||
|aliases=Maggie, The Red | |||
|campaign= | |||
|species= | |||
|gender= | |||
| | |||
| | |||
| | |||
| | |||
}} | }} | ||
{ | == Field Reference == | ||
{{ | {| class="wikitable" style="width:100%;" | ||
{{ | ! Field !! Auto-Links? !! Auto-Categorizes? | ||
{{ | |- | ||
{{ | | Name || {{No}} || {{No}} | ||
|- | |||
| Campaign || {{Yes}} || {{Yes}} | |||
|- | |||
| Species || {{Yes}} || {{Yes}} | |||
|- | |||
| Class || {{Yes}} || {{Yes}} | |||
|- | |||
| Subclass || {{Yes}} || {{Yes}} | |||
|- | |||
| Gender || {{Yes}} || {{Yes}} | |||
|- | |||
| Titles || {{No}} || {{No}} | |||
|- | |||
| Aliases || {{No}} || {{No}} | |||
|} | |||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
| Line 112: | Line 56: | ||
|image= | |image= | ||
|campaign= | |campaign= | ||
|species= | |species= | ||
|gender= | |gender= | ||
|class= | |class= | ||
|subclass= | |subclass= | ||
|titles= | |titles= | ||
|aliases= | |aliases= | ||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
</noinclude> | </noinclude>{{Infobox|title={{{name|{{PAGENAME}}}}}|1= | ||
{{#if:{{{image|}}}|{{RowImage|{{{image}}}}}}} | |||
{{#if:{{{campaign|}}}|{{RowKV|Campaign|[[{{{campaign}}}]]}}}} | |||
{{#if:{{{species|}}}|{{RowKV|Species|[[{{{species}}}]]}}}} | |||
{{#if:{{{gender|}}}|{{RowKV|Gender|[[{{{gender}}}]]}}}} | |||
{{#if:{{{class|}}}|{{RowKV|Class|[[{{{class}}}]]}}}} | |||
{{#if:{{{subclass|}}}|{{RowKV|Subclass|[[{{{subclass}}}]]}}}} | |||
{{#if:{{{titles|}}}|{{RowKV|Titles|{{{titles}}}}}}} | |||
{{#if:{{{aliases|}}}|{{RowKV|Aliases|{{{aliases}}}}}}} | |||
}}<includeonly>{{#cargo_store:_table=Characters | |||
|name={{{name|{{PAGENAME}}}}} | |||
|campaign={{{campaign|}}} | |||
|species={{{species|}}} | |||
|class={{{class|}}} | |||
|subclass={{{subclass|}}} | |||
|gender={{{gender|}}} | |||
|titles={{{titles|}}} | |||
|aliases={{{aliases|}}} | |||
}} | |||
{{#if:{{{campaign|}}}|[[Category:{{ucfirst:{{{campaign}}}}}]][[Category:Characters by Campaign]]}} | |||
{{#if:{{{species|}}}|[[Category:{{ucfirst:{{{species}}}}}]]}} | |||
{{#if:{{{class|}}}|[[Category:{{ucfirst:{{{class}}}}}]]}} | |||
{{#if:{{{subclass|}}}|[[Category:{{ucfirst:{{{subclass}}}}}]]}} | |||
{{#if:{{{gender|}}}|[[Category:{{ucfirst:{{{gender}}}}} Characters]]}} | |||
[[Category:Characters]] | |||
</includeonly> | |||
Revision as of 04:51, 6 June 2026
This template defines the table "Characters". View table.
About
This template creates a character infobox that floats on the right side of the page. All fields are optional — empty fields are automatically hidden.
Campaign, species, class, subclass and gender auto-link to their respective pages and auto-categorize.
Example
| Example Character | |
|---|---|
| Campaign | Alesian Archives |
| Species | Human |
| Gender | Female |
| Class | Wizard |
| Subclass | School of Evocation |
| Titles | The Archmage, Lady of Flames |
| Aliases | Maggie, The Red |
Field Reference
| Field | Auto-Links? | Auto-Categorizes? |
|---|---|---|
| Name | No | No |
| Campaign | Yes | Yes |
| Species | Yes | Yes |
| Class | Yes | Yes |
| Subclass | Yes | Yes |
| Gender | Yes | Yes |
| Titles | No | No |
| Aliases | No | No |
Usage
{{Character
|name=
|image=
|campaign=
|species=
|gender=
|class=
|subclass=
|titles=
|aliases=
}}
| Character |
|---|