hl – Template
Lou Montana (talk | contribs) (Fix slash wordbreak breaking HTML tags) |
Lou Montana (talk | contribs) m (Fix example) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
| {{#pos:{{{c|{{{1}}}}}}|:}}= {{#replace:{{{c|{{{1}}}}}}|:|:}} | | {{#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>/|</}} | | {{#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>\}} | | {{#if:{{#pos:{{{c|{{{1}}}}}}|\}}|0}}= {{#replace:{{{c|{{{1}}}}}}|\|<wbr>\}} | ||
Line 30: | Line 31: | ||
|result4= {{hl|oneLongFilePath\ThatCannotLineBreak\OnMobileOrOtherNonWideScreen\BecauseThereAreNoSpaces\AndGivenFirefoxAndChromeBrowsersHaveADifferentBehaviour\LetsCoverAllTheCases}} | |result4= {{hl|oneLongFilePath\ThatCannotLineBreak\OnMobileOrOtherNonWideScreen\BecauseThereAreNoSpaces\AndGivenFirefoxAndChromeBrowsersHaveADifferentBehaviour\LetsCoverAllTheCases}} | ||
|example5= <nowiki>{{hl|#test1}} test2 {{hl|#test3}} test4</nowiki> | |example5= <nowiki/> | ||
|result5= {{hl|#test1}} test2 {{hl|#test3}} test4 | <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>{{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> | |example6= <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> |
Latest revision as of 15:53, 10 November 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|:}} |
|