Difference between revisions of "Template:!/doc"

From Yugipedia
Jump to: navigation, search
(create)
 
(Character escape templates: updates - why in God's name is it so freaking hard to link to {{=}}?!)
Line 27: Line 27:
 
<td></td>
 
<td></td>
 
</tr><tr>
 
</tr><tr>
<td><code>{[[Template:=|{=}]]}</code></td>
+
<td>Template:=</td><!-- this one is IMPOSSIBLE to link to =P -->
 
<td><code>{{=}}</code></td>
 
<td><code>{{=}}</code></td>
 
<td>Allows equals signs to be used in unnamed parameters.</td>
 
<td>Allows equals signs to be used in unnamed parameters.</td>
 
</tr><tr>
 
</tr><tr>
<td><code>{[[Template:!-!|{!-!}]]}</code></td>
+
<td><code>{{t|!-!}}</code></td>
 
<td><code>{{!-!}}</code></td>
 
<td><code>{{!-!}}</code></td>
 
<td></td>
 
<td></td>
 
</tr><tr>
 
</tr><tr>
<td><code>{[[Template:((|{((}]]}</code></td>
+
<td><code>{{t|((}}</code></td>
 
<td><code>{{((}}</code></td>
 
<td><code>{{((}}</code></td>
 
<td></td>
 
<td></td>
 
</tr><tr>
 
</tr><tr>
<td><code>{[[Template:))|{))}]]}</code></td>
+
<td><code>{{t|))}}</code></td>
 
<td><code>{{))}}</code></td>
 
<td><code>{{))}}</code></td>
 
<td></td>
 
<td></td>

Revision as of 01:00, 5 October 2012

This is a metatemplate intended to escape a character or group of characters in other templates that would otherwise be difficult to use with wikimarkup. The canonical example of this is the pipe character (|), which is heavily used in ParserFunctions. See wikipedia:Template:! for more information and examples.

Character escape templates

Template Output Notes
{{!}} |
{{(}} {
{{)}} }
{{'}} '
Template:= = Allows equals signs to be used in unnamed parameters.
{{!-!}} |-|
{{((}} {{
{{))}} }}

See also