Jump to content

Template:Dtag/doc: Difference between revisions

From Wiki - Scioly.org
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 == {{..."
 
Pi-Bot (talk | contribs)
m Removing the TemplateDocStart template from documentation for formatting purposes.
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{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]].
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 delayed
attributes - the attributes of the tag
content - the content that should be enclosed between the start and ending tags