Difference between revisions of "Template:Make code/doc"

From blackwiki
Jump to navigation Jump to search
imported>Petr Matas
(→‎See also: new section)
Line 11: Line 11:
  
 
== Example ==
 
== Example ==
<code><nowiki>{{Make code|<<As of!2015>>}}</nowiki></code> → {{Make code|<<As of!2015>>}}
+
*<code><nowiki>{{Make code|<<As of!2015>>}}</nowiki></code> → {{Make code|<<As of!2015>>}}
 +
*<code><nowiki>{{Make code|xaxbxcx|{=a|!=b|}=c}}</nowiki></code> → {{Make code|xaxbxcx|{=a|!=b|}=c}}
  
 
== See also ==
 
== See also ==

Revision as of 14:21, 24 August 2017

This template produces wikicode, which is not transcluded or substituted any further. This is equivalent to replacing the {{, | and }} tokens with {{((}}, {{!}} and {{))}} respectively, which may be tedious. It is meant to replace the <nowiki> tag, which cannot be used as an input to templates like {{Automarkup}}.

Usage

{{Make code|wikitext with {, | and } replaced with <, ! and > respectively}}
Optional parameters
  • { (default value: <): String to be replaced with {.
  • ! (default value: !): String to be replaced with |.
  • } (default value: >): String to be replaced with }.

Example

See also