<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ASignpost_poll%2Fconfig</id>
	<title>Module:Signpost poll/config - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ASignpost_poll%2Fconfig"/>
	<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Signpost_poll/config&amp;action=history"/>
	<updated>2026-06-20T12:15:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://mywikibiz.com/index.php?title=Module:Signpost_poll/config&amp;diff=479463&amp;oldid=prev</id>
		<title>Zoran: Pywikibot 6.4.0</title>
		<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Signpost_poll/config&amp;diff=479463&amp;oldid=prev"/>
		<updated>2021-07-16T06:03:04Z</updated>

		<summary type="html">&lt;p&gt;Pywikibot 6.4.0&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This module stores configuration data for [[Module:Signpost poll]].&lt;br /&gt;
&lt;br /&gt;
return {&lt;br /&gt;
&lt;br /&gt;
-- The wrapper template(s) used for the module. This is passed to the &amp;quot;wrappers&amp;quot;&lt;br /&gt;
-- argument of  [[Module:Arguments]].&lt;br /&gt;
wrappers = 'Wikipedia:Wikipedia Signpost/Templates/Voter',&lt;br /&gt;
&lt;br /&gt;
-- The default colors to use for the vote visualization. They can be in any&lt;br /&gt;
-- format usable with inline CSS.&lt;br /&gt;
colors = {&lt;br /&gt;
	'#006699', -- Foundation blue&lt;br /&gt;
	'#339966', -- Foundation red&lt;br /&gt;
	'#990000', -- Foundation green&lt;br /&gt;
&lt;br /&gt;
	-- From http://stackoverflow.com/questions/470690/how-to-automatically-generate-n-distinct-colors&lt;br /&gt;
	-- with some colors similar to Foundation colors removed.&lt;br /&gt;
	'#FFB300',&lt;br /&gt;
	'#803E75',&lt;br /&gt;
	'#FF6800',&lt;br /&gt;
	'#A6BDD7',&lt;br /&gt;
	'#CEA262',&lt;br /&gt;
	'#817066',&lt;br /&gt;
	'#F6768E',&lt;br /&gt;
	'#FF7A5C',&lt;br /&gt;
	'#53377A',&lt;br /&gt;
	'#FF8E00',&lt;br /&gt;
	'#B32851',&lt;br /&gt;
	'#F4C800',&lt;br /&gt;
	'#93AA00',&lt;br /&gt;
	'#593315',&lt;br /&gt;
	'#F13A13',&lt;br /&gt;
	'#232C16',&lt;br /&gt;
},&lt;br /&gt;
&lt;br /&gt;
msg = {&lt;br /&gt;
&lt;br /&gt;
-- The default preload page for the vote page.&lt;br /&gt;
-- This will be given the current page as a parameter $1. This will hopefully&lt;br /&gt;
-- correspond to the poll page when the poll is first set up.&lt;br /&gt;
['vote-page-preload-default'] = 'Wikipedia:Wikipedia Signpost/Templates/Voter/Setup/Counter Preload',&lt;br /&gt;
&lt;br /&gt;
-- The edit summary to use when creating the vote page.&lt;br /&gt;
['vote-page-create-summary'] = 'Create vote page for Signpost poll',&lt;br /&gt;
&lt;br /&gt;
-- The edit intro page to use when creating the vote page.&lt;br /&gt;
['vote-page-create-editintro'] = 'Wikipedia:Wikipedia Signpost/Templates/Voter/Setup/Counter EditIntro',&lt;br /&gt;
&lt;br /&gt;
-- The default vote preload text. This is preprocessed.&lt;br /&gt;
-- $1 is the option number.&lt;br /&gt;
['vote-default'] = 'Voting for option $1.',&lt;br /&gt;
&lt;br /&gt;
-- The text that appears beside each option in the legend. This is preprocessed.&lt;br /&gt;
-- $1 is the option text,&lt;br /&gt;
-- $2 is the number of votes, and&lt;br /&gt;
-- $3 is the percentage of the total votes.&lt;br /&gt;
['legend-option-text'] = '$1 &amp;lt;small&amp;gt;($3%;&amp;amp;nbsp;$2&amp;amp;nbsp;{{PLURAL: $2 | vote | votes }})&amp;lt;/small&amp;gt;',&lt;br /&gt;
&lt;br /&gt;
-- The warning that is displayed if there are not enough votes cast to display&lt;br /&gt;
-- the vizualization. This is preprocessed.&lt;br /&gt;
-- $1 is the number of votes needed before the results are displayed.&lt;br /&gt;
['not-enough-votes-warning'] = &amp;quot;Need '''$1''' more {{PLURAL: $1 | vote | votes }} &amp;quot; ..&lt;br /&gt;
	&amp;quot;to display results&amp;amp;mdash;if you haven't already, consider voting!&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
-- Warning to display if the poll is closed due to the expiry date having been&lt;br /&gt;
-- reached.&lt;br /&gt;
['poll-closed-warning'] = 'Sorry; the poll is now closed.',&lt;br /&gt;
&lt;br /&gt;
-- The default preload page for votes. This page should only contain the text&lt;br /&gt;
-- &amp;quot;$1&amp;quot;.&lt;br /&gt;
['preload-page'] = 'Wikipedia:Wikipedia Signpost/Templates/Voter/Vote preload',&lt;br /&gt;
&lt;br /&gt;
-- The default icon. Don't include a &amp;quot;File:&amp;quot; prefix.&lt;br /&gt;
['icon-default'] = 'WikipediaSignpostIcon.svg',&lt;br /&gt;
&lt;br /&gt;
-- The default overlay image. Don't include a &amp;quot;File:&amp;quot; prefix.&lt;br /&gt;
['overlay-default'] = 'Foundation Logo Transparent.svg',&lt;br /&gt;
&lt;br /&gt;
-- The default minimum number of votes needed for the visualization to be&lt;br /&gt;
-- displayed.&lt;br /&gt;
['minimum-default'] = 10,&lt;br /&gt;
&lt;br /&gt;
-- The default header/title text.&lt;br /&gt;
['header-text'] = &amp;quot;''Signpost'' poll&amp;quot;,&lt;br /&gt;
&lt;br /&gt;
-- The error that is displayed if no question is specified.&lt;br /&gt;
['no-question-error'] = 'Please specify a question',&lt;br /&gt;
&lt;br /&gt;
-- The error that is displayed if no vote page is specified.&lt;br /&gt;
['no-votepage-error'] = 'Please specify a vote page',&lt;br /&gt;
&lt;br /&gt;
-- The error that is displayed if the vote page doesn't exist.&lt;br /&gt;
-- $1 is the URL of a link to create the page with the vote page preload text.&lt;br /&gt;
['votepage-nonexistent-error'] = 'The vote page doesn\'t exist; please [$1 create it]',&lt;br /&gt;
&lt;br /&gt;
-- The error that is displayed if less than two options are specified.&lt;br /&gt;
['not-enough-options-error'] = 'Polls must have at least two options',&lt;br /&gt;
&lt;br /&gt;
-- The error that is displayed if any of the vote texts are duplicates of any&lt;br /&gt;
-- other vote text. This is preprocessed.&lt;br /&gt;
-- $1 and $2 are the numbers of the options with duplicate vote text.&lt;br /&gt;
['duplicate-vote-text-error'] = 'duplicate vote text detected for options $1 and $2',&lt;br /&gt;
&lt;br /&gt;
},&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
</feed>