<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ekatrafoundation.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ARule%2Fdoc</id>
	<title>Template:Rule/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ekatrafoundation.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ARule%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.ekatrafoundation.org/index.php?title=Template:Rule/doc&amp;action=history"/>
	<updated>2026-07-21T22:46:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.0</generator>
	<entry>
		<id>https://wiki.ekatrafoundation.org/index.php?title=Template:Rule/doc&amp;diff=63040&amp;oldid=prev</id>
		<title>Meghdhanu: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.ekatrafoundation.org/index.php?title=Template:Rule/doc&amp;diff=63040&amp;oldid=prev"/>
		<updated>2023-08-09T01:30:42Z</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;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 01:30, 9 August 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key ekatrawiki:diff:1.41:old-63039:rev-63040 --&gt;
&lt;/table&gt;</summary>
		<author><name>Meghdhanu</name></author>
	</entry>
	<entry>
		<id>https://wiki.ekatrafoundation.org/index.php?title=Template:Rule/doc&amp;diff=63039&amp;oldid=prev</id>
		<title>enws&gt;ShakespeareFan00 at 10:08, 3 August 2023</title>
		<link rel="alternate" type="text/html" href="https://wiki.ekatrafoundation.org/index.php?title=Template:Rule/doc&amp;diff=63039&amp;oldid=prev"/>
		<updated>2023-08-03T10:08:11Z</updated>

		<summary type="html">&lt;p&gt;&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;
{{high-use|259000}}&lt;br /&gt;
{{templatestyles|Template:Rule/styles.css}}&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
This template inserts a black horizontal rule. It should be used in transcriptions in preference to wiki syntax &amp;quot;----&amp;quot;, which inserts a rule but in a lighter colour. Furthermore there can be no certainty that the rendering of &amp;quot;----&amp;quot; will not change in the future. [http://www.w3schools.com/tags/tag_hr.asp  Please check] for any [X]HTML 5 issues as well.&lt;br /&gt;
&lt;br /&gt;
For example&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{rule}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
produces&lt;br /&gt;
{{rule}}&lt;br /&gt;
&lt;br /&gt;
The common case of a double-rule can be achieved by&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{rule}}{{rule}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
which produces&lt;br /&gt;
{{rule}}{{rule}}&lt;br /&gt;
&lt;br /&gt;
[[Template:Double rule]] may be used as shorthand for this.&lt;br /&gt;
&lt;br /&gt;
===Width===&lt;br /&gt;
A width may optionally be provided, in &amp;#039;&amp;#039;em&amp;#039;&amp;#039; or &amp;#039;&amp;#039;by %&amp;#039;&amp;#039; in which case a black horizontal rule of that width is centered on the line.&lt;br /&gt;
&lt;br /&gt;
For example&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{rule|width=12em}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
and&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{rule|12em}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
both produce&lt;br /&gt;
&lt;br /&gt;
{{rule|12em}}&lt;br /&gt;
&lt;br /&gt;
===Height ===&lt;br /&gt;
Height is provided by the named {{parameter|height}} parameter:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{rule|height=3px}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{rule|height=3px}}&lt;br /&gt;
&lt;br /&gt;
===Alignment===&lt;br /&gt;
In rare cases where the left or right alignment is required, the {{parameter|align}} parameter may be used.&lt;br /&gt;
&lt;br /&gt;
{{doc example|content=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{rule|6em|align=left}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
produces&lt;br /&gt;
&lt;br /&gt;
{{rule|6em|align=left}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Top/bottom margins ===&lt;br /&gt;
&lt;br /&gt;
If the rule has wider padding around it, this can be set with {{parameter|margin_tb}}:&lt;br /&gt;
&lt;br /&gt;
{{doc example|content=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{center|&lt;br /&gt;
Foo&lt;br /&gt;
{{rule|margin_tb=2em}}&lt;br /&gt;
Bar&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
produces&lt;br /&gt;
{{center|&lt;br /&gt;
Foo&lt;br /&gt;
{{rule|margin_tb=2em}}&lt;br /&gt;
Bar&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Class===&lt;br /&gt;
&lt;br /&gt;
{{class notice|class=.wst-rule}}&lt;br /&gt;
&lt;br /&gt;
===Style===&lt;br /&gt;
Finally, any desired special HTML styling may be applied through the &amp;#039;&amp;#039;style&amp;#039;&amp;#039; parameter.&lt;br /&gt;
&lt;br /&gt;
For example&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{rule|width=12em|height=1em|style=background-color:orange;border:1px solid black}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
produces&lt;br /&gt;
&lt;br /&gt;
{{rule|width=12em|height=1em|style=background-color:orange;border:1px solid black}}&lt;br /&gt;
&lt;br /&gt;
==Redirects==&lt;br /&gt;
*{{tl|Hline}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* {{tl|section end rule}} for a semantic rule at the end of a section&lt;br /&gt;
* {{tl|separator}} for a row of dots&lt;br /&gt;
* {{tl|custom rule}} for a customized decorative rule&lt;br /&gt;
* {{tl|longdash}} for an inline long dash&lt;br /&gt;
* {{tl|bar}} for an inline, user specified length of the dash&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Formatting templates|{{PAGENAME}}]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;1&amp;quot;: {&lt;br /&gt;
			&amp;quot;aliases&amp;quot;: [&lt;br /&gt;
				&amp;quot;width&amp;quot;&lt;br /&gt;
			],&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;width&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;width of rule. (CSS &amp;#039;units specifcations should be used)&amp;quot;,&lt;br /&gt;
			&amp;quot;suggested&amp;quot;: true,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;class&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;class&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;CSS classes to apply to the created HR element.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;color&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;color&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;color that should be applied to the rule , CSS style color specifcations should be used.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;align&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;align&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;(Option) Aligns the rule with the left or right of the containing content.&amp;quot;,&lt;br /&gt;
			&amp;quot;suggestedvalues&amp;quot;: [&lt;br /&gt;
				&amp;quot;left&amp;quot;,&lt;br /&gt;
				&amp;quot;right&amp;quot;&lt;br /&gt;
			],&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;margin_tb&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;margin_tb&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Vary the vertical spacing around the rule. (uses CSS unit specifcations.)&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;height&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;height&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Varies the vertical height of the rule (Uses CSS units)&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;aliases&amp;quot;: [&lt;br /&gt;
				&amp;quot;2&amp;quot;&lt;br /&gt;
			]&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;style&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;style&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Additional CSS styles to be applied to the &amp;#039;rule&amp;#039; &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;Adds a horizontal rule to content.&amp;quot;,&lt;br /&gt;
	&amp;quot;format&amp;quot;: &amp;quot;inline&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;/div&gt;</summary>
		<author><name>enws&gt;ShakespeareFan00</name></author>
	</entry>
</feed>