Toggle menu
651
120
83
7K
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.
Revision as of 04:34, 13 January 2026 by Eloise Zomia (talk | contribs) (Created page with "<code class="lw-tag"><{{lc:{{{1}}}}}{{{params|}}}>{{#ifeq:{{{2|open}}}|pair|…</{{lc:{{{1}}}}}>}}</code><noinclude> {{documentation}} Category:Formatting templates </noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<{{{1}}}>

Documentation edit · view · purge

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>