
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://zoophilia.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=195.147.56.20</id>
	<title>Zoophilia Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://zoophilia.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=195.147.56.20"/>
	<link rel="alternate" type="text/html" href="https://zoophilia.wiki/index.php?title=Special:Contributions/195.147.56.20"/>
	<updated>2026-06-26T04:56:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://zoophilia.wiki/index.php?title=Template:Legend/doc&amp;diff=67915</id>
		<title>Template:Legend/doc</title>
		<link rel="alternate" type="text/html" href="https://zoophilia.wiki/index.php?title=Template:Legend/doc&amp;diff=67915"/>
		<updated>2015-04-25T10:18:58Z</updated>

		<summary type="html">&lt;p&gt;195.147.56.20: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!----PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE----&amp;gt;&lt;br /&gt;
Shows a legend row with a colored box.&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;legend |&#039;&#039;color&#039;&#039; |&#039;&#039;label&#039;&#039; |outline=&#039;&#039;outline color&#039;&#039; |border=&#039;&#039;css border&#039;&#039;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;color&#039;&#039; is passed to the [[Cascading Style Sheets|CSS]] background-color property of the color box. The optional &#039;&#039;outline&#039;&#039; parameter is the color of the outline around the box. If you need to customize the border further, you can use the  &#039;&#039;border&#039;&#039; argument, which overrides the &#039;&#039;outline&#039;&#039; argument and sets the css description (e.g., &amp;lt;code&amp;gt;1px solid #aaa&amp;lt;/code&amp;gt;) of the border that will be drawn around the box.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
{{Markup&lt;br /&gt;
| colheaderstyle = text-align:left&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{legend|black|Africa}}&lt;br /&gt;
{{legend|green|Americas}}&lt;br /&gt;
{{legend|blue|Oceania}}&lt;br /&gt;
{{legend|#ffa|Europe|outline=silver}}&lt;br /&gt;
{{legend|#ff2800|Asia}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
{{legend|black|Africa}}&lt;br /&gt;
{{legend|green|Americas}}&lt;br /&gt;
{{legend|blue|Oceania}}&lt;br /&gt;
{{legend|#ffa|Europe|outline=silver}}&lt;br /&gt;
{{legend|#ff2800|Asia}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Within caption===&lt;br /&gt;
{{Markup&lt;br /&gt;
| colheaderstyle = text-align:left&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;&lt;br /&gt;
[[File:Celts in Europe.png|thumb|310px|right|The Celts in Europe, past and present:&lt;br /&gt;
{{legend|#1a8000|present-day Celtic-speaking areas}}&lt;br /&gt;
{{legend|#27c600|other parts of the six most commonly recognized &#039;Celtic nations&#039; and where a Celtic language is spoken but not the dominating language}}&lt;br /&gt;
{{legend|#97ffb6|other parts of Europe once peopled by Celts; modern-day inhabitants of many of these areas often claim a Celtic heritage and/or culture}}&lt;br /&gt;
{{legend|#D2FFD2|Lusitanian area of Iberia, &amp;quot;Celticity&amp;quot; uncertain}} &lt;br /&gt;
{{legend|yellow|the core Hallstatt territory, expansion before 500 BC}}&lt;br /&gt;
]]&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
[[File:Celts in Europe.png|thumb|310px|right|The Celts in Europe, past and present: &lt;br /&gt;
{{legend|#1a8000|present-day Celtic-speaking areas}}&lt;br /&gt;
{{legend|#27c600|other parts of the six most commonly recognized &#039;Celtic nations&#039; and where a Celtic language is spoken but not the dominating language}}&lt;br /&gt;
{{legend|#97ffb6|other parts of Europe once peopled by Celts; modern-day inhabitants of many of these areas often claim a Celtic heritage and/or culture}}&lt;br /&gt;
{{legend|#D2FFD2|Lusitanian area of Iberia, &amp;quot;Celticity&amp;quot; uncertain}}&lt;br /&gt;
{{legend|yellow|the core Hallstatt territory, expansion before 500 BC}}&lt;br /&gt;
]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Full parameter list ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Legend&lt;br /&gt;
| [legend box&#039;s colo/ur]&lt;br /&gt;
| [text following legend box]&lt;br /&gt;
| outline =  &amp;lt;!--colo/ur of border around legend box--&amp;gt;&lt;br /&gt;
| border =   &amp;lt;!--use to specify custom CSS styling for border (overrides &#039;outline&#039;)--&amp;gt;&lt;br /&gt;
| color =    &amp;lt;!--colo/ur of &#039;text&#039;--&amp;gt;&lt;br /&gt;
| size =     &amp;lt;!--&#039;text&#039; font-size--&amp;gt;&lt;br /&gt;
| text =     &amp;lt;!--to place text inside the legend box--&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* For a version of this template using &#039;&#039;display:inline&#039;&#039; to avoid line breaks after each legend, see {{tl|Legend inline}}.&lt;br /&gt;
* For a version of this template without the line-feed, see {{tl|Legend0}}.&lt;br /&gt;
* For a version of this template without block formatting, see {{tl|Legend2}}.&lt;br /&gt;
* For a version of this template with article linking, see {{tl|Legend3}}.&lt;br /&gt;
* For a version of this template with indented block formatting, see {{tl|Legend4}}.&lt;br /&gt;
* For a version of this template with text-align set to left, see {{tl|Leftlegend}}.&lt;br /&gt;
* For legend rows representing lines, see {{tl|legend-line}}.&lt;br /&gt;
* {{tl|Color box}}&lt;br /&gt;
* [[Web colors]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{SUBPAGENAME}}|sandbox |&lt;br /&gt;
| &amp;lt;!-- CATEGORIES BELOW THIS LINE, PLEASE: --&amp;gt;&lt;br /&gt;
[[Category:Legend templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>195.147.56.20</name></author>
	</entry>
	<entry>
		<id>https://zoophilia.wiki/index.php?title=Template:Legend/doc&amp;diff=67914</id>
		<title>Template:Legend/doc</title>
		<link rel="alternate" type="text/html" href="https://zoophilia.wiki/index.php?title=Template:Legend/doc&amp;diff=67914"/>
		<updated>2015-04-25T10:12:46Z</updated>

		<summary type="html">&lt;p&gt;195.147.56.20: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!----PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE----&amp;gt;&lt;br /&gt;
Shows a legend row with a colored box.&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;legend |&#039;&#039;color&#039;&#039; |&#039;&#039;label&#039;&#039; |outline=&#039;&#039;outline color&#039;&#039; |border=&#039;&#039;css border&#039;&#039;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;color&#039;&#039; is passed to the [[Cascading Style Sheets|CSS]] background-color property of the color box. The optional &#039;&#039;outline&#039;&#039; parameter is the color of the outline around the box. If you need to customize the border further, you can use the  &#039;&#039;border&#039;&#039; argument, which overrides the &#039;&#039;outline&#039;&#039; argument and sets the css description (e.g., &amp;lt;code&amp;gt;1px solid #aaa&amp;lt;/code&amp;gt;) of the border that will be drawn around the box.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
{{Markup&lt;br /&gt;
| colheaderstyle = text-align:left&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;{{legend|black|Africa}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{legend|green|Americas}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{legend|blue|Oceania}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{legend|#ffa|Europe|outline=silver}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{legend|#ff2800|Asia}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| {{legend|black|Africa}}&lt;br /&gt;
{{legend|green|Americas}}&lt;br /&gt;
{{legend|blue|Oceania}}&lt;br /&gt;
{{legend|#ffa|Europe|outline=silver}}&lt;br /&gt;
{{legend|#ff2800|Asia}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Within caption===&lt;br /&gt;
{{Markup&lt;br /&gt;
| colheaderstyle = text-align:left&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;[[File:Celts in Europe.png|thumb|240px|right|The Celts in Europe, past and present:&lt;br /&gt;
{{legend|#1a8000|present-day Celtic-speaking areas}}&lt;br /&gt;
{{legend|#27c600|other parts of the six most commonly recognized &#039;Celtic nations&#039; and where a Celtic language is spoken but not the dominating language}}&lt;br /&gt;
{{legend|#97ffb6|other parts of Europe once peopled by Celts; modern-day inhabitants of many of these areas often claim a Celtic heritage and/or culture}}&lt;br /&gt;
{{legend|#D2FFD2|Lusitanian area of Iberia, &amp;quot;Celticity&amp;quot; uncertain}} &lt;br /&gt;
{{legend|yellow|the core Hallstatt territory, expansion before 500 BC}}&lt;br /&gt;
]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| [[File:Celts in Europe.png|thumb|240px|right|The Celts in Europe, past and present: &lt;br /&gt;
{{legend|#1a8000|present-day Celtic-speaking areas}}&lt;br /&gt;
{{legend|#27c600|other parts of the six most commonly recognized &#039;Celtic nations&#039; and where a Celtic language is spoken but not the dominating language}}&lt;br /&gt;
{{legend|#97ffb6|other parts of Europe once peopled by Celts; modern-day inhabitants of many of these areas often claim a Celtic heritage and/or culture}}&lt;br /&gt;
{{legend|#D2FFD2|Lusitanian area of Iberia, &amp;quot;Celticity&amp;quot; uncertain}}&lt;br /&gt;
{{legend|yellow|the core Hallstatt territory, expansion before 500 BC}}&lt;br /&gt;
]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Full parameter list ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Legend&lt;br /&gt;
| [legend box&#039;s colo/ur]&lt;br /&gt;
| [text following legend box]&lt;br /&gt;
| outline =  &amp;lt;!--colo/ur of border around legend box--&amp;gt;&lt;br /&gt;
| border =   &amp;lt;!--use to specify custom CSS styling for border (overrides &#039;outline&#039;)--&amp;gt;&lt;br /&gt;
| color =    &amp;lt;!--colo/ur of &#039;text&#039;--&amp;gt;&lt;br /&gt;
| size =     &amp;lt;!--&#039;text&#039; font-size--&amp;gt;&lt;br /&gt;
| text =     &amp;lt;!--to place text inside the legend box--&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* For a version of this template using &#039;&#039;display:inline&#039;&#039; to avoid line breaks after each legend, see {{tl|Legend inline}}.&lt;br /&gt;
* For a version of this template without the line-feed, see {{tl|Legend0}}.&lt;br /&gt;
* For a version of this template without block formatting, see {{tl|Legend2}}.&lt;br /&gt;
* For a version of this template with article linking, see {{tl|Legend3}}.&lt;br /&gt;
* For a version of this template with indented block formatting, see {{tl|Legend4}}.&lt;br /&gt;
* For a version of this template with text-align set to left, see {{tl|Leftlegend}}.&lt;br /&gt;
* For legend rows representing lines, see {{tl|legend-line}}.&lt;br /&gt;
* {{tl|Color box}}&lt;br /&gt;
* [[Web colors]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{SUBPAGENAME}}|sandbox |&lt;br /&gt;
| &amp;lt;!-- CATEGORIES BELOW THIS LINE, PLEASE: --&amp;gt;&lt;br /&gt;
[[Category:Legend templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>195.147.56.20</name></author>
	</entry>
</feed>