hl – Template
| Lou Montana (talk | contribs)  (Add slash and antislash <wbr> word-breaking tag for mobiles and small monitors + examples) | Lou Montana (talk | contribs)   (Add semicolon escape) | ||
| (10 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| <includeonly><var>{{#replace:{{#replace:{{{c|{{{1| | <includeonly>{{#if:{{{c|{{{1|}}}}}} | ||
| |descr= This template displays '''h'''igh'''l'''ighted content -  | 	| <var>{{#switch:0 | ||
| 		| {{#pos:{{{c|{{{1}}}}}}|:}}= {{#replace:{{{c|{{{1}}}}}}|:|:}} | |||
| 		| {{#pos:{{{c|{{{1}}}}}}|;}}= {{#replace:{{{c|{{{1}}}}}}|;|;}} | |||
| 		| {{#pos:{{{c|{{{1}}}}}}|#}}= {{#replace:{{{c|{{{1}}}}}}|#|#}} | |||
| 		| {{#pos:{{{c|{{{1}}}}}}|*}}= {{#replace:{{{c|{{{1}}}}}}|*|*}} | |||
| 		| {{#ifexpr: {{#if:{{#pos:{{{c|{{{1}}}}}}|/}}|1|0}} and {{#if:{{#pos:{{{c|{{{1}}}}}}|[<nowiki/>[}}|0|1}}|0}}= {{#replace:{{#replace:{{{c|{{{1}}}}}}|/|<wbr>/}}|<<wbr>/|</}} | |||
| 		| {{#if:{{#pos:{{{c|{{{1}}}}}}|\}}|0}}= {{#replace:{{{c|{{{1}}}}}}|\|<wbr>\}} | |||
| 		| {{{c|{{{1}}}}}} | |||
| 	}}</var> | |||
| 	| -No content provided-{{TemplateCase||[[Category:hl template usage error]]}} | |||
| }}</includeonly><noinclude><!-- | |||
| -->{{Doc/Template | |||
| |descr= This template displays '''h'''igh'''l'''ighted content - it replaces {{hl|<tt>}} which was used across the wiki. It also adds the page to the [[:Category:hl template usage error|hl template usage error]] category on usage error. | |||
| |param1= c | |param1= c | ||
| |descr1= the content to display.<br>If it contains an equal sign {{hl|c= =}}, which '''it should not''' (for inline code, {{hl|<nowiki><syntaxhighlight></nowiki>}}/{{hl|<nowiki><sqf></nowiki>}} should be used instead): | |descr1= the content to display.<br>If it contains an equal sign {{hl|c= =}}, which '''it should not''' (for inline code, {{hl|<nowiki><syntaxhighlight></nowiki>}}/{{hl|<nowiki><sqf></nowiki>}} should be used instead): | ||
| Line 18: | Line 31: | ||
| |example4= <nowiki>{{hl|</nowiki>oneLongFilePath<wbr>\ThatCannotLineBreak<wbr>\OnMobileOrOtherNonWideScreen<wbr>\BecauseThereAreNoSpaces<wbr>\AndGivenFirefoxAndChromeBrowsersHaveADifferentBehaviour<wbr>\LetsCoverAllTheCases}<nowiki/>} | |example4= <nowiki>{{hl|</nowiki>oneLongFilePath<wbr>\ThatCannotLineBreak<wbr>\OnMobileOrOtherNonWideScreen<wbr>\BecauseThereAreNoSpaces<wbr>\AndGivenFirefoxAndChromeBrowsersHaveADifferentBehaviour<wbr>\LetsCoverAllTheCases}<nowiki/>} | ||
| |result4= {{hl|oneLongFilePath\ThatCannotLineBreak\OnMobileOrOtherNonWideScreen\BecauseThereAreNoSpaces\AndGivenFirefoxAndChromeBrowsersHaveADifferentBehaviour\LetsCoverAllTheCases}} | |result4= {{hl|oneLongFilePath\ThatCannotLineBreak\OnMobileOrOtherNonWideScreen\BecauseThereAreNoSpaces\AndGivenFirefoxAndChromeBrowsersHaveADifferentBehaviour\LetsCoverAllTheCases}} | ||
| |example5= <nowiki/> | |||
| <nowiki>{{hl|#test1}} test2 {{hl|#test3}} test4</nowiki><br> | |||
| <nowiki>{{hl|*test1}} test2 {{hl|*test3}} test4</nowiki><br> | |||
| <nowiki>{{hl|:test1}} test2 {{hl|:test3}} test4</nowiki><br> | |||
| <nowiki>{{hl| test1}} test2 {{hl| test3}} test4</nowiki> | |||
| |result5= <nowiki/> | |||
| {{hl|#test1}} test2 {{hl|#test3}} test4<br> | |||
| {{hl|*test1}} test2 {{hl|*test3}} test4<br> | |||
| {{hl|:test1}} test2 {{hl|:test3}} test4<br> | |||
| {{hl| test1}} test2 {{hl| test3}} test4 | |||
| |example6= <nowiki/> | |||
| <nowiki>* {{hl|;}}</nowiki><br> | |||
| <nowiki>* a {{hl|;}} b</nowiki><br> | |||
| <nowiki>* {{hl|:}}</nowiki><br> | |||
| <nowiki>* a {{hl|:}} b</nowiki><br> | |||
| <nowiki>; test {{hl|test}}</nowiki><br> | |||
| <nowiki>; test {{hl|:test}}</nowiki><br> | |||
| <nowiki>; test: {{hl|test}}</nowiki><br> | |||
| <nowiki>; {{hl|test}}: {{hl|test}}</nowiki><br> | |||
| <nowiki>; {{hl|;test}}: {{hl|test}}</nowiki><br> | |||
| <nowiki>; {{hl|:test}}: {{hl|test}}</nowiki><br> | |||
| <nowiki>; {{hl|test}}: {{hl|;test}}</nowiki><br> | |||
| <nowiki>; {{hl|test}}: {{hl|:test}}</nowiki><br> | |||
| <nowiki>; {{hl|;test}}: {{hl|:test}}</nowiki> | |||
| |result6= <nowiki/> | |||
| * {{hl|;}} | |||
| * a {{hl|;}} b | |||
| * {{hl|:}} | |||
| * a {{hl|:}} b | |||
| ; test {{hl|test}} | |||
| ; test {{hl|:test}} | |||
| ; test :{{hl|test}} | |||
| ; {{hl|test}}: {{hl|test}} | |||
| ; {{hl|;test}}: {{hl|test}} | |||
| ; {{hl|:test}}: {{hl|test}} | |||
| ; {{hl|test}}: {{hl|;test}} | |||
| ; {{hl|test}}: {{hl|:test}} | |||
| ; {{hl|;test}}: {{hl|:test}} | |||
| |example7= <nowiki/> | |||
| <nowiki>* {{hl|;}}</nowiki><br> | |||
| <nowiki>* {{hl|; test}}</nowiki><br> | |||
| <nowiki>* {{hl|:}}</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/Internal]]}}</nowiki><br> | |||
| <nowiki>* {{hl|[[Description.ext#CfgSounds]]}}</nowiki><br> | |||
| <nowiki>* {{hl|{{Link|Description.ext#CfgSounds}}}}</nowiki><br> | |||
| <nowiki>* {{hl|{{GVI|arma3|1.00}}}}</nowiki><br> | |||
| <nowiki>* {{hl|<nowiki>{{GVI|arma3|1.00}}</nowiki>}}</nowiki><br> | |||
| <nowiki>* {{hl|c= <nowiki>{{GVI|arma3|1.00}}</nowiki>}}</nowiki><br> | |||
| <nowiki>* {{hl|2&nbsp;km<sup>2</sup>}}</nowiki><br> | |||
| |result7= <nowiki/> | |||
| * {{hl|;}} | |||
| * {{hl|; test}} | |||
| * {{hl|:}} | |||
| * {{hl|: test}} | |||
| * ''{{hl|test}}'' | |||
| * '''{{hl|test}}''' | |||
| * {{hl|[[Template:Link]]}} | |||
| * {{hl|[[Template:Link/Internal]]}} | |||
| * {{hl|[[Description.ext#CfgSounds]]}} | |||
| * {{hl|{{Link|Description.ext#CfgSounds}}}} | |||
| * {{hl|{{GVI|arma3|1.00}}}} | |||
| * {{hl|<nowiki>{{GVI|arma3|1.00}}</nowiki>}} | |||
| * {{hl|c= <nowiki>{{GVI|arma3|1.00}}</nowiki>}} | |||
| * {{hl|2 km<sup>2</sup>}} | |||
| }}</noinclude> | }}</noinclude> | ||
Latest revision as of 14:57, 14 February 2025
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|;}} | 
 
 | 
| * {{hl|;}} | 
 | 
 
	