This message will disappear after all relevant tasks have been resolved.
Semantic MediaWiki
There are 1 incomplete or pending task to finish installation of Semantic MediaWiki. An administrator or user with sufficient rights can complete it. This should be done before adding new data to avoid inconsistencies.Registered User mNo edit summary |
Registered User (Merge articles) |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
==Usage== | ==Usage== | ||
The [[Template:Highlight|Highlight]] template is used '''to highlight important information''' in pages. It formats the text with the STMicroelectronics | The [[Template:Highlight|Highlight]] template is used '''to highlight important information''' in pages. It formats the text with the STMicroelectronics corporate color <span style="color: {{STPink}};">shade of pink (█)</span>, and in <span style="font-weight: bold;">bold</span>. | ||
Usage: <nowiki>{{</nowiki>Highlight|{{HighlightParam|<text to highlight>}}}} | Usage: <nowiki>{{</nowiki>Highlight|{{HighlightParam|<text to highlight>}}}} | ||
Line 38: | Line 38: | ||
==Code== | ==Code== | ||
</noinclude><span style="color: # | </noinclude><span style="color: #E6007E; font-weight: bold;">{{{1}}}</span> |
Revision as of 11:21, 7 September 2020
1. Usage
The Highlight template is used to highlight important information in pages. It formats the text with the STMicroelectronics corporate color shade of pink (█), and in bold.
<text to highlight>}}Usage: {{Highlight|
- Where <text to highlight> is the important information to highlight
2. Basic examples
You type | You get |
---|---|
Highlighting important information
The commands only apply {{Highlight|for versions up to x.y}}, and it is {{Highlight|mandatory}} to execute them
|
The commands only apply for versions up to x.y, and it is mandatory to execute them |
3. More examples
You type | You get |
---|---|
The parameter of the template is formatted in bold: it is useless because the template already formats in bold, but it keeps the parameter in bold
The commands only apply {{Highlight|'''for versions up to x.y'''}}, and it is '''{{Highlight|mandatory}}''' to execute them
|
The commands only apply for versions up to x.y, and it is mandatory to execute them |
The parameter of the template is formatted in italic: the parameter is then in bold and italic
The commands only apply {{Highlight|''for versions up to x.y''}}, and it is ''{{Highlight|mandatory}}'' to execute them
|
The commands only apply for versions up to x.y, and it is mandatory to execute them |
4. Code
{{{1}}}