Template:Theorem: Difference between revisions
Appearance
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: | ||
{{Statement | |||
| type=theorem | |||
{{#if: {{{theorem| | | title={{{title|Theorem}}} | ||
| content={{#if:{{{theorem|}}} | |||
| {{{theorem}}} | | {{{theorem}}} | ||
| {{#if: {{{1| | | {{#if:{{{1|}}} | ||
| {{{1}}} | |||
| {{{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|}}} | |||
}} | }} | ||
Latest revision as of 16:12, 16 July 2026
Theorem.