ਫਰਮਾ:nowiki2/doc

ਵਿਕੀਪੀਡੀਆ, ਇੱਕ ਅਜ਼ਾਦ ਗਿਆਨਕੋਸ਼ ਤੋਂ

Usage[ਸੋਧੋ]

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

Examples[ਸੋਧੋ]

  1. {{nowiki2 | {{infobox}} }} → '"`UNIQ--templatestyles-0000000B-QINU`"'
  2. {{nowiki2 | {{unbulleted list|1=first|2=second}} | tag = pre }}
     '"`UNIQ--templatestyles-0000000F-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<wbr/>.example<wbr/>.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 {{#tag:nowiki}}, the following examples will show the difference between this template and {{#tag:nowiki}}.

  1. {{nowiki2 | [[Wikipedia]]{{foo}}{{}}{{PAGENAME}}{{{1}}}{{{2|222}}}<ref>ref example 1</ref>&lt;#<>{{=}}{{!}}'" }} → [[Wikipedia]]{{}}Nowiki2/doc{{{1}}}222'"`UNIQ--ref-0000001B-QINU`"'&lt;#<>=|'"
  2. {{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/doc&#123;&#123;&#123;1&#125;&#125;&#125;222&#39;&#34;`UNIQ--ref-0000001E-QINU`&#34;&#39;&#38;lt&#59;#&#60;&#62;&#61;&#124;&#39;&#34;
  3. {{nowiki2 | {{#tag:nowiki| [[Wikipedia]]{{foo}}{{}}{{PAGENAME}}{{{1}}}{{{2|222}}}<ref>ref example 3</ref>&lt;#<>{{=}}{{!}}'" }} }} → '"`UNIQ--nowiki-00000022-QINU`"'
  4. {{#tag:nowiki | {{nowiki2| [[Wikipedia]]{{foo}}{{}}{{PAGENAME}}{{{1}}}{{{2|222}}}<ref>ref example 4</ref>&lt;#<>{{=}}{{!}}'" }} }} → [[Wikipedia]]{{}}Nowiki2/doc{{{1}}}222'"`UNIQ--ref-00000025-QINU`"'&lt;#<>=|'"
  5. {{#tag:nowiki | {{#tag:nowiki| [[Wikipedia]]{{foo}}{{}}{{PAGENAME}}{{{1}}}{{{2|222}}}<ref>ref example 5</ref>&lt;#<>{{=}}{{!}}'" }} }} → [[Wikipedia]]{{}}Nowiki2/doc{{{1}}}222[5]<#<>=|'"
  6. {{#tag:nowiki | [[Wikipedia]]{{foo}}{{}}{{PAGENAME}}{{{1}}}{{{2|222}}}<ref>ref example 6</ref>&lt;#<>{{=}}{{!}}'" }} → [[Wikipedia]]{{}}Nowiki2/doc{{{1}}}222[6]<#<>=|'"

ਫਰਮਾ:Reflist-talk

Nowiki templates and modules[ਸੋਧੋ]

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 }}
  1. ref example 1
  2. ref example 2
  3. ref example 3
  4. ref example 4
  5. ref example 5
  6. ref example 6