Jump to content

Template:Strong

From p1gwars
Revision as of 17:15, 11 January 2026 by Rosie (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 documentation

<templatedata> { "params": { "1": { "label": "Text", "description": "text to be emphasised", "required": true }, "class": { "label": "Custom CSS classes", "description": "takes a class name (or multiple class names, separated by commas); adds class=\"classname[s]\" to the HTML code", "type": "string" }, "id": { "label": "Custom Element ID", "description": " takes a valid, unique HTML id (must begin with an alphabetic letter); adds id=\"name\" to the HTML code", "type": "string" }, "style": { "label": "Custom CSS styles", "description": " takes inline CSS input; adds style=\"CSS directive[s]\" to the HTML code", "type": "string" }, "title": { "label": "Custom Title", "description": "takes text, which cannot be marked up in any way, and displays it as a pop-up \"tooltip\" when the cursor hovers over the {{{1}}} span", "type": "string" } }, "description": "Semantically emphasise text", "format": "inline" } </templatedata>