Difference between revisions of "Template:1x/doc"
Jump to navigation
Jump to search
blackwiki>Swpb |
blackwiki>Cpiral (ce) |
||
| Line 4: | Line 4: | ||
== Usage == | == 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><includeonly></code> tag that will be evaluated when the resulting template is substituted, unlike such a tag made with XML/HTML entities (< and >). | |
== See also == | == See also == | ||
Revision as of 21:52, 16 December 2015
| This is a documentation subpage for Template:1x. It contains usage information, categories and other content that is not part of the original template page. |
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