Template:=: Difference between revisions
Jump to navigation
Jump to search
Tip:Instead of "espacing" every occurrence of an equals sign in an unnamed parameter of a template call with {{=}}, it may be easier to use the unnamed parameter like a named parameter.
No edit summary |
Tag: Rollback |
||
Line 7: | Line 7: | ||
* {{T|Code|{{P|1|2=if (i == 0) return count == 0;}}}} | * {{T|Code|{{P|1|2=if (i == 0) return count == 0;}}}} | ||
}} | }} | ||
[[Category:Templates for within templates]] |
Revision as of 10:37, 5 September 2024
=
Documentation
This template is used to insert a = character into a template or table where it would otherwise affect the formatting of the template/table instead of displaying the character. It is most likely to be used in conjunction with the Key template. See its documentation for further information.

Both of the following deliver if (i == 0) return count == 0;: