| This template uses Lua:
|
{{nowiki2 | TEXT }}
{{nowiki2 | TEXT | tag = TAG }}
{{nowiki2 | TEXT | tag = TAG | style = STYLE }}
- {{nowiki2 | {{infobox}} }} → '"`UNIQ--templatestyles-0000000A-QINU`"'
- {{nowiki2 | {{unbulleted list|1=first|2=second}} | tag = pre }} →
'"`UNIQ--templatestyles-0000000E-QINU`"'<div class="plainlist"><ul><li>first</li><li>second</li></ul></div>
- {{nowiki2|tag=pre|style=background-color:#fafad2;|{{URL|www.Example.com}}}} →
<span class="url">[http://www.Example.com www<wbr/>.example<wbr/>.com]</span>
- a{{nowiki2 | 0001 }}b → a 0001 b
- a{{nowiki2 | 1000 }}b → a 1000 b
- a{{nowiki2 |\0001}}b → a\0001b
Since this template use Lua function mw.text.nowiki()
rather than {{#tag:nowiki}}
, the following examples will show the difference between this template and {{#tag:nowiki}}
.
- {{nowiki2 | [[Wikipedia]]{{foo}}{{}}{{PAGENAME}}{{{1}}}{{{2|222}}}<ref>ref example 1</ref><#<>{{=}}{{!}}'" }} → [[Wikipedia]]
{{}}Nowiki2{{{1}}}222'"`UNIQ--ref-0000001A-QINU`"'<#<>=|'"
- {{nowiki2 | {{nowiki2| [[Wikipedia]]{{foo}}{{}}{{PAGENAME}}{{{1}}}{{{2|222}}}<ref>ref example 2</ref><#<>{{=}}{{!}}'" }} }} →  [[Wikipedia]]
{{}}Nowiki2{{{1}}}222'"`UNIQ--ref-0000001D-QINU`"'&lt;#<>=|'"
- {{nowiki2 | {{#tag:nowiki| [[Wikipedia]]{{foo}}{{}}{{PAGENAME}}{{{1}}}{{{2|222}}}<ref>ref example 3</ref><#<>{{=}}{{!}}'" }} }} → '"`UNIQ--nowiki-00000021-QINU`"'
- {{#tag:nowiki | {{nowiki2| [[Wikipedia]]{{foo}}{{}}{{PAGENAME}}{{{1}}}{{{2|222}}}<ref>ref example 4</ref><#<>{{=}}{{!}}'" }} }} → [[Wikipedia]]
{{}}Nowiki2{{{1}}}222'"`UNIQ--ref-00000024-QINU`"'<#<>=|'"
- {{#tag:nowiki | {{#tag:nowiki| [[Wikipedia]]{{foo}}{{}}{{PAGENAME}}{{{1}}}{{{2|222}}}<ref>ref example 5</ref><#<>{{=}}{{!}}'" }} }} → [[Wikipedia]]
{{}}Nowiki2{{{1}}}222[5]<#<>=|'"
- {{#tag:nowiki | [[Wikipedia]]{{foo}}{{}}{{PAGENAME}}{{{1}}}{{{2|222}}}<ref>ref example 6</ref><#<>{{=}}{{!}}'" }} → [[Wikipedia]]
{{}}Nowiki2{{{1}}}222[6]<#<>=|'"
References
- ^ ref example 1
- ^ ref example 2
- ^ ref example 3
- ^ ref example 4
- ^ ref example 5
- ^ ref example 6
Nowiki templates and modules
[edit]
Templates and modules that implement <nowiki>TEXT</nowiki>
- {{nowiki}} - usage:
{{nowiki | TEXT }}
- {{nowiki2}} - usage:
{{nowiki2 | TEXT | tag = TAG | style = STYLE }}
- Module:String2 nowiki(TEXT) - usage:
{{#invoke:String2 | nowiki | TEXT }}