Difference between revisions of "Template:NPC Page Box"
From Persona MUSH Wiki
(trying this) |
m |
||
(17 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | {| style="margin-bottom: | + | {| style="margin-bottom: 3px; width: 75em; text-align: left; border: black solid 2px; color:#{{{maintext|000000}}}; background:#{{{bgcolor|FFFFFF}}};-moz-border-radius: 10px;border-radius: 10px" |
− | + | ||
|- | |- | ||
− | {{#if:{{{fullname|}}} | {{!}} '''Name''' {{!!}} {{{fullname}}} }} | + | | colspan="3" style="color:#{{{headtext|000000}}};background:#{{{headcolor|A6A6A6}}};font-size: 120%; text-align: center;-moz-border-radius-topright: 7px;border-top-right-radius: 7px;-moz-border-radius-topleft: 7px;border-top-left-radius: 7px" | |
+ | '''{{#if:{{{Name|}}} | {{{Name}}} | {{PAGENAME}} }}''' | ||
+ | |- | ||
+ | {{#if:{{{fullname|}}} | {{!}} '''NPC's Full Name''' {{!!}} {{{fullname}}} }} | ||
|- | |- | ||
{{#if:{{{owner|}}} | {{!}} '''NPC Owner''' {{!!}} {{{owner}}} }} | {{#if:{{{owner|}}} | {{!}} '''NPC Owner''' {{!!}} {{{owner}}} }} |
Latest revision as of 02:06, 2 January 2014
NPC Page Box |
Shamelessly stolen and altered without permission from user:Cyanne's templates.
[edit] Code
{{NPC Page Box |imgbgcolor= This is the background color of the image box. Insert the hex number for the color you want to use. The default is FFFFFF (aka White). |bgcolor= This is the background color of the box. Insert the hex number for the color you want to use. The default is FFFFFF (aka White). |headcolor= This is the background color of the header. Insert the hex number for the color you want to use. The default is A6A6A6 (aka a light gray). |headtext= This is the color of the header text. Insert the hex number for the color you want to use. The default is 000000 (aka Black). |fullname=NPC's name |owner=Who owns the NPC. Link to their page if it exists. |faction=Which faction, if any, the NPC is allied to. |type=What kind of NPC is it? Options are Mundane, Supernatural (Demon, Ghost, etc), Persona-User, Shadow-Possessed, Other (for special cases only). |description=A short description of what the NPC is about. |notes=Any additional notes for the NPC, things people should know/keep in mind, etc. }}