<?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%3ALegend-line%2Fdoc</id>
	<title>Template:Legend-line/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%3ALegend-line%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Template:Legend-line/doc&amp;action=history"/>
	<updated>2026-05-14T04:08:47Z</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:Legend-line/doc&amp;diff=34921&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:Legend-line/doc&amp;diff=34921&amp;oldid=prev"/>
		<updated>2022-12-09T08:34:53Z</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 14:04, 9 December 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:Legend-line/doc&amp;diff=34920&amp;oldid=prev</id>
		<title>wikipedia&gt;Pppery at 23:54, 1 October 2020</title>
		<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Template:Legend-line/doc&amp;diff=34920&amp;oldid=prev"/>
		<updated>2020-10-01T23:54:13Z</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;
{{Uses TemplateStyles|Template:Legend/styles.css|noprotcat=yes}}&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
Shows a legend row with a colored line.&lt;br /&gt;
&lt;br /&gt;
;Example:&lt;br /&gt;
{{legend-line|black solid 2px|Borders in 1914}}&lt;br /&gt;
{{legend-line|red dotted 2px|Borders in 1920}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{legend-line|black solid 2px|Borders in 1914}}&lt;br /&gt;
{{legend-line|red dotted 2px|Borders in 1920}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Inline:&lt;br /&gt;
{{legend-line|black solid 2px|Borders in 1914|inline=yes}}&lt;br /&gt;
{{legend-line|red dotted 2px|Borders in 1920|inline=yes}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{legend-line|black solid 2px|Borders in 1914|inline=yes}}&lt;br /&gt;
{{legend-line|red dotted 2px|Borders in 1920|inline=yes}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Usage:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;legend-line|''line type''|''label''&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''line type'' is passed to the [[Cascading Style Sheets|css]] border property, and can include properties like &amp;lt;code&amp;gt;solid&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dotted&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dashed&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;double&amp;lt;/code&amp;gt;, etc.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Template:Legend]]&lt;br /&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;1&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;CSS style&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The CSS style for the legend entry&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;2px dashed black&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;2&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Caption&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Text displayed in the entry, next to the line style&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;Borders in 1920&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;line&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;inline&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;inline?&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;If 'yes', suppresses new line/line feed&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;yes&amp;quot;&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Shows a legend entry with a styled line (including color)&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;&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
[[Category:Legend templates|Line]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>wikipedia&gt;Pppery</name></author>
	</entry>
</feed>