Difference between revisions of "Template:NPC Activity Box/doc"
From Persona MUSH Wiki
m |
m |
||
Line 8: | Line 8: | ||
|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). | |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). | |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). | ||
− | |||
}} | }} | ||
</pre> | </pre> | ||
Line 16: | Line 15: | ||
<pre> | <pre> | ||
{{NPC Activity Box | {{NPC Activity Box | ||
− | |||
}} | }} | ||
| Content Here | | Content Here | ||
Line 26: | Line 24: | ||
{{NPC Activity Box | {{NPC Activity Box | ||
|bgcolor = FCDDDD | |bgcolor = FCDDDD | ||
− | |||
}} | }} | ||
| Content Here | | Content Here | ||
{{BoxEnd}} | {{BoxEnd}} | ||
</pre> | </pre> |
Revision as of 04:42, 1 January 2014
Barely modified version of Template:LeftBS. Please use Template:BoxEnd at the end or it won't work!
Code
{{NPC Activity Box |maintext = This is the color of the box text. Insert the hex number for the color you want to use. The default is 000000 (aka Black). |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). }}
Usage
With all default colors
{{NPC Activity Box }} | Content Here {{BoxEnd}}
With some custom colors
{{NPC Activity Box |bgcolor = FCDDDD }} | Content Here {{BoxEnd}}