Difference between revisions of "Template:NPC Activity Box/doc"
From Persona MUSH Wiki
(Created page with "Barely modified version of Template:LeftBS. Please use Template:BoxEnd at the end or it won't work! == Code == <pre> {{LeftBS |maintext = This is the color of the box...") |
Revision as of 04:30, 1 January 2014
Barely modified version of Template:LeftBS. Please use Template:BoxEnd at the end or it won't work!
Code
{{LeftBS |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). |title= }}
Usage
With all default colors
{{LeftBS |title=Example }} | Content Here {{BoxEnd}}
With some custom colors
{{LeftBS |bgcolor = FCDDDD |title=Example }} | Content Here {{BoxEnd}}