Toggle menu
15
236
70
27.6K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 03:47, 16 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} <!-- Place categories where indicated at the bottom of this page and interwikis at Wikidata --> {{lowercase title}} == Usage == {{Lua|Module:LuaCall}} # <code><nowiki>{{</nowiki>{{lc:{{BASEPAGENAME}}}} | <var>TEXT</var> <nowiki>}}</nowiki></code> # <code><nowiki>{{</nowiki>{{lc:{{BASEPAGENAME}}}} | <var>TEXT</var> | tag = <var>TAG</var> <nowiki>}}</nowiki></code> # <code><nowiki>{{</nowiki>{{lc:{{BASEPAGENAME}}}} | <var>TEXT</var> | tag = <var...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template: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;#<>=|'"

  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/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;

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

Template: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