hl – Template
| Lou Montana (talk | contribs) m (Fix example) | Lou Montana (talk | contribs)  m (Add italic and bold examples) | ||
| Line 51: | Line 51: | ||
| <nowiki>* {{hl|:}}</nowiki><br> | <nowiki>* {{hl|:}}</nowiki><br> | ||
| <nowiki>* {{hl|: test}}</nowiki><br> | <nowiki>* {{hl|: test}}</nowiki><br> | ||
| <nowiki>* ''{{hl|test}}''</nowiki><br> | |||
| <nowiki>* '''{{hl|test}}'''</nowiki><br> | |||
| <nowiki>* {{hl|[[Template:Link]]}}</nowiki><br> | <nowiki>* {{hl|[[Template:Link]]}}</nowiki><br> | ||
| <nowiki>* {{hl|[[Template:Link/Internal]]}}</nowiki><br> | <nowiki>* {{hl|[[Template:Link/Internal]]}}</nowiki><br> | ||
| Line 62: | Line 64: | ||
| * {{hl|:}} | * {{hl|:}} | ||
| * {{hl|: test}} | * {{hl|: test}} | ||
| * ''{{hl|test}}'' | |||
| * '''{{hl|test}}''' | |||
| * {{hl|[[Template:Link]]}} | * {{hl|[[Template:Link]]}} | ||
| * {{hl|[[Template:Link/Internal]]}} | * {{hl|[[Template:Link/Internal]]}} | ||
Revision as of 13:19, 18 December 2024
This template displays highlighted content - it replaces <tt> which was used across the wiki. It also adds the page to the hl template usage error category on usage error.
This template is used on these pages.
Usage
{{hl|c}}
- c: the content to display.
 If it contains an equal sign =, which it should not (for inline code, <syntaxhighlight>/<sqf> should be used instead):- replace it with {{=}}
- use c=
- use the MediaWiki trick 1=
 
| Code | Result | 
|---|---|
| {{hl}} | -No content provided- | 
| {{hl|"AWARE"}} | "AWARE" | 
| {{hl|oneLongFilePath | oneLongFilePath | 
| {{hl|oneLongFilePath | oneLongFilePath | 
| {{hl|#test1}} test2 {{hl|#test3}} test4 | #test1 test2 #test3 test4 | 
| {{hl|:}} a {{hl|:}} b ; test {{hl|test}} ; test {{hl|:test}} ; test: {{hl|test}} | : a : b 
 | 
| * {{hl|:}} | 
 | 
 
	