Template:NPC Activity Box/doc
From Persona MUSH Wiki
Revision as of 04:42, 1 January 2014 by Strangeshrimp (Talk | contribs)
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}}