Bản mẫu:Dtag
Bản mẫu này sử dụng những tính năng phức tạp của cú pháp bản mẫu.
Bạn được khuyến khích làm quen với cấu trúc của bản mẫu này và các hàm cú pháp trước khi sửa đổi bản mẫu. Nếu sửa đổi của bạn gây ra lỗi không mong muốn, hãy sửa chữa hoặc lùi lại nhanh chóng, vì bản mẫu này có thể xuất hiện trên một số lượng lớn trang. |
Bản mẫu này phải luôn luôn được thay thế (v.d., sử dụng {{thế: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.
Cách sử dụng
sửaShould 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.