<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3AWikiProjectBanner%2Fconfig</id>
	<title>Module:WikiProjectBanner/config - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3AWikiProjectBanner%2Fconfig"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:WikiProjectBanner/config&amp;action=history"/>
	<updated>2026-05-07T16:53:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:WikiProjectBanner/config&amp;diff=147671&amp;oldid=prev</id>
		<title>imported&gt;Terasail: Update category icon to :File:Symbol category class.svg - The icon set at Template:Class/icon</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:WikiProjectBanner/config&amp;diff=147671&amp;oldid=prev"/>
		<updated>2021-07-21T02:14:07Z</updated>

		<summary type="html">&lt;p&gt;Update category icon to &lt;a href=&quot;/index.php?title=File:Symbol_category_class.svg&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;File:Symbol category class.svg (page does not exist)&quot;&gt;File:Symbol category class.svg&lt;/a&gt; - The icon set at &lt;a href=&quot;/index.php?title=Template:Class/icon&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Template:Class/icon (page does not exist)&quot;&gt;Template:Class/icon&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-------------------------------------------------------------------------------&lt;br /&gt;
--                 Module:WikiProjectBanner Configuration                    --&lt;br /&gt;
--                                                                           --&lt;br /&gt;
-- This is the configuration module for Module:WikiProjectBanner. It         --&lt;br /&gt;
-- contains settings that affect the output of the whole module, for every   --&lt;br /&gt;
-- WikiProject banner. For settings that only affect individual banners,     --&lt;br /&gt;
-- please see the subpages of [[Module:WikiProjectBanner/banners]].          --&lt;br /&gt;
-------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
return {&lt;br /&gt;
&lt;br /&gt;
-------------------------------------------------------------------------------&lt;br /&gt;
--                                ASSESSMENT                                 --&lt;br /&gt;
-------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
assessment = {&lt;br /&gt;
&lt;br /&gt;
			-- Quality --&lt;br /&gt;
&lt;br /&gt;
	quality = {&lt;br /&gt;
		-- The default quality parameter.&lt;br /&gt;
		param = &amp;#039;class&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
		-- CSS classes to use with quality assessments. $1 is the short form&lt;br /&gt;
		-- of the grade that is being used.&lt;br /&gt;
		classes = &amp;#039;assess assess-$1&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
		-- The default blurb used by quality rows.&lt;br /&gt;
		-- $1 is the full form of the grade being used.&lt;br /&gt;
		-- $2 is the project&amp;#039;s assessment page.&lt;br /&gt;
		-- $3 is the page type of the page being assessed.&lt;br /&gt;
		blurb = &amp;quot;This $3 has been rated as &amp;#039;&amp;#039;&amp;#039;$1&amp;#039;&amp;#039;&amp;#039; on the project&amp;#039;s [[$2#Quality scale|quality scale]].&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
		grades = {&lt;br /&gt;
			unassessed = {&lt;br /&gt;
				short = &amp;#039;???&amp;#039;,&lt;br /&gt;
				full = &amp;#039;Unassessed&amp;#039;,&lt;br /&gt;
				blurb = &amp;quot;This $3 has not yet received a rating on the project&amp;#039;s [[$2#Quality scale|quality scale]].&amp;quot;,&lt;br /&gt;
				triggers = {},&lt;br /&gt;
				color = &amp;#039;transparent&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Symbol question.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;Unrated&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			fa = {&lt;br /&gt;
				short = &amp;#039;FA&amp;#039;,&lt;br /&gt;
				full = &amp;#039;FA-Class&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;fa&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#6699ff&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Featured article star.svg&amp;#039;,&lt;br /&gt;
				imageAlt = &amp;#039;Featured article&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			a = {&lt;br /&gt;
				short = &amp;#039;A&amp;#039;,&lt;br /&gt;
				full = &amp;#039;A-Class&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;a&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#66ffff&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Symbol a class.svg&amp;#039;,&lt;br /&gt;
				imageAlt = &amp;#039;A-Class article&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			ga = {&lt;br /&gt;
				short = &amp;#039;GA&amp;#039;,&lt;br /&gt;
				full = &amp;#039;GA-Class&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;ga&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#66ff66&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Symbol support vote.svg&amp;#039;,&lt;br /&gt;
				imageAlt = &amp;#039;Good article&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			b = {&lt;br /&gt;
				short = &amp;#039;B&amp;#039;,&lt;br /&gt;
				full = &amp;#039;B-Class&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;b&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#b2ff66&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Symbol b class.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;B-Class article&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			bplus = {&lt;br /&gt;
				short = &amp;#039;B+&amp;#039;,&lt;br /&gt;
				full = &amp;#039;B+-Class&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;b+&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#66ff66&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Symbol bplus class.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;Bplus-Class article&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			c = {&lt;br /&gt;
				short = &amp;#039;C&amp;#039;,&lt;br /&gt;
				full = &amp;#039;C-Class&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;c&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#ffff66&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Symbol c class.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;C-Class article&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			start = {&lt;br /&gt;
				short = &amp;#039;Start&amp;#039;,&lt;br /&gt;
				full = &amp;#039;Start-Class&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;start&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#ffaa66&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Symbol start class.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;Start-Class article&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			stub = {&lt;br /&gt;
				short = &amp;#039;Stub&amp;#039;,&lt;br /&gt;
				full = &amp;#039;Stub-Class&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;stub&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#ff6666&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Symbol stub class.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;Stub-Class article&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			al = {&lt;br /&gt;
				short = &amp;#039;AL&amp;#039;,&lt;br /&gt;
				full = &amp;#039;A-Class List&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;al&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#66ffff&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Symbol a class.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;A-Class list&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			fl = {&lt;br /&gt;
				short = &amp;#039;FL&amp;#039;,&lt;br /&gt;
				full = &amp;#039;Featured List&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;fl&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#6699ff&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Featured article star.svg&amp;#039;,&lt;br /&gt;
				imageAlt = &amp;#039;Featured list&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			list = {&lt;br /&gt;
				short = &amp;#039;List&amp;#039;,&lt;br /&gt;
				full = &amp;#039;List-Class&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;list&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#aa88ff&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Symbol list class.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;List-Class article&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			na = {&lt;br /&gt;
				short = &amp;#039;NA&amp;#039;,&lt;br /&gt;
				full = &amp;#039;NA-Class&amp;#039;,&lt;br /&gt;
				forceImportance = &amp;#039;na&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;na&amp;#039;, &amp;#039;n/a&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#f5f5f5&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Symbol neutral vote.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;Non-article page&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			category = {&lt;br /&gt;
				short = &amp;#039;Category&amp;#039;,&lt;br /&gt;
				full = &amp;#039;Category-Class&amp;#039;,&lt;br /&gt;
				forceImportance = &amp;#039;na&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;category&amp;#039;, &amp;#039;cat&amp;#039;, &amp;#039;categ&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#ffdb58&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Symbol category class.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;Category page&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			disambig = {&lt;br /&gt;
				short = &amp;#039;Disambig&amp;#039;,&lt;br /&gt;
				full = &amp;#039;Disambig-Class&amp;#039;,&lt;br /&gt;
				forceImportance = &amp;#039;na&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;disambiguation&amp;#039;, &amp;#039;disambig&amp;#039;, &amp;#039;disamb&amp;#039;, &amp;#039;dab&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#00fa9a&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Symbol dab class.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;Disambiguation page&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			file = {&lt;br /&gt;
				short = &amp;#039;File&amp;#039;,&lt;br /&gt;
				full = &amp;#039;File-Class&amp;#039;,&lt;br /&gt;
				forceImportance = &amp;#039;na&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;file&amp;#039;, &amp;#039;img&amp;#039;, &amp;#039;image&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#ddccff&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Video-x-generic.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;Media file page&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			portal = {&lt;br /&gt;
				short = &amp;#039;Portal&amp;#039;,&lt;br /&gt;
				full = &amp;#039;Portal-Class&amp;#039;,&lt;br /&gt;
				forceImportance = &amp;#039;na&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;portal&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#cc8899&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Portal-puzzle.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;Portal page&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			project = {&lt;br /&gt;
				short = &amp;#039;Project&amp;#039;,&lt;br /&gt;
				full = &amp;#039;Project-Class&amp;#039;,&lt;br /&gt;
				forceImportance = &amp;#039;na&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;project&amp;#039;, &amp;#039;proj&amp;#039;, &amp;#039;prj&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#c0c090&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Symbol information vote.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;Project page&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			template = {&lt;br /&gt;
				short = &amp;#039;Template&amp;#039;,&lt;br /&gt;
				full = &amp;#039;Template-Class&amp;#039;,&lt;br /&gt;
				forceImportance = &amp;#039;na&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;template&amp;#039;, &amp;#039;temp&amp;#039;, &amp;#039;tpl&amp;#039;, &amp;#039;tmp&amp;#039;, &amp;#039;templ&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#fbceb1&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Symbol template class.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;Template page&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			redirect = {&lt;br /&gt;
				short = &amp;#039;Redirect&amp;#039;,&lt;br /&gt;
				full = &amp;#039;Redirect-Class&amp;#039;,&lt;br /&gt;
				forceImportance = &amp;#039;na&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;redirect&amp;#039;, &amp;#039;red&amp;#039;, &amp;#039;redir&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#c0c0c0&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Symbol redirect vote2.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;Redirect page&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			fm = {&lt;br /&gt;
				short = &amp;#039;FM&amp;#039;,&lt;br /&gt;
				full = &amp;#039;Featured Media&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;fm&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#6699ff&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Featured article star.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;Featured media&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			future = {&lt;br /&gt;
				short = &amp;#039;Future&amp;#039;,&lt;br /&gt;
				full = &amp;#039;Future-Class&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;future&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#8a95c9&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Symbol question.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;Future-Class article&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			current = {&lt;br /&gt;
				short = &amp;#039;Current&amp;#039;,&lt;br /&gt;
				full = &amp;#039;Current-Class&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;current&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#d462ff&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Symbol question.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;Current-Class article&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			merge = {&lt;br /&gt;
				short = &amp;#039;Merge&amp;#039;,&lt;br /&gt;
				full = &amp;#039;Merge-Class&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;merge&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#add8e6&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Symbol question.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;Merge-Class article&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			needed = {&lt;br /&gt;
				short = &amp;#039;Needed&amp;#039;,&lt;br /&gt;
				full = &amp;#039;Needed-Class&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;needed&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#dcdcdc&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Symbol question.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;Needed-Class article&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			draft = {&lt;br /&gt;
				short = &amp;#039;Draft&amp;#039;,&lt;br /&gt;
				full = &amp;#039;Draft-Class&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;draft&amp;#039; },&lt;br /&gt;
				color = &amp;#039;transparent&amp;#039;,&lt;br /&gt;
				image = &amp;#039;Symbol neutral vote.svg&amp;#039;,&lt;br /&gt;
				hideImage = true,&lt;br /&gt;
				imageAlt = &amp;#039;Draft page&amp;#039;&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
&lt;br /&gt;
		scales = {&lt;br /&gt;
			standard = {&lt;br /&gt;
				[0] = { -- main&lt;br /&gt;
					[&amp;#039;unassessed&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;na&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;stub&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;start&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;c&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;b&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;ga&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;a&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;fa&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;list&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;fl&amp;#039;] = true&lt;br /&gt;
				},&lt;br /&gt;
				[118] = { -- draft&lt;br /&gt;
					[&amp;#039;unassessed&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;na&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;draft&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;stub&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;start&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;c&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;b&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;ga&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;a&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;fa&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;list&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;fl&amp;#039;] = true&lt;br /&gt;
				},&lt;br /&gt;
				[6] = &amp;#039;file&amp;#039;,&lt;br /&gt;
				[100] = &amp;#039;portal&amp;#039;,&lt;br /&gt;
				[14] = &amp;#039;category&amp;#039;,&lt;br /&gt;
				[10] = &amp;#039;template&amp;#039;,&lt;br /&gt;
				[4] = &amp;#039;na&amp;#039;,&lt;br /&gt;
				other = &amp;#039;na&amp;#039;,&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
&lt;br /&gt;
			-- Importance --&lt;br /&gt;
&lt;br /&gt;
	importance = {&lt;br /&gt;
		-- The default importance parameter.&lt;br /&gt;
		param = &amp;#039;importance&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
		-- CSS classes to use with importance assessments. $1 is the short form&lt;br /&gt;
		-- of the grade that is being used.&lt;br /&gt;
		classes = &amp;#039;importance importance-$1&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
		-- The default blurb used by importance rows.&lt;br /&gt;
		-- $1 is the full form of the grade being used.&lt;br /&gt;
		-- $2 is the project&amp;#039;s assessment page.&lt;br /&gt;
		-- $3 is the page type of the page being assessed.&lt;br /&gt;
		blurb = &amp;quot;This $3 has been rated as &amp;#039;&amp;#039;&amp;#039;$1&amp;#039;&amp;#039;&amp;#039; on the project&amp;#039;s [[$2#Importance scale|importance scale]].&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
		grades = {&lt;br /&gt;
			unassessed = {&lt;br /&gt;
				short = &amp;#039;???&amp;#039;,&lt;br /&gt;
				full = &amp;#039;Unknown-importance&amp;#039;,&lt;br /&gt;
				blurb = &amp;quot;This $3 has not yet received a rating on the project&amp;#039;s [[$2#Importance scale|importance scale]].&amp;quot;,&lt;br /&gt;
				triggers = { &amp;#039;&amp;#039; },&lt;br /&gt;
				color = &amp;#039;transparent&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			top = {&lt;br /&gt;
				short = &amp;#039;Top&amp;#039;,&lt;br /&gt;
				full = &amp;#039;Top-importance&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;top&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#ff00ff&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			high = {&lt;br /&gt;
				short = &amp;#039;High&amp;#039;,&lt;br /&gt;
				full = &amp;#039;High-importance&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;high&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#ff88ff&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			mid = {&lt;br /&gt;
				short = &amp;#039;Mid&amp;#039;,&lt;br /&gt;
				full = &amp;#039;Mid-importance&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;mid&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#ffbbff&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			low = {&lt;br /&gt;
				short = &amp;#039;Low&amp;#039;,&lt;br /&gt;
				full = &amp;#039;Low-importance&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;low&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#ffddff&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			bottom = {&lt;br /&gt;
				short = &amp;#039;Bottom&amp;#039;,&lt;br /&gt;
				full = &amp;#039;Bottom-importance&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;bottom&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#ffeeff&amp;#039;&lt;br /&gt;
			},&lt;br /&gt;
			na = {&lt;br /&gt;
				short = &amp;#039;NA&amp;#039;,&lt;br /&gt;
				full = &amp;#039;NA-importance&amp;#039;,&lt;br /&gt;
				triggers = { &amp;#039;na&amp;#039;, &amp;#039;n/a&amp;#039; },&lt;br /&gt;
				color = &amp;#039;#f5f5f5&amp;#039;&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
&lt;br /&gt;
		scales = {&lt;br /&gt;
			standard = {&lt;br /&gt;
				[0] = { -- main&lt;br /&gt;
					[&amp;#039;unassessed&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;na&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;bottom&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;low&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;mid&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;high&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;top&amp;#039;] = true&lt;br /&gt;
				},&lt;br /&gt;
				[118] = { -- draft&lt;br /&gt;
					[&amp;#039;unassessed&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;na&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;bottom&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;low&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;mid&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;high&amp;#039;] = true,&lt;br /&gt;
					[&amp;#039;top&amp;#039;] = true&lt;br /&gt;
				},&lt;br /&gt;
				other = &amp;#039;na&amp;#039;,&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
},&lt;br /&gt;
&lt;br /&gt;
-------------------------------------------------------------------------------&lt;br /&gt;
--                                 MESSAGES                                  --&lt;br /&gt;
-------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
msg = {&lt;br /&gt;
&lt;br /&gt;
----- Title messages -----&lt;br /&gt;
&lt;br /&gt;
-- The subpage used by template sandboxes.&lt;br /&gt;
[&amp;#039;sandbox-subpage&amp;#039;] = &amp;#039;sandbox&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
----- Project messages -----&lt;br /&gt;
&lt;br /&gt;
-- A Lua ustring pattern to get the project name from the name of the template&lt;br /&gt;
-- Module:WikiProjectBanner is invoked from. The namespace name and the colon&lt;br /&gt;
-- are not included in the template name. If no parentheses are included in&lt;br /&gt;
-- the pattern, the whole matched string will become the project name, and&lt;br /&gt;
-- if no match is found, the name of the template will become the project name.&lt;br /&gt;
[&amp;#039;project-page-name-pattern&amp;#039;] = &amp;#039;^Wiki[Pp]roject (.*)$&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
-- A link to the project&amp;#039;s page, without square brackets.&lt;br /&gt;
-- $1 is the project name.&lt;br /&gt;
[&amp;#039;project-link&amp;#039;] = &amp;#039;Wikipedia:WikiProject $1&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
-- The name of the project, without a namespace prefix.&lt;br /&gt;
-- $1 is the project name.&lt;br /&gt;
[&amp;#039;project-name&amp;#039;] = &amp;#039;WikiProject $1&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
----- Assessment messages -----&lt;br /&gt;
&lt;br /&gt;
-- The subpage of the project page that contains details of the project&amp;#039;s&lt;br /&gt;
-- assessment scales. The default value set here can be overridden in&lt;br /&gt;
-- individual banners with the &amp;quot;assessmentLink&amp;quot; option.&lt;br /&gt;
[&amp;#039;assessment-subpage&amp;#039;] = &amp;#039;Assessment&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
-- The default assessment category.&lt;br /&gt;
-- $1 is the full grade name.&lt;br /&gt;
-- $2 is the topic name.&lt;br /&gt;
[&amp;#039;assessment-category&amp;#039;] = &amp;#039;$1 $2 articles&amp;#039;&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
-------------------------------------------------------------------------------&lt;br /&gt;
-- End config&lt;br /&gt;
-------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>imported&gt;Terasail</name></author>
	</entry>
</feed>