Format:Math theorem/doc
Utilizare
{{math theorem
| <math>\dim K_n = n-1</math>
| name = foo
| note = bar
}}
produce: Format:Math theorem
Primul argument sau parametrul Format:Para este enunțul teoremei. Al doilea argument sau parametrul Format:Para este numele teoremei sau o alternativă, cum ar fi „Propoziție”, în locul textului implicit „Teoremă”.
Exemple
{{math_theorem|name=Afirmație|math_statement=<math>\Gamma(D(f), \mathcal{O}_X) = A[f^{-1}]</math> pentru orice ''f'' din ''A''.}}
Produce: Format:Math theorem
{{math_theorem|Orice grup simplu finit este [[izomorf]] cu unul din următoarele grupuri:
* Un [[grup ciclic]] cu ordin prim;
* ...
}}
Produce Format:Math theorem
Vezi și
TemplateData
<templatedata> { "params": { "math_statement": { "aliases": ["1"], "description": "Mathematical statement", "type": "string", "required": true }, "name": { "aliases": ["2"], "description": "Name of theorem or Proposition, Conjecture etc",
"example": "Claim",
"default": "Theorem",
"type": "line" }, "note": { "description": "Note about theorem", "type": "line" }, "style": { "description": "Addition CSS style to use", "type": "line" } }, "description": "Format a statement of mathematical theorem or conjecture in box", "format": "block", "paramOrder": [ "math_statement", "name", "note", "style" ] } </templatedata>