틀:Mbox: 두 판 사이의 차이

Revi HQ
내용 추가됨 내용 삭제됨
(Created page with '<span style="white-space: nowrap;">{{{eq|{{{1}}}}}}</span><noinclude> ---- This template prevents line breaks during HTML mathematics. It is a practical alternativ...')
 
14번째 줄: 14번째 줄:
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.
</noinclude>
</noinclude>

2007년 9월 18일 (화) 12:48 판

{{{1}}}


This template prevents line breaks during HTML mathematics. It is a practical alternative to excessive use of non-breaking spaces (&nbsp;).

Use

In a math article, included math such as

''f'': ''X'' × ''Y'' → [0, 1]

may end up broken between lines. This can be fixed using nonbreaking spaces:

''f'':&nbsp;''X''&nbsp;×&nbsp;''Y''&nbsp;→&nbsp;[0,&nbsp;1]

However, this results in cumbersome source code which can be difficult to edit. Using this template, the same result can be achieved with:

{{mbox| ''f'': ''X'' × ''Y'' → [0, 1] }}

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:

{{mbox|eq= 2''x'' + 3''y'' + 5''z'' = 7 }}

This longer syntax also works for non-equations.