Toggle menu
15
236
70
27.6K
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 00:15, 15 February 2025 by Prd (talk | contribs) (Created page with "<strong {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</strong><noinclude> {{documentation}} <!-- Add cats and interwikis to the /doc subpage, not here! --> <templatedata> { "params": { "1": { "label": "Text", "description": "text to be emphasised", "required": true }, "class": { "label": "Custom CSS classes", "description": "takes a c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{{1}}}

Semantically emphasise text

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Text1

text to be emphasised

Unknownrequired
Custom CSS classesclass

takes a class name (or multiple class names, separated by commas); adds class="classname[s]" to the HTML code

Stringoptional
Custom Element IDid

takes a valid, unique HTML id (must begin with an alphabetic letter); adds id="name" to the HTML code

Stringoptional
Custom CSS stylesstyle

takes inline CSS input; adds style="CSS directive[s]" to the HTML code

Stringoptional
Custom Titletitle

takes text, which cannot be marked up in any way, and displays it as a pop-up "tooltip" when the cursor hovers over the {{strong}} span

Stringoptional