Template:Dtag/doc: Difference between revisions
Appearance
Pepperonipi (talk | contribs) Created page with "{{TemplateDocStart}} The '''Dtag''' template is used to delay the evaluation of a tag. An example of a template that uses this template is Template:Nowiki. == Usage == {{..." |
m Removing the TemplateDocStart template from documentation for formatting purposes. |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
The '''Dtag''' template is used to delay the evaluation of a tag. An example of a template that uses this template is [[Template:Nowiki]]. | The '''Dtag''' template is used to delay the evaluation of a tag. An example of a template that uses this template is [[Template:Nowiki]]. | ||
| Line 8: | Line 8: | ||
:<code><nowiki>attributes</nowiki></code> - the attributes of the tag | :<code><nowiki>attributes</nowiki></code> - the attributes of the tag | ||
:<code><nowiki>content</nowiki></code> - the content that should be enclosed between the start and ending tags | :<code><nowiki>content</nowiki></code> - the content that should be enclosed between the start and ending tags | ||
<noinclude> | |||
[[Category:Templates]] | |||
[[Category:Organization Templates]] | |||
</noinclude> | |||
Latest revision as of 00:29, 6 August 2020
The Dtag template is used to delay the evaluation of a tag. An example of a template that uses this template is Template:Nowiki.
Usage
{{Dtag|tag|attributes=...|content}}
tag- the tag that should be delayedattributes- the attributes of the tagcontent- the content that should be enclosed between the start and ending tags