This is a documentation subpage for Template:Dtag. It may contain usage information, categories and other content that is not part of the original template page. |
This template doc page is closely interconnected with other templates or pages.
This template may:
You are encouraged to familiarize yourself with its setup, and with related files. If your edit causes unexpected problems, please undo it quickly, as this template may appear on a large number of pages. |
This template should always be substituted (i.e., use {{subst:Dtag}} ). |
Delays the evaluation of a tag. A tag's text can be generated dynamically, and then evaluated after the next substitution. Unlike the code generated by {{#tag:}}
, the tag will not be evaluated immediately.
Usage
Should be substituted only within an <includeonly />
block.
{{Dtag|tag|attributes=attribs|content}}
- tag is the name of the tag, to be enclosed in angled brackets.
- attribs is a list of attribute names and values separated by equals signs, to be inserted within the first set of angled brackets. Example:
attributes=class="error" style="font-weight: normal"
- content is the code to be enclosed between the start and end tags. Can be omitted to create a
<self-closing />
tag.
See also
- Help:Metatemplating
- Template:dtag
- Template:eval
- Template:includeonly, Template:noinclude, Template:onlyinclude, and Template:nowiki
- Template:sibling
- Template:TEMPLATENAME and Template:TEMPLATENAMEE
- Template:!
- Template:(( and Template:))
- Template:((( and Template:)))