Toggle menu
14
236
69
27.2K
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 23:39, 24 February 2025 by Prd (talk | contribs) (Created page with "<div style="box-shadow:0 0 0.2em #999; background:{{{title-background-color|{{{background-color|{{{background|#F8F9FA}}}}}}}}}; border-radius:0.2em; margin:0.5em 0.5em 1em; padding:0.4em 0.5em 0.5em 0.8em; {{{style|}}};"> {{#if: {{{icon|}}} | <span style="opacity:0.8;">[[File:{{{icon|}}}|20px]]</span> }}{{#if: {{{link|}}} | [[{{{link|}}}|<span style="color:{{{title-color|#000}}}; font-weight:bold;">{{{title|}}}</span>]] | <span style="color:{{{title-color|#000}}}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A template that produces a coloured bar spanning the width of the page; may have text.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
title-background-colortitle-background-color

no description

Unknownoptional
background-colorbackground-color

no description

Unknownoptional
Background Colorbackground

Controls the background color of the entire bar. Use HTML color names, hex color code, or HSL/HSLA.

Example
#AAAFFF, peru, hsla(68, 61%, 47%, 1)
Unknownoptional
stylestyle

Additional CSS to format.

Example
font-family: Arial; text-align: center;
Unknownoptional
iconicon

Adds a small image to the left of the text. Type the image name without an Image: or File: prefix.

Example
Example.png
Fileoptional
linklink

Creates a link in the title text.

Unknownoptional
Text Colortitle-color

The color you want the text in the bar to be.

Example
#F4C430, green
Unknownoptional
Texttitle

The text you want to appear in the bar, displays in bold text.

Example
Cats are nice!
Unknownoptional