<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.labrps.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AColoredParagraph</id>
	<title>Template:ColoredParagraph - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.labrps.com/index.php?action=history&amp;feed=atom&amp;title=Template%3AColoredParagraph"/>
	<link rel="alternate" type="text/html" href="https://wiki.labrps.com/index.php?title=Template:ColoredParagraph&amp;action=history"/>
	<updated>2026-04-07T11:01:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>https://wiki.labrps.com/index.php?title=Template:ColoredParagraph&amp;diff=13&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.labrps.com/index.php?title=Template:ColoredParagraph&amp;diff=13&amp;oldid=prev"/>
		<updated>2022-08-06T15:00:45Z</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 08:00, 6 August 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>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.labrps.com/index.php?title=Template:ColoredParagraph&amp;diff=12&amp;oldid=prev</id>
		<title>en&gt;Mario52: create page</title>
		<link rel="alternate" type="text/html" href="https://wiki.labrps.com/index.php?title=Template:ColoredParagraph&amp;diff=12&amp;oldid=prev"/>
		<updated>2019-04-14T12:43:21Z</updated>

		<summary type="html">&lt;p&gt;create page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{#if:{{{3|}}}|&amp;lt;div style=&amp;quot;background-color:{{{1}}}; color:{{{2}}};&amp;quot;&amp;gt;{{{3}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
              |{{#if:{{{2|}}}&lt;br /&gt;
                   |&amp;lt;div style=&amp;quot;background-color: {{{1}}}&amp;quot;&amp;gt;{{{2}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
                   |&amp;lt;div style=&amp;quot;background-color: #ffeeee&amp;quot;&amp;gt;{{{1}}}&amp;lt;/div&amp;gt;}} }}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Use this template to colored the background, text or background and text.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
==Mode basic highlight (#ffeeee)==&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{ColoredParagraph|&lt;br /&gt;
Here the mode single, the color of base is used.&lt;br /&gt;
&lt;br /&gt;
This paragraph is higthligthted&lt;br /&gt;
&lt;br /&gt;
for call attention of the reader&lt;br /&gt;
}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Result:&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|&lt;br /&gt;
Here the mode single, the color of base is used.&lt;br /&gt;
&lt;br /&gt;
This paragraph is higthligthted&lt;br /&gt;
&lt;br /&gt;
for call attention of the reader&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Mode background highlight mode hexadecimal ==&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{ColoredParagraph|#ff0000|Mode background highlight mode hexadecimal}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Result:&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|#ff0000|Mode background highlight mode hexadecimal}}&lt;br /&gt;
&lt;br /&gt;
==Mode background highlight mode rgb ==&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{ColoredParagraph|rgb(200, 100, 0)| Mode background highlight mode rgb}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Result:&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|rgb(200, 100, 0)|Mode background highlight mode rgb}}&lt;br /&gt;
&lt;br /&gt;
==Mode background and text highlight mode hexadecimal==&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{ColoredParagraph|#ff0000|#ffff00|Mode background and text highlight mode hexadecimal}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Result:&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|#ff0000|#ffff00|Mode background and text highlight mode hexadecimal}}&lt;br /&gt;
&lt;br /&gt;
==Mode background and text highlight mode rgb ==&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{ColoredParagraph|rgb(255, 0, 0)|rgb(255, 255, 0)| Mode background and text highlight mode rgb}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Result:&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|rgb(255, 0, 0)|rgb(255, 255, 0)|Mode background and text highlight mode rgb}}&lt;br /&gt;
&lt;br /&gt;
==Mode background and text highlight mode color name ==&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{ColoredParagraph|DarkRed|Yellow|Mode background and text highlight mode color name}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Result:&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|DarkRed|Yellow|Mode background and text highlight mode color name}}&lt;br /&gt;
&lt;br /&gt;
==Mode text ==&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{ColoredParagraph||DarkRed|Mode text highlight mode color name}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Result:&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph||DarkRed|Mode text highlight mode color name}}&lt;br /&gt;
&lt;br /&gt;
==Colors codes==&lt;br /&gt;
&lt;br /&gt;
All HTML code is available see [https://en.wikipedia.org/wiki/Web_colors Web_colors] for other colors codes &lt;br /&gt;
&lt;br /&gt;
====BackGround color example:====&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|White|Code HEXA #FFFFFF, HTML color name &amp;#039;&amp;#039;&amp;#039;White&amp;#039;&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|Silver|Code HEXA #C0C0C0, HTML color name &amp;#039;&amp;#039;&amp;#039;Silver&amp;#039;&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|Gray|Code HEXA #808080, HTML color name &amp;#039;&amp;#039;&amp;#039;Gray&amp;#039;&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|Black|White|Code HEXA #000000, HTML color name &amp;#039;&amp;#039;&amp;#039;Black&amp;#039;&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|Red|Code HEXA #FF0000, HTML color name &amp;#039;&amp;#039;&amp;#039;Red&amp;#039;&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|Maroon|Code HEXA #800000, HTML color name &amp;#039;&amp;#039;&amp;#039;Maroon&amp;#039;&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|Yellow|Code HEXA #FFFF00, HTML color name &amp;#039;&amp;#039;&amp;#039;Yellow&amp;#039;&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|Olive|Code HEXA #808000, HTML color name &amp;#039;&amp;#039;&amp;#039;Olive&amp;#039;&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|Lime|Code HEXA #00FF00, HTML color name &amp;#039;&amp;#039;&amp;#039;Lime&amp;#039;&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|Green|Code HEXA #008000, HTML color name &amp;#039;&amp;#039;&amp;#039;Green&amp;#039;&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|Aqua|Code HEXA #00FFFF, HTML color name &amp;#039;&amp;#039;&amp;#039;Aqua&amp;#039;&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|Teal|Code HEXA #008080, HTML color name &amp;#039;&amp;#039;&amp;#039;Teal&amp;#039;&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|Blue|White|Code HEXA #0000FF, HTML color name &amp;#039;&amp;#039;&amp;#039;Blue&amp;#039;&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|Navy|White|Code HEXA #000080, HTML color name &amp;#039;&amp;#039;&amp;#039;Navy&amp;#039;&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|Fuchsia|Code HEXA #FF00FF, HTML color name &amp;#039;&amp;#039;&amp;#039;Fuchsia&amp;#039;&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ColoredParagraph|Purple|Code HEXA #800080, HTML color name &amp;#039;&amp;#039;&amp;#039;Purple&amp;#039;&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Category:Administration]]&lt;br /&gt;
[[Category:Template:Text Format]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>en&gt;Mario52</name></author>
	</entry>
</feed>