الگو:قضیه ریاضی/توضیحات
Usage
{{قضیه ریاضی
| اگر <math>A \in B </math> و <math>B \in A </math> باشد آنوقت حتما <math>A = B </math> باید برقرار باشد.
| name = تساوی دو عضو
| note =
}}
produces: الگو:قضیه ریاضی
The first argument or the الگو:پارا parameter is the statement of the theorem. The second argument or the الگو:پارا parameter is the name of the theorem or alternative type "Proposition", the default is "Theorem".
Examples
{{قضیه ریاضی|name=Claim|math_statement=<math>\Gamma(D(f), \mathcal{O}_X) = A[f^{-1}]</math> for any ''f'' in ''A''.}}
Produces: الگو:قضیه ریاضی
{{قضیه ریاضی|Every finite simple group is [[یکریختی]] to one of the following groups:
* A [[گروه دوری]] with prime order;
* ...
}}
Produces الگو:قضیه ریاضی
See also
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>