Template:;

From FlightGear wiki
Revision as of 09:44, 30 June 2016 by Bugman (talk | contribs) (Changed the category to the new Category:Punctuation templates.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

;

The following template description is not displayed when the template is inserted in an article.

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