Template:CharacterInfobox: Difference between revisions

From BNRP Wiki
Jump to navigationJump to search
initial edits
 
added the ability to pass a color in
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude>
<onlyinclude>
{| class="wikitable" align="right" style="text-align: left; width:40%;"
{| class="wikitable" align="right" style="text-align: left;"
!colspan="2" style="background-color:#102859; color:white;"|{{PAGENAME}}
!colspan="2" style="background-color:{{{Infoboxcolor}}}; color:white;"|{{PAGENAME}}
|-
|-
|align="center" colspan="2" |{{{image}}}
|align="center" colspan="2" |{{{image}}}
Line 42: Line 42:
<pre>
<pre>
{{CharacterInfobox
{{CharacterInfobox
|Infoboxcolor    = (INSERTVALUE)
|image            = (INSERTVALUE)
|image            = (INSERTVALUE)
|Instance        = (INSERTVALUE)
|Instance        = (INSERTVALUE)
Line 47: Line 48:
|Pronouns        = (INSERTVALUE)
|Pronouns        = (INSERTVALUE)
|NetNavi          = (INSERTVALUE)
|NetNavi          = (INSERTVALUE)
|NetOp           = (INSERTVALUE)
|NetOP           = (INSERTVALUE)
|Wizard          = (INSERTVALUE)
|Wizard          = (INSERTVALUE)
|Partner          = (INSERTVALUE)
|Partner          = (INSERTVALUE)
}}
}}
</pre>
</pre>
[[Category:Infoboxes]]
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 04:41, 28 February 2026

CharacterInfobox
{{{image}}}
Instance {{{Instance}}}
Age {{{Age}}}
Pronouns {{{Pronouns}}}


Usage

Copy the below into the page to use this template. If you don't provide a value (other than the image, instance, age, and pronouns, which is required), the category will automatically be hidden on the page.

{{CharacterInfobox
|Infoboxcolor     = (INSERTVALUE)
|image            = (INSERTVALUE)
|Instance         = (INSERTVALUE)
|Age              = (INSERTVALUE)
|Pronouns         = (INSERTVALUE)
|NetNavi          = (INSERTVALUE)
|NetOP            = (INSERTVALUE)
|Wizard           = (INSERTVALUE)
|Partner          = (INSERTVALUE)
}}