Toggle menu
49
33
34
2.1K
Landrace.Wiki - The Landrace Cannabis Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

This is a documentation subpage for Tag. It contains usage information, categories, and other content that is not part of the original template.

Usage

Displays XML/HTML-style tags in a formatted code style. Useful for documentation.

{{tag|ref}}<ref>

{{tag|ref|pair}}<ref>…</ref>

{{tag|ref|params= name="example"}}<refname="example">

Parameters

Parameter Description
1 Tag name (required)
2 Set to pair to show opening and closing tags
params Attributes to display inside the tag

Examples

Code Result
{{tag|ref}} <ref>
{{tag|ref|pair}} <ref>…</ref>
{{tag|gallery|params= mode="packed"}} <gallerymode="packed">
{{tag|nowiki|pair}} <nowiki>…</nowiki>