<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://fascipedia.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AAmbox_by_background_color%2Fdoc</id>
	<title>Template:Ambox by background color/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://fascipedia.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AAmbox_by_background_color%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://fascipedia.org/index.php?title=Template:Ambox_by_background_color/doc&amp;action=history"/>
	<updated>2026-04-13T21:43:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.2</generator>
	<entry>
		<id>https://fascipedia.org/index.php?title=Template:Ambox_by_background_color/doc&amp;diff=168&amp;oldid=prev</id>
		<title>WikiSysop: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://fascipedia.org/index.php?title=Template:Ambox_by_background_color/doc&amp;diff=168&amp;oldid=prev"/>
		<updated>2022-03-20T08:10:44Z</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&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 23:10, 19 March 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&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;/table&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>https://fascipedia.org/index.php?title=Template:Ambox_by_background_color/doc&amp;diff=167&amp;oldid=prev</id>
		<title>Template&gt;Lady Aleena: updating documentation for new location</title>
		<link rel="alternate" type="text/html" href="https://fascipedia.org/index.php?title=Template:Ambox_by_background_color/doc&amp;diff=167&amp;oldid=prev"/>
		<updated>2018-02-01T23:46:26Z</updated>

		<summary type="html">&lt;p&gt;updating documentation for new location&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Empty syntax==&lt;br /&gt;
Either use Ambox_2's parameters:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Ambox by background color&lt;br /&gt;
| background=&lt;br /&gt;
| title=&lt;br /&gt;
| text=&lt;br /&gt;
| info=&lt;br /&gt;
| image_name=&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or use [[Template:Ambox by color|Ambox by color]]'s parameters:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ambox by color&lt;br /&gt;
| image =&lt;br /&gt;
| border = &lt;br /&gt;
| type =&lt;br /&gt;
| info =&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==Description and usage==&lt;br /&gt;
This is a meta-template used to create article management templates. It is an alternative to the [[Template:Ambox|traditional ambox style]]. Unlike the commonly used ambox template, it does not rely on css.&lt;br /&gt;
&lt;br /&gt;
If you wish to replace Template:Ambox and any templates created with it on another wiki, simply replace Template:Ambox on that wiki with this template.&lt;br /&gt;
&lt;br /&gt;
==Named parameters==&lt;br /&gt;
&lt;br /&gt;
===Content===&lt;br /&gt;
; |image_name=: image for use on the left (optional) - Example:Wiki.png&lt;br /&gt;
; |text=: body of the template&lt;br /&gt;
; |info=: list of extra info (optional)&lt;br /&gt;
; |title=: Large bold title at the top of the template (optional)&lt;br /&gt;
; |background=: background color (defaults to blue) - takes the following color names as well as hexadecimal colors&lt;br /&gt;
:; red      : EF2929 (serious issue) &lt;br /&gt;
:; orange   : F57900 (important issue) &lt;br /&gt;
:; yellow   : FCE94F (mild issue)&lt;br /&gt;
:; green    : 73D216 (something good)&lt;br /&gt;
:; purple   : CABEED&lt;br /&gt;
:; blue     : D8E9FC&lt;br /&gt;
:; grey     : eee &lt;br /&gt;
&lt;br /&gt;
===Style===&lt;br /&gt;
The following parameters may be added if you wish to use something other than the defaults&lt;br /&gt;
; |text_color=: takes hexadecimal colors (000 for black, fff for white) - Black by default, white if the background is red&lt;br /&gt;
; |width=: defaults to 90%&lt;br /&gt;
; |image_size=: defaults to 50px&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Default ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ambox by background color&lt;br /&gt;
| text = I am text&lt;br /&gt;
| info = I am info&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ambox by background color&lt;br /&gt;
| text = I am text&lt;br /&gt;
| info = I am info&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Red + image ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ambox by background color&lt;br /&gt;
| image = [[Image:Example.jpg|50px]]&lt;br /&gt;
| background = red&lt;br /&gt;
| text = I am text&lt;br /&gt;
| info =&lt;br /&gt;
* I am info&lt;br /&gt;
| style = border:10px black solid;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ambox by background color&lt;br /&gt;
| image = [[Image:Example.jpg|50px]]&lt;br /&gt;
| border = red&lt;br /&gt;
| text = I am text&lt;br /&gt;
| info =&lt;br /&gt;
* I am info&lt;br /&gt;
| style = border:10px black solid;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Ambox_2 parameters ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ambox by background color&lt;br /&gt;
| image_name = Example.jpg&lt;br /&gt;
| image_size = 25px&lt;br /&gt;
| background = red&lt;br /&gt;
| title = I am title&lt;br /&gt;
| text = I am text&lt;br /&gt;
| info = I am info&lt;br /&gt;
| text_color = blue&lt;br /&gt;
| width = 50%&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ambox by background color&lt;br /&gt;
| image_name = Example.jpg&lt;br /&gt;
| image_size = 25px&lt;br /&gt;
| background = red&lt;br /&gt;
| title = I am title&lt;br /&gt;
| text = I am text&lt;br /&gt;
| info = I am info&lt;br /&gt;
| text_color = blue&lt;br /&gt;
| width = 50%&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Other colors ===&lt;br /&gt;
==== Yellow ====&lt;br /&gt;
{{ambox by background color&lt;br /&gt;
| border = yellow&lt;br /&gt;
| text = I am text&lt;br /&gt;
| info =&lt;br /&gt;
* I am info&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== Green ====&lt;br /&gt;
{{ambox by background color&lt;br /&gt;
| border = green&lt;br /&gt;
| text = I am text&lt;br /&gt;
| info =&lt;br /&gt;
* I am info&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== Purple ====&lt;br /&gt;
{{ambox by background color&lt;br /&gt;
| border = purple&lt;br /&gt;
| text = I am text&lt;br /&gt;
| info =&lt;br /&gt;
* I am info&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== Blue ====&lt;br /&gt;
{{ambox by background color&lt;br /&gt;
| border = blue&lt;br /&gt;
| text = I am text&lt;br /&gt;
| info =&lt;br /&gt;
* I am info&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== Orange ====&lt;br /&gt;
{{ambox by background color&lt;br /&gt;
| border = orange&lt;br /&gt;
| text = I am text&lt;br /&gt;
| info =&lt;br /&gt;
* I am info&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== Gray ====&lt;br /&gt;
{{ambox by background color&lt;br /&gt;
| border = gray&lt;br /&gt;
| text = I am text&lt;br /&gt;
| info =&lt;br /&gt;
* I am info&lt;br /&gt;
}}&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Article management templates|{{PAGENAME}}]]&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Template documentation|{{PAGENAME}}]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Template&gt;Lady Aleena</name></author>
	</entry>
</feed>