Jump to content

Template:Theorem: Difference between revisions

From Mathepedia, the mathematical encyclopedia
Created page with "<templatestyles src="Theorem/styles.css" /><div class="theorem" style="{{{style|}}}"><strong>{{{title|Theorem}}}</strong> <div> {{#if: {{{theorem|<noinclude>y</noinclude>}}} | {{{theorem}}} | {{#if: {{{1| {{{continue|}}} }}} | {{{1| {{{continue}}} }}} | {{{1| {{error|Template:Theorem Error caused by a symbol in property: use <code>theorem</code> parameter}} }}} }} }} </div></div>"
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<templatestyles src="Theorem/styles.css" /><div class="theorem" style="{{{style|}}}"><strong>{{{title|Theorem}}}</strong>
{{Statement
<div>
| type=theorem
{{#if: {{{theorem|<noinclude>y</noinclude>}}}
| title={{{title|Theorem}}}
| content={{#if:{{{theorem|}}}
     | {{{theorem}}}
     | {{{theorem}}}
     | {{#if: {{{1| {{{continue|}}} }}}
     | {{#if:{{{1|}}}
            | {{{1| {{{continue}}} }}}
        | {{{1}}}
            | {{{1| {{error|[[Template:Theorem]] Error caused by a symbol in property: use <code>theorem</code> parameter}} }}}
        | {{{continue|}}}
       }}
       }}
  }}
| details={{{proof|{{{2|}}}}}}
| details-title={{{proof-title|Proof}}}
| open={{{proof-open|no}}}
| expand-text={{{proof-expand-text|}}}
| collapse-text={{{proof-collapse-text|}}}
| style={{{style|}}}
| class={{{class|}}}
}}
}}
</div></div>

Latest revision as of 16:12, 16 July 2026

Theorem.