Templat:Math theorem/doc

Dari testwiki
Loncat ke navigasi Loncat ke pencarian

Templat:Documentation subpage

Penggunaan

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

menghasilkan: Templat:Math theorem

Argumen pertama atau Templat:Para parameter adalah pernyataan teorema. Argumen kedua atau Templat:Para parameter adalah nama dari teorema atau jenis alternatif "Proposisi", defaultnya adalah "Teorema".

Contoh

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

Menghasilkan: Templat:Math theorem

 {{math_theorem|Setiap grup sederhana hingga adalah [[isomorfik]] ke salah satu grup berikut:
 * [[Grup siklik]] dengan urutan utama;
 * ...
 }}

Menghasilkan Templat:Math theorem

Lihat pula

TemplateData

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