Format:Math theorem/doc

De la testwiki
Versiunea din 20 ianuarie 2023 15:13, autor: imported>Andrei Stroe (Pagină nouă: <noinclude>{{Documentație/Subpagină}}</noinclude> <!-- EDITAȚI DOCUMENTAȚIA FORMATULUI MAI JOS DE ACEASTĂ LINIE --> ==Utilizare == <pre>{{math theorem | <math>\dim K_n = n-1</math> | name = foo | note = bar }}</pre> produce: {{math theorem | <math>\dim K_n = n-1</math> | name = foo | note = bar }} Primul argument sau parametrul {{para|math_statement}} este enunțul teoremei. Al doilea argument sau parametrul {{para|name}} este numele teoremei sau o altern...)
(dif) ← Versiunea anterioară | Versiunea curentă (dif) | Versiunea următoare → (dif)
Sari la navigare Sari la căutare

Format:Documentație/Subpagină

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

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