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.) |
(Changed the category to the new Category:Punctuation templates.) |
||
Line 1: | Line 1: | ||
;<noinclude> | ;<noinclude> | ||
+ | {{Informative template|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> |