Template:1x/doc: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Documentation subpage}} <!-- Please add categories at the bottom of this page, and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == Echo the first argument t...") |
mNo edit summary |
||
Line 12: | Line 12: | ||
<includeonly>{{sandbox other|| | <includeonly>{{sandbox other|| | ||
<!-- Add categories below this line, and interwikis at Wikidata --> | <!-- Add categories below this line, and interwikis at Wikidata --> | ||
[[Category:Text-specific formatting and function templates]] | |||
}}</includeonly> | }}</includeonly> |
Revision as of 06:10, 3 September 2020
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