Template:1x/doc: Difference between revisions
Jump to navigation
Jump to search
Deprecated (talk | contribs) (Wikipedia import, documentation subpage of Template:1x) |
mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<!-- Please add categories at the bottom of this page --> | <!-- Please add categories at the bottom of this page --> | ||
{{Wikipedia port|documentation=1}} | {{Wikipedia port|documentation=1}} |
Latest revision as of 02:27, 12 January 2024
This template was ported from a template from Wikipedia. It was originally at Template:1x/doc. The original authors of this template are shown on the template's edit history page.
This template's documentation was also ported from Wikipedia, originally from Template:1x/doc/doc. The original authors of the documentation are shown on the documentation's edit history page.
Wikipedia's text is available under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
This template's documentation was also ported from Wikipedia, originally from Template:1x/doc/doc. The original authors of the documentation are shown on the documentation's edit history page.
Wikipedia's text is available under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
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 >).