Predloga:nowiki2

Iz Wikipedije, proste enciklopedije
Dokumentacija za predlogo[poglej] [uredi] [zgodovina] [osveži]

Usage[uredi kodo]

  1. {{nowiki2 | TEXT }}
  2. {{nowiki2 | TEXT | tag = TAG }}
  3. {{nowiki2 | TEXT | tag = TAG | style = STYLE }}

Examples[uredi kodo]

  1. {{nowiki2 | {{infobox}} }} → '"`UNIQ--templatestyles-00000008-QINU`"'
  2. {{nowiki2 | {{unbulleted list|1=first|2=second}} | tag = pre }}
     '"`UNIQ--templatestyles-0000000C-QINU`"'<div class="plainlist"><ul><li>first</li><li>second</li></ul></div> 
  3. {{nowiki2|tag=pre|style=background-color:#fafad2;|{{URL|www.Example.com}}}}
    <span class="url">[http://www.Example.com www.example.com]</span>
  4. a{{nowiki2 | 0001 }}b → a 0001 b
    1. a{{nowiki2 | 1000 }}b → a 1000 b
    2. a{{nowiki2 |\0001}}b → a\0001b

Since this template use Lua function mw.text.nowiki() rather than , the following examples will show the difference between this template and .

  1. {{nowiki2 | [[Wikipedia]]{{foo}}{{}}{{PAGENAME}}{{{1}}}{{{2|222}}}<ref>ref example 1</ref>&lt;#<>{{=}}{{!}}'" }} → [[Wikipedia]]

{{}}Nowiki2{{{1}}}222'"`UNIQ--ref-0000001A-QINU`"'&lt;#<>=|'"

  1. {{nowiki2 | {{nowiki2| [[Wikipedia]]{{foo}}{{}}{{PAGENAME}}{{{1}}}{{{2|222}}}<ref>ref example 2</ref>&lt;#<>{{=}}{{!}}'" }} }} → &#32;&#91;&#91;Wikipedia&#93;&#93;

&#123;&#123;&#125;&#125;Nowiki2&#123;&#123;&#123;1&#125;&#125;&#125;222&#39;&#34;`UNIQ--ref-0000001D-QINU`&#34;&#39;&#38;lt&#59;#&#60;&#62;&#61;&#124;&#39;&#34;

  1. {{nowiki2 | {{#tag:nowiki| [[Wikipedia]]{{foo}}{{}}{{PAGENAME}}{{{1}}}{{{2|222}}}<ref>ref example 3</ref>&lt;#<>{{=}}{{!}}'" }} }} → '"`UNIQ--nowiki-00000021-QINU`"'
  2. {{#tag:nowiki | {{nowiki2| [[Wikipedia]]{{foo}}{{}}{{PAGENAME}}{{{1}}}{{{2|222}}}<ref>ref example 4</ref>&lt;#<>{{=}}{{!}}'" }} }} → [[Wikipedia]] {{}}Nowiki2{{{1}}}222'"`UNIQ--ref-00000024-QINU`"'&lt;#<>=|'"
  3. {{#tag:nowiki | {{#tag:nowiki| [[Wikipedia]]{{foo}}{{}}{{PAGENAME}}{{{1}}}{{{2|222}}}<ref>ref example 5</ref>&lt;#<>{{=}}{{!}}'" }} }} → [[Wikipedia]] {{}}Nowiki2{{{1}}}222[5]<#<>=|'"
  4. {{#tag:nowiki | [[Wikipedia]]{{foo}}{{}}{{PAGENAME}}{{{1}}}{{{2|222}}}<ref>ref example 6</ref>&lt;#<>{{=}}{{!}}'" }} → [[Wikipedia]] {{}}Nowiki2{{{1}}}222[6]<#<>=|'"

Sklici

  1. ref example 1
  2. ref example 2
  3. ref example 3
  4. ref example 4
  5. ref example 5
  6. ref example 6

Nowiki templates and modules[uredi kodo]

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 }}