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 |
||
| Line 1: | Line 1: | ||
<templatestyles src="Theorem/styles.css" /> | <templatestyles src="Theorem/styles.css" /> | ||
{{Box | |||
{{#if: {{{ | | class=theorem-box | ||
| title={{{title|Theorem}}} | |||
| content={{#if:{{{theorem|}}} | |||
| {{{theorem}}} | |||
| {{#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|}}} | |||
}} | }} | ||
Revision as of 15:45, 16 July 2026
Page Template:Theorem/styles.css has no content.