Toggle menu
13
222
68
27K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 05:31, 24 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> === Usage === <br> {{Q-box | border-color=RGB(150, 150, 255) | tab-background = Cartella newblue.jpg | tab-text=Example Q-box }} This is a sample Q-box (transcribed from /doc). Q-boxes are designed to be attractive and simple. To make a Q-box, simply use the following parameters: <syntaxhighlight lang="wikitext"> {{Q-box | tab-text = | border-color = | tab-background...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage


Example Q-box

This is a sample Q-box (transcribed from /doc). Q-boxes are designed to be attractive and simple. To make a Q-box, simply use the following parameters:

{{Q-box
| tab-text =
| border-color = 
| tab-background =
}}
Your text to go inside the Q-box
</div>

tab-text (required) is what you want the tab to say at the top.

border-color (optional) can be any color that CSS understands, such as "blue", "black", "#FFAAAA" or "RGB(200, 100, 255)". The default is black. See also: List of colors and Web colors.

tab-background (optional) is the image to use for the tab. This image must be 187px wide and 37px high. Possibilities include the following:

The default is Cartella grigia.jpg.

Be sure to remember the </div> to go at the end of the box.

See also

"Window" templates

"Folder" templates