Difference between revisions of "Template:1x/doc"

From blackwiki
Jump to navigation Jump to search
(Replaced content with 'lies')
blackwiki>Meters
m (Reverted edits by 66.87.64.69 (talk) to last version by Eyesnore)
Line 1: Line 1:
lies
+
{{Documentation subpage}}
 +
<!-- Categories and interwikis go at the bottom of this page. -->
 +
{{High-risk|173,000+}}
 +
== Usage ==
 +
 
 +
Echo the first argument to the template through the rendering engine.
 +
* See how {{param|1}} behaves in a template.
 +
* As a metatemplate, for example, <code><nowiki>{{1x|<}}includeonly{{1x|>}}</nowiki></code> generates an <code>&lt;includeonly&gt;</code> tag that will be evaluated when the resulting template is substituted, unlike such a tag made with XML/HTML entities (&lt; and &gt;).
 +
 
 +
== See also ==
 +
*[[Template:2x]]
 +
*[[Template:3x]]
 +
 
 +
<includeonly>
 +
<!-- Categories and interwikis go here: -->
 +
[[Category:Text-specific formatting and function templates]]
 +
 
 +
</includeonly>

Revision as of 05:00, 2 August 2016

Usage

Echo the first argument to the template through the rendering engine.

  • See how {{{1}}} behaves in a template.
  • As a metatemplate, for example, {{1x|<}}includeonly{{1x|>}} generates an <includeonly> tag that will be evaluated when the resulting template is substituted, unlike such a tag made with XML/HTML entities (< and >).

See also