Template:Tag/doc

From PathfinderWiki

{{Tag}} is a shortcut to wrap given text in HTML brackets (< and >), such as to document usage of HTML tags.

Usage

{{Tag|<text to wrap in brackets>}}

If the tag text must include an equals sign, use the {{}} template.

Example

Place a {{Tag|div class{{=}}"style-class"}} tag before the text to add the {{xt|style-class}} CSS class to it, and a {{Tag|/div}} tag after the text to close the div.

Place a <div class="style-class"> tag before the text to add the style-class CSS class to it, and a </div> tag after the text to close the div.