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
Line 1: Line 1:
<templatestyles src="Theorem/styles.css" /><div class="theorem" style="{{{style|}}}"><strong>{{{title|Theorem}}}</strong>
<templatestyles src="Theorem/styles.css" />
<div>
{{Box
{{#if: {{{theorem|<noinclude>y</noinclude>}}}
| class=theorem-box
    | {{{theorem}}}
| title={{{title|Theorem}}}
    | {{#if: {{{1| {{{continue|}}} }}}
| content={{#if:{{{theorem|}}}
            | {{{1| {{{continue}}} }}}
  | {{{theorem}}}
            | {{{1| {{error|[[Template:Theorem]] Error caused by a symbol in property: use <code>theorem</code> parameter}} }}}
  | {{#if:{{{1|}}}
      }}
      | {{{1}}}
      | {{#if:{{{continue|}}}
        | {{{continue}}}
        | {{error|[[Template:Theorem]]: missing theorem content. Use <code>|theorem=</code> or <code>|1=</code>.}}
        }}
    }}
  }}
| 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}}}
| expand-text={{{proof-expand-text|}}}
| collapse-text={{{proof-collapse-text|}}}
| style={{{style|}}}
}}
}}
</div></div>

Revision as of 15:45, 16 July 2026

Page Template:Theorem/styles.css has no content.