<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.vigyanwiki.in/index.php?action=history&amp;feed=atom&amp;title=Template%3AEquation_box_1%2Fdoc</id>
	<title>Template:Equation box 1/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.vigyanwiki.in/index.php?action=history&amp;feed=atom&amp;title=Template%3AEquation_box_1%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Template:Equation_box_1/doc&amp;action=history"/>
	<updated>2026-05-23T08:26:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://www.vigyanwiki.in/index.php?title=Template:Equation_box_1/doc&amp;diff=6445&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Template:Equation_box_1/doc&amp;diff=6445&amp;oldid=prev"/>
		<updated>2022-08-18T10:44:05Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:14, 18 August 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.vigyanwiki.in/index.php?title=Template:Equation_box_1/doc&amp;diff=6444&amp;oldid=prev</id>
		<title>wikipedia&gt;Hairy Dude: document using two colons for extra indentation, that no other value means anything different from default, and that it uses CSS; don't use level 1 headings, replace fake headings with real ones</title>
		<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Template:Equation_box_1/doc&amp;diff=6444&amp;oldid=prev"/>
		<updated>2021-08-20T22:48:29Z</updated>

		<summary type="html">&lt;p&gt;document using two colons for extra indentation, that no other value means anything different from default, and that it uses CSS; don&amp;#039;t use level 1 headings, replace fake headings with real ones&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{documentation subpage}}&lt;br /&gt;
