Jump to content

Template:Theorem: Difference between revisions

From Mathepedia, the mathematical encyclopedia
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<templatestyles src="Theorem/styles.css" />
{{Statement
{{Box
  | type=theorem
  | class=theorem-box
  | title={{{title|Theorem}}}
  | title={{{title|Theorem}}}
  | content={{#if:{{{theorem|}}}
  | content={{#if:{{{theorem|}}}
  | {{{theorem}}}
    | {{{theorem}}}
  | {{#if:{{{1|}}}
    | {{#if:{{{1|}}}
      | {{{1}}}
        | {{{1}}}
      | {{#if:{{{continue|}}}
        | {{{continue|}}}
        | {{{continue}}}
      }}
        | {{error|[[Template:Theorem]]: missing theorem content. Use <code>|theorem=</code> or <code>|1=</code>.}}
  }}
        }}
| details={{{proof|{{{2|}}}}}}
    }}
  }}
  | details-title={{{proof-title|Proof}}}
  | details-title={{{proof-title|Proof}}}
| details={{#if:{{{proof|}}}
  | {{{proof}}}
  | {{#if:{{{2|}}}
      | {{{2}}}
      | {{error|[[Template:Theorem]]: missing proof. Use <code>|proof=</code> or <code>|2=</code>.}}
    }}
  }}
  | open={{{proof-open|no}}}
  | open={{{proof-open|no}}}
  | expand-text={{{proof-expand-text|}}}
  | expand-text={{{proof-expand-text|}}}
  | collapse-text={{{proof-collapse-text|}}}
  | collapse-text={{{proof-collapse-text|}}}
  | style={{{style|}}}
  | style={{{style|}}}
| class={{{class|}}}
}}
}}

Latest revision as of 16:12, 16 July 2026

Theorem.