Template:Math theorem/doc

From testwiki
Jump to navigation Jump to search

Template:Documentation subpage Template:Uses TemplateStyles

Usage

{{Math theorem |<math>\dim K_n = n-1</math> |name=foo |note=bar }}

produces: Template:Math theorem

The first argument (or the Template:Para and Template:Para parameters) is the statement of the theorem. The second argument (or the Template:Para and Template:Para parameters) is the name of the theorem or alternative type "Proposition", the default is "Theorem".

Examples

{{Math theorem |name=Claim |math_statement=<math>\Gamma(D(f), \mathcal{O}_X) = A[f^{-1}]</math> for any ''f'' in ''A''. }}

Produces: Template:Math theorem

{{Math theorem |Every finite simple group is [[Isomorphism]] to one of the following groups:
 * A [[cyclic group]] with prime order;
 * ... }}

Produces Template:Math theorem

See also

TemplateData

Template:TemplateData header

<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>


pt:Predefinição:Teorema/doc