Template:Mbox: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
No edit summary
Line 9: Line 9:
<pre>''f'':&#38;nbsp;''X''&#38;nbsp;×&#38;nbsp;''Y''&#38;nbsp;→&#38;nbsp;[0,&#38;nbsp;1]</pre>
<pre>''f'':&#38;nbsp;''X''&#38;nbsp;×&#38;nbsp;''Y''&#38;nbsp;→&#38;nbsp;[0,&#38;nbsp;1]</pre>
However, this results in cumbersome source code which can be difficult to edit. Using this template, the same result can be achieved with:
However, this results in cumbersome source code which can be difficult to edit. Using this template, the same result can be achieved with:
<pre>{{mbox| ''f'': ''X'' × ''Y'' → [0, 1] }}</pre>
<pre>{{mbox| ''f'': ''X'' × ''Y'' → [0, 1]}}</pre>


===Dealing with equations===
===Dealing with equations===
Because of Wikipedia limitations on templates, mbox doesn't function as stated above if the math contains an equals sign. In this case, the following syntax should be used:
Because of Wikipedia limitations on templates, mbox doesn't function as stated above if the math contains an equals sign. In this case, the following syntax should be used:
<pre>{{mbox|eq= 2''x'' + 3''y'' + 5''z'' = 7 }}</pre>
<pre>{{mbox|eq= 2''x'' + 3''y'' + 5''z'' = 7}}</pre>
This longer syntax also works for non-equations.
This longer syntax also works for non-equations.
</noinclude>
</noinclude>