Template:Strong: Difference between revisions

From OpenBouffalo
Jump to navigation Jump to search
en>Kaartic
(added template data)
 
m (1 revision imported)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<strong {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</strong><noinclude>
<strong {{#if:{{{role|}}}|role="{{{role}}}"}} {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</strong><noinclude>
{{documentation}}
{{documentation}}
<!-- Add cats and interwikis to the /doc subpage, not here! -->
<!-- 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 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 {{strong}} span",
"type": "string"
}
},
"description": "Semantically emphasise text",
"format": "inline"
}
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 20:02, 19 May 2023

{{{1}}}