模板:Math theorem
外觀
本模板使用以下模板樣式: |
使用
[編輯]{{math theorem | <math>|a+b| < |a|+|b|</math> | name = 系理 | note = 絕對值 }}
產生:
系理 (絕對值) —
第一個參數 |math_statement=
是定理的內容,第二個參數 |name=
是對定理的稱謂(預設值為"定理")。
例子
[編輯]{{math_theorem|name=愚人定理|math_statement=<math>1+1=3</math>}}
產生:
愚人定理 —
{{math_theorem|任意[[實數]] <math>a</math> 和 <math>b</math> 必滿足以下其中之一:
* <math>a = b</math>
* <math>a > b</math>
* <math>a < b</math>
}}
產生:
定理 — 任意實數 和 必滿足以下其中之一:
參見
[編輯]- {{Math proof}}
模板資料
[編輯]Format a statement of mathematical theorem or conjecture in box
參數 | 描述 | 類型 | 狀態 | |
---|---|---|---|---|
math_statement | math_statement 1 | 定理內容 | 字串 | 必填 |
name | name 2 | 定理的稱謂
| 行 | 非必填 |
note | note | 定理稱謂後的小補充 | 行 | 非必填 |
style | style | 額外的 CSS 樣式 | 行 | 非必填 |