<?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%3AArbcom_election_banner%2Fsandbox%2Fdoc</id>
	<title>Module:Arbcom election banner/sandbox/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3AArbcom_election_banner%2Fsandbox%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Arbcom_election_banner/sandbox/doc&amp;action=history"/>
	<updated>2026-04-24T19:30:27Z</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:Arbcom_election_banner/sandbox/doc&amp;diff=135242&amp;oldid=prev</id>
		<title>imported&gt;2d37: /* Other */ Rename root= to rootpagename= per Special:Diff/1045532763</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Arbcom_election_banner/sandbox/doc&amp;diff=135242&amp;oldid=prev"/>
		<updated>2021-09-21T01:56:56Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Other: &lt;/span&gt; Rename root= to rootpagename= per &lt;a href=&quot;/research/Special:Diff/1045532763&quot; title=&quot;Special:Diff/1045532763&quot;&gt;Special:Diff/1045532763&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{module rating|beta}}&lt;br /&gt;
&lt;br /&gt;
This module generates banner templates for the annual [[WP:ACE|Arbitration Committee elections]]. To make a banner template for an Arbcom election, add the links to that year&amp;#039;s Arbcom election pages as described below, and set the four date parameters. After that, editors can add voting guides using the &amp;lt;code&amp;gt;guide&amp;#039;&amp;#039;n&amp;#039;&amp;#039;&amp;lt;/code&amp;gt; parameters. Voting guides are displayed in a random order.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
The basic syntax for the template is as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{#invoke:Arbcom election banner|main&lt;br /&gt;
| year          = &lt;br /&gt;
| nomstart      = &lt;br /&gt;
| nomend        = &lt;br /&gt;
| votestart     = &lt;br /&gt;
| voteend       = &lt;br /&gt;
| beforenomlink = &lt;br /&gt;
| votepage      = &lt;br /&gt;
| votelog       = &lt;br /&gt;
&amp;lt;!-- Add candidate guides here. --&amp;gt;&lt;br /&gt;
| guide1        = &lt;br /&gt;
| guide2        = &lt;br /&gt;
| guide3        = &lt;br /&gt;
| guide4        = &lt;br /&gt;
| guide5        = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The full syntax for the template is as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{#invoke:Arbcom election banner|main&lt;br /&gt;
| year          = &lt;br /&gt;
| name          = &lt;br /&gt;
| root          = &lt;br /&gt;
| electionpage  = &lt;br /&gt;
| nomstart      = &lt;br /&gt;
| nomend        = &lt;br /&gt;
| votestart     = &lt;br /&gt;
| voteend       = &lt;br /&gt;
| beforenomlink = &lt;br /&gt;
| nomlink       = &lt;br /&gt;
| votepage      = &lt;br /&gt;
| votelog       = &lt;br /&gt;
| contact       = &lt;br /&gt;
| discuss       = &lt;br /&gt;
| cguide        = &lt;br /&gt;
| cstatements   = &lt;br /&gt;
| cquestions    = &lt;br /&gt;
| cdiscuss      = &lt;br /&gt;
&amp;lt;!-- Add candidate guides here. --&amp;gt;&lt;br /&gt;
| guide1        = &lt;br /&gt;
| guide2        = &lt;br /&gt;
| guide3        = &lt;br /&gt;
| guide4        = &lt;br /&gt;
| guide5        = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
&lt;br /&gt;
=== Important ===&lt;br /&gt;
&lt;br /&gt;
These parameters may need to be set explicitly.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;year&amp;lt;/code&amp;gt; - The year in which the elections are held. Either &amp;lt;code&amp;gt;year&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; must be given. If &amp;lt;code&amp;gt;year&amp;lt;/code&amp;gt; is not given, &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; must end in a number, which will be taken as &amp;lt;code&amp;gt;year&amp;lt;/code&amp;gt;. In this documentation, the value of &amp;lt;code&amp;gt;year&amp;lt;/code&amp;gt; is denoted by &amp;lt;code&amp;gt;&amp;#039;&amp;#039;YYYY&amp;#039;&amp;#039;&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; - The name of the template. This is needed to make the [[Template:Navbar|navbar]] work properly. Defaults to &amp;lt;code&amp;gt;ACE&amp;#039;&amp;#039;YYYY&amp;#039;&amp;#039;&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;nomstart&amp;lt;/code&amp;gt; - The date that nominations start. This must be in a format accepted by the [[mw:Help:Extension:ParserFunctions##time|#time parser function]], e.g. &amp;lt;code&amp;gt;November 11&amp;lt;/code&amp;gt;. {{red|This parameter is required}}.&lt;br /&gt;
* &amp;lt;code&amp;gt;nomend&amp;lt;/code&amp;gt; - The deadline for nominations, e.g. &amp;lt;code&amp;gt;November 18&amp;lt;/code&amp;gt;. {{red|This parameter is required}}.&lt;br /&gt;
* &amp;lt;code&amp;gt;votestart&amp;lt;/code&amp;gt; - The date that voting begins, e.g. &amp;lt;code&amp;gt;November 23&amp;lt;/code&amp;gt;. {{red|This parameter is required}}.&lt;br /&gt;
* &amp;lt;code&amp;gt;voteend&amp;lt;/code&amp;gt; - The date that voting ends, e.g. &amp;lt;code&amp;gt;December 5&amp;lt;/code&amp;gt;. {{red|This parameter is required}}.&lt;br /&gt;
* &amp;lt;code&amp;gt;votepage&amp;lt;/code&amp;gt; - The link to the SecurePoll voting page. Defaults to pointing to [[Special:SecurePoll]].&lt;br /&gt;
* &amp;lt;code&amp;gt;votelog&amp;lt;/code&amp;gt; - The link to the voting log. Defaults to &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;ROOT&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;/Log|Voter log]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;beforenomlink&amp;lt;/code&amp;gt; - Text to be displayed before the nomination period begins. Defaults to &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:Requests for comment/&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;ROOT&amp;#039;&amp;#039;|&amp;#039;&amp;#039;YYYY&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt; ArbCom pre-election RFC]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
** This might at times be set to &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:Requests for comment/Arbitration Committee Elections December &amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;YYYY&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;/Electoral Commission|Electoral Commission RFC]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. {{As of|2021|9}}, the last time such a value was used was [[Special:Diff/743072548|in 2016]].&lt;br /&gt;
* &amp;lt;code&amp;gt;guide1&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;guide2&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;guide3&amp;lt;/code&amp;gt;, ... - links to voting guides. These will be displayed in random order.&lt;br /&gt;
&lt;br /&gt;
=== Other ===&lt;br /&gt;
&lt;br /&gt;
These parameters&amp;#039; default values should be acceptable.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;rootpagename&amp;lt;/code&amp;gt; - The [[mw:Help:Magic words#Page names|ROOTPAGENAME]] of the various election pages. Defaults to &amp;lt;code&amp;gt;Arbitration Committee Elections December &amp;#039;&amp;#039;YYYY&amp;#039;&amp;#039;&amp;lt;/code&amp;gt;. In this documentation, the value of &amp;lt;code&amp;gt;rootpagename&amp;lt;/code&amp;gt; is denoted by &amp;lt;code&amp;gt;&amp;#039;&amp;#039;ROOT&amp;#039;&amp;#039;&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;electionpage&amp;lt;/code&amp;gt; - The main page for the year&amp;#039;s Arbcom elections. Defaults to &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;ROOT&amp;#039;&amp;#039;|&amp;#039;&amp;#039;YYYY&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt; Arbitration Committee Elections]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;nomlink&amp;lt;/code&amp;gt; - Text to be displayed while nominations are underway. Defaults to &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;ROOT&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;/Candidates|Nominate]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;votelink&amp;lt;/code&amp;gt; - A link to display during the voting period. Defaults to the voting page and the voting log, and can safely be left blank.&lt;br /&gt;
* &amp;lt;code&amp;gt;contact&amp;lt;/code&amp;gt; - Link to the coordinator contact page. Defaults to &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia talk:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;ROOT&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;/Coordination|Contact the coordinators]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;discuss&amp;lt;/code&amp;gt; - Link to the election discussion page. Defaults to &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia talk:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;ROOT&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;|Discuss the elections]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;cguide&amp;lt;/code&amp;gt; - Link to the candidate guide. Defaults to &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;ROOT&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;/Candidates/Guide|Candidate guide]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;cstatements&amp;lt;/code&amp;gt; - Link to the candidate statements page. Defaults to &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;ROOT&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;/Candidates|Candidate statements]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;cquestions&amp;lt;/code&amp;gt; - Link to the candidate questions page. Defaults to &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;ROOT&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;/Questions|Questions for the candidates]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;cdiscuss&amp;lt;/code&amp;gt; - Link to the candidate discussion page. Defaults to &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Wikipedia:&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;ROOT&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;/Candidates/Discussion|Discuss the candidates]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;/div&gt;</summary>
		<author><name>imported&gt;2d37</name></author>
	</entry>
</feed>