Difference between revisions of "Template:1x/doc"
Jump to navigation
Jump to search
blackwiki>Stylez995 m (Reverted 1 edit by 66.87.134.148 (talk) to last revision by Meters. (TW)) |
m (16 revisions imported) |
||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
| − | |||
{{High-risk|173,000+}} | {{High-risk|173,000+}} | ||
| + | <!-- Please add categories at the bottom of this page, and interwikis at Wikidata (see Wikipedia:Wikidata) --> | ||
| + | |||
== Usage == | == Usage == | ||
| − | |||
Echo the first argument to the template through the rendering engine. | Echo the first argument to the template through the rendering engine. | ||
* See how {{param|1}} behaves in a template. | * 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 >). | + | * 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 (&lt; and &gt;). |
== See also == | == See also == | ||
| − | *[[Template:2x]] | + | * [[Template:2x]] |
| − | *[[Template:3x]] | + | * [[Template:3x]] |
| − | <includeonly> | + | <includeonly>{{sandbox other|| |
| − | <!-- | + | <!-- Add categories below this line, and interwikis at Wikidata --> |
[[Category:Text-specific formatting and function templates]] | [[Category:Text-specific formatting and function templates]] | ||
| − | + | [[Category:Wikipedia utility templates]] | |
| − | </includeonly> | + | }}</includeonly> |
Latest revision as of 07:42, 4 October 2020
| 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. |
| This template is used on 125,000+ pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. Transclusion count updated automatically (see documentation). |
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