Template:Strong
Jump to navigation
Jump to search
{{{1}}}
Template documentation
[create]
Semantically emphasise text
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text | 1 | text to be emphasised | Unknown | required |
Custom CSS classes | class | takes a class name (or multiple class names, separated by commas); adds class="classname[s]" to the HTML code | String | optional |
Custom Element ID | id | takes a valid, unique HTML id (must begin with an alphabetic letter); adds id="name" to the HTML code | String | optional |
Custom CSS styles | style | takes inline CSS input; adds style="CSS directive[s]" to the HTML code | String | optional |
Custom Title | title | 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 | String | optional |