< 模板:1x
Zeroclanzhang(讨论 | 贡献) (创建页面,内容为“{{Documentation subpage}} {{High-risk|173,000+}} <!-- Please add categories at the bottom of this page, and interwikis at Wikidata (see Wikipedia:Wikidata) --> == 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 res…”) |
(没有差异)
|
2024年1月21日 (日) 23:02的最新版本
| This is a documentation subpage for 模板:1x. It may contain usage information, categories and other content that is not part of the original 模板 page. |
| This template is used on 173,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. |
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