Open main menu

Changes

667 bytes added ,  19:57, 19 July 2012
Add documentation
{{documentation subpage}}
<!--
PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE
YOU CAN EDIT THE TEMPLATE DOCUMENTATION BELOW THIS COMMENT what happend
-->
==Usage==

This template allows "<code>=</code>" to be used in template parameters.

This template cannot be substituted.

==Example==

*<code><nowiki>{{code|2 + 2 {{=}} 4}}</nowiki></code> => {{code|2 + 2 {{=}} 4}}

You can also use named parameters to bypass the restriction:
*<code><nowiki>{{code|1= 2 + 2 = 4}}</nowiki></code> => {{code|1= 2 + 2 = 4}}

<!--
== See also ==
* {{tl|((}} &mdash; produces {{((}}
* {{tl|))}} &mdash; produces {{))}}
* {{tl|!}} &mdash; produces {{!}}
-->