Template:;

From relax wiki
Revision as of 13:52, 23 October 2020 by Bugman admin (talk | contribs) (Switch from the imported {{informative template}} to the relax {{template info}} template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

;

Template documentation

Goal

This template will add a semicolon ; inside a template parameter, as using that directly would break the template.

Usage

{{;}}

An alternative method is to use

<nowiki>;</nowiki>

Examples

Standalone

{{;}}

;

URL

http://test_xyz.com?x{{;}}b

http://test_xyz.com?x;b

Infobox

{{infobox
| label1 = {{;}}
| data1  = test
}}
; test

Related templates