Displays an equation in a box. &lt;br /&gt;
&lt;br /&gt;
The full syntax is:&lt;br /&gt;
&lt;br /&gt;
{{tnull|Equation box 1|indent|title|equation|ref|cellpadding|border|border colour|background colour}}&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
#'''Indent''': Type colon (:) to indent the box from the left side of the page, or two colons (::) for twice as much indentation. Leave blank, or use any other value, for no indentation. (Note that this uses CSS to adjust margins, rather than following the semantics of the leading colon in wiki markup, which would create an invalid description list.)&lt;br /&gt;
#'''Title''': Title/name of equation. Leave blank for no title.&lt;br /&gt;
#'''Equation''': The equation in [[WP:«math»|whatever form]], usually [[Help:Displaying a formula|&amp;lt;kbd&amp;gt;&amp;amp;lt;math&amp;gt;&amp;lt;/kbd&amp;gt;]] ''equation in LaTeX ...'' &amp;lt;kbd&amp;gt;&amp;amp;lt;/math&amp;gt;&amp;lt;/kbd&amp;gt;. Leave blank to get an equation showing the general form of a complex number, &amp;lt;math&amp;gt;z=re^{i\phi}=x+iy \,\!&amp;lt;/math&amp;gt; (only useful for examples).&lt;br /&gt;
#'''Ref''': Reference label. Calls {{tl|EquationRef}} with provided value as the parameter. Leave blank for no reference label.&lt;br /&gt;
#'''Cellpadding''': Number of pixels to be used as padding of the box around the equation (how much the box wraps around the equation, margins). Default is 5.&lt;br /&gt;
#'''Border''': Thickness of the border line in pixels (do not include &amp;quot;px&amp;quot;; it will be added). Default is 2.&lt;br /&gt;
#'''Border colour''': Colour code (colour name or [[hex triplet]]) for the colour of the border line of the box. Default is #50C878, a nuance of green called [[emerald green]].&lt;br /&gt;
#'''Background colour''': Colour code for the background area of the box. Default is #ECFCF4, a light grayish cyan.&lt;br /&gt;
&lt;br /&gt;
See [[list of colours]] for use with the border and background colours. To use the parameters set the parameter equal to the value by using the equals sign.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Black/white theme===&lt;br /&gt;
&lt;br /&gt;
{{Equation box 1&lt;br /&gt;
|title='''[[Complex number]]'''&lt;br /&gt;
|indent=:&lt;br /&gt;
|equation=&amp;lt;math&amp;gt;z=re^{i\phi}=x+iy \,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
|cellpadding = 6&lt;br /&gt;
|border = 1&lt;br /&gt;
|border colour = black&lt;br /&gt;
|background colour=white}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;moin&amp;quot;&amp;gt;{{Equation box 1&lt;br /&gt;
|title='''[[Complex number]]'''&lt;br /&gt;
|indent=:&lt;br /&gt;
|equation=&amp;lt;math&amp;gt;z=re^{i\phi}=x+iy \,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
|cellpadding = 6&lt;br /&gt;
|border = 1&lt;br /&gt;
|border colour = black&lt;br /&gt;
|background colour=white}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Green theme===&lt;br /&gt;
&lt;br /&gt;
{{Equation box 1&lt;br /&gt;
|indent=:&lt;br /&gt;
|equation=&amp;lt;math&amp;gt;z=re^{i\phi}=x+iy \,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
|cellpadding&lt;br /&gt;
|border&lt;br /&gt;
|border colour = #50C878&lt;br /&gt;
|background colour = #ECFCF4}} &lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;tex&amp;quot;&amp;gt;{{Equation box 1&lt;br /&gt;
|indent=:&lt;br /&gt;
|equation=&amp;lt;math&amp;gt;z=re^{i\phi}=x+iy \,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
|cellpadding&lt;br /&gt;
|border&lt;br /&gt;
|border colour = #50C878&lt;br /&gt;
|background colour = #ECFCF4}} &lt;br /&gt;
}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Blue theme===&lt;br /&gt;
&lt;br /&gt;
{{Equation box 1&lt;br /&gt;
|indent =:&lt;br /&gt;
|title=&lt;br /&gt;
|equation = &amp;lt;math&amp;gt;z=re^{i\phi}=x+iy \,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
|cellpadding= 6&lt;br /&gt;
|border&lt;br /&gt;
|border colour = #0073CF&lt;br /&gt;
|background colour=#F5FFFA}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;tex&amp;quot;&amp;gt;{{Equation box 1&lt;br /&gt;
|indent =:&lt;br /&gt;
|title=&lt;br /&gt;
|equation = &amp;lt;math&amp;gt;z=re^{i\phi}=x+iy \,\!&amp;lt;/math&amp;gt;&lt;br /&gt;
|cellpadding= 6&lt;br /&gt;
|border&lt;br /&gt;
|border colour = #0073CF&lt;br /&gt;
|background colour=#F5FFFA}}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===With reference===&lt;br /&gt;
&lt;br /&gt;
{{Equation box 1&lt;br /&gt;
|equation = {{math|1=2 × 2 = 4}}&lt;br /&gt;
|ref=1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Equation box 1&lt;br /&gt;
|equation = {{math|1=2 × 2 = 4}}&lt;br /&gt;
|ref=1}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Mathematical formatting templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
==TemplateData==&lt;br /&gt;
{{TemplateDataHeader}}&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;indent&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Indent&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;One or two colons for an indent from the left, OR a valid CSS margin value. Leave blank for no indent.&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;:&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;cellpadding&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Cellpadding (margin)&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Number of pixels to be used as padding of the box around the equation (how much the box wraps around the equation; margins). Default is 5.&amp;quot;,&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;5&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;4&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;number&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;border&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Border thickness&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Thickness of border line in pixels. Default is 2.&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;3&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;number&amp;quot;,&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;2&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;border colour&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Border colour&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Colour code (colour name or hex triplet in the format #RRGGBB) for the border line of the box. Default is #50C878, a nuance of green called emerald green.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;#50C878&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;background colour&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Background colour&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Colour code (colour name or hex triplet in the format #RRGGBB) for the background colour of the box. Default is #ECFCF4, a light grayish cyan.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;default&amp;quot;: &amp;quot;#ECFCF4&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;#FFCC00&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;title&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Title/name&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Title/name of equation. Can be left blank for no title.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;line&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;'''Time-dependent Schrödinger equation in position basis'''&amp;lt;br/&amp;gt;''(single [[relativistic quantum mechanics|nonrelativistic]] particle)''&amp;quot;,&lt;br /&gt;
			&amp;quot;suggested&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;equation&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Equation&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The equation in whatever form, usually &amp;lt;math&amp;gt;equation in LaTeX...&amp;lt;/math&amp;gt;. The default equation is the general form of a complex number.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;content&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;&amp;lt;math&amp;gt; z = e^{i \\phi} = x + iy &amp;lt;/math&amp;gt;&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;ref&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Reference label&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Label for the equation for later reference. Calls {{EquationRef}} with provided value as the parameter.&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;1&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Displays an equation in a box.&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;/div&gt;</summary>
		<author><name>wikipedia&gt;Hairy Dude</name></author>
	</entry>
</feed>