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 Added categories |
||
| 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> | |||
Revision as of 07:25, 28 February 2020
Template:Dtag/doc - Documentation
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