Template:Strong

From Foundry Wiki
Revision as of 03:21, 29 June 2022 by Naginreed (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}}}

Template-noinfo.png Template Documentation

This template has no documentation. If you know how to use this template, please create it.

Semantically emphasise text

Template parameters

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