<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.transitwiki.org/TransitWiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ANotice</id>
	<title>Template:Notice - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.transitwiki.org/TransitWiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ANotice"/>
	<link rel="alternate" type="text/html" href="https://www.transitwiki.org/TransitWiki/index.php?title=Template:Notice&amp;action=history"/>
	<updated>2026-06-10T14:59:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://www.transitwiki.org/TransitWiki/index.php?title=Template:Notice&amp;diff=4415&amp;oldid=prev</id>
		<title>Mlane97: Created page with &quot;{| cellspacing=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;5&quot; style=&quot;margin-bottom: {{{margin-bottom|1em}}}; width: {{{width}}}; background-color: {{{background-color}}}; border: 2px soli...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.transitwiki.org/TransitWiki/index.php?title=Template:Notice&amp;diff=4415&amp;oldid=prev"/>
		<updated>2017-10-31T19:09:00Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{| cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin-bottom: {{{margin-bottom|1em}}}; width: {{{width}}}; background-color: {{{background-color}}}; border: 2px soli...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{| cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;margin-bottom: {{{margin-bottom|1em}}}; width: {{{width}}}; background-color: {{{background-color}}}; border: 2px solid {{{border-color}}}; text-align: center; border-radius:{{{radius}}}px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;padding: 4pt; line-height: 1.25em;&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;big&amp;gt;&amp;lt;big&amp;gt;{{{headline}}}&amp;lt;/big&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|{{{content}}}&lt;br /&gt;
&lt;br /&gt;
|} &amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
The [[Help:Notices]] page has detailed help (including for the {{tl|slim notice}} option). The following is a brief version.&lt;br /&gt;
&lt;br /&gt;
Use this template to create one-off notices, or use to create a notice template for a specific purpose.&lt;br /&gt;
&lt;br /&gt;
E.g. for a box with square corners&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{notice&lt;br /&gt;
|width=80%&lt;br /&gt;
|background-color=Wheat&lt;br /&gt;
|border-color=SaddleBrown&lt;br /&gt;
|radius=0&lt;br /&gt;
|headline=Blah blah&lt;br /&gt;
|content=Yabba dabba doo&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
creates:&lt;br /&gt;
&lt;br /&gt;
{{notice&lt;br /&gt;
|width=80%&lt;br /&gt;
|background-color=Wheat&lt;br /&gt;
|border-color=SaddleBrown&lt;br /&gt;
|radius=0&lt;br /&gt;
|headline=Blah blah&lt;br /&gt;
|content=Yabba dabba doo&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
You can also create a box with rounded corners, e.g.:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{notice&lt;br /&gt;
|width=80%&lt;br /&gt;
|background-color=#E3E4FA&lt;br /&gt;
|border-color=#993399&lt;br /&gt;
|radius=10&lt;br /&gt;
|headline=Hello!&lt;br /&gt;
|content=Join us - why not?&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
creates:&lt;br /&gt;
&lt;br /&gt;
{{notice&lt;br /&gt;
|width=80%&lt;br /&gt;
|background-color=#E3E4FA&lt;br /&gt;
|border-color=#993399&lt;br /&gt;
|radius=10&lt;br /&gt;
|headline=Hello!&lt;br /&gt;
|content=Join us - why not?&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
(If you leave out the &amp;quot;radius&amp;quot; term, it seems to default to a box with square corners, but it seems like good practice to always use the parameters, as in other cases it breaks the template.)&lt;br /&gt;
&lt;br /&gt;
== Choosing colors ==&lt;br /&gt;
&lt;br /&gt;
Choose your colors from a &amp;quot;palette&amp;quot; such as the table at [[Wikipedia:Web colors#X11 color names]]. &lt;br /&gt;
&lt;br /&gt;
Note that you can use hex codes for colors such as #F3F2E0, as in this example:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{notice&lt;br /&gt;
|width=80%&lt;br /&gt;
|background-color=#F3F2E0&lt;br /&gt;
|border-color=#B5B380&lt;br /&gt;
|headline=Blah blah&lt;br /&gt;
|content=Yabba dabba doo}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See [[Help:Notices]] for more examples of colors.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Help:Notices]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Notice templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mlane97</name></author>
	</entry>
</feed>