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...") |
|||
(2 intermediate revisions by one user not shown) | |||
Line 3: | Line 3: | ||
== Code == | == Code == | ||
<pre> | <pre> | ||
− | {{ | + | {{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). | |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). | |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). | |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> | ||
− | == | + | == Table== |
− | + | Table for activity box contents. Put this inside the box. | |
<pre> | <pre> | ||
− | + | ! Date !! Name !! Details | |
− | | | + | |- |
− | + | | Date in month-day-year format, OOC/RL only | |
− | | | + | | Name of the person who used character/is making this update |
− | + | | Short 1-3 sentence description of what happened | |
+ | |- | ||
+ | | Another date | ||
+ | | Another name | ||
+ | | Another detail | ||
+ | |- | ||
</pre> | </pre> | ||
− | + | === Usage of Table === | |
<pre> | <pre> | ||
− | {{ | + | {{NPC Activity Box |
− | + | ||
− | + | ||
}} | }} | ||
− | | | + | ! Date !! Name !! Details |
+ | |- | ||
+ | | Date in month-day-year format, OOC/RL only | ||
+ | | Name of the person who used character/is making this update | ||
+ | | Short 1-3 sentence description of what happened | ||
+ | |- | ||
+ | | Another date | ||
+ | | Another name | ||
+ | | Another detail | ||
+ | |- | ||
{{BoxEnd}} | {{BoxEnd}} | ||
− |
Latest revision as of 02:17, 2 January 2014
Barely modified version of Template:LeftBS. Please use Template:BoxEnd at the end or it won't work!
[edit] 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). }}
[edit] Table
Table for activity box contents. Put this inside the box.
! Date !! Name !! Details |- | Date in month-day-year format, OOC/RL only | Name of the person who used character/is making this update | Short 1-3 sentence description of what happened |- | Another date | Another name | Another detail |-
[edit] Usage of Table
{{NPC Activity Box }} ! Date !! Name !! Details |- | Date in month-day-year format, OOC/RL only | Name of the person who used character/is making this update | Short 1-3 sentence description of what happened |- | Another date | Another name | Another detail |- {{BoxEnd}}