Difference between revisions of "Template:;"
Jump to navigation
Jump to search
Bugman admin (talk | contribs) m (1 revision imported: The current Wikipedia Template:key press template.) |
Bugman admin (talk | contribs) m (Switch from the imported {{informative template}} to the relax {{template info}} template) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
;<noinclude> | ;<noinclude> | ||
| + | {{template info|1= | ||
| + | __NOTOC__ | ||
| + | == Goal == | ||
| + | This template will add a semicolon <nowiki>;</nowiki> inside a template parameter, as using that directly would break the template. | ||
| − | {{ | + | == Usage == |
| − | <!- | + | <pre>{{;}}</pre> |
| + | |||
| + | An alternative method is to use | ||
| + | <nowiki><nowiki>;</nowiki></nowiki> | ||
| + | |||
| + | == Examples == | ||
| + | |||
| + | === Standalone === | ||
| + | {{obr}};{{cbr}} | ||
| + | {{;}} | ||
| + | |||
| + | === URL === | ||
| + | http://test_xyz.com?x{{obr}};{{cbr}}b | ||
| + | http://test_xyz.com?x{{;}}b | ||
| + | |||
| + | === Infobox === | ||
| + | {{obr}}infobox | ||
| + | {{!}} label1 = {{obr}};{{cbr}} | ||
| + | {{!}} data1 = test | ||
| + | {{cbr}} | ||
| + | |||
| + | {{infobox | ||
| + | | label1 = {{;}} | ||
| + | | data1 = test | ||
| + | | float = none | ||
| + | }} | ||
| + | |||
| + | == Related templates == | ||
| + | * {{tl|!}} | ||
| + | * {{tl|!-}} | ||
| + | * {{tl|!!}} | ||
| + | * {{tl|{{=}}}} | ||
| + | |||
| + | [[Category:Punctuation templates]] | ||
| + | }} | ||
</noinclude> | </noinclude> | ||
Latest revision as of 13:52, 23 October 2020
;
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
Infobox
{{infobox
| label1 = {{;}}
| data1 = test
}}
| ; | test |
|---|