<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.democracycraft.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=RylandW</id>
	<title>DemocracyCraft Wiki - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.democracycraft.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=RylandW"/>
	<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/Special:Contributions/RylandW"/>
	<updated>2026-09-20T18:07:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=User:RylandW/DCRKI/Department_of_Education&amp;diff=13725</id>
		<title>User:RylandW/DCRKI/Department of Education</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=User:RylandW/DCRKI/Department_of_Education&amp;diff=13725"/>
		<updated>2026-09-19T22:48:03Z</updated>

		<summary type="html">&lt;p&gt;RylandW: testspace&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox department/DCRKI|qid=Q262}}&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Template:Infobox_department/DCRKI&amp;diff=13724</id>
		<title>Template:Infobox department/DCRKI</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Template:Infobox_department/DCRKI&amp;diff=13724"/>
		<updated>2026-09-19T22:47:30Z</updated>

		<summary type="html">&lt;p&gt;RylandW: qid&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox department&lt;br /&gt;
| department     = {{#invoke:DCRKI|label|{{{qid}}}}}&lt;br /&gt;
| abbr           = {{#invoke:DCRKI|value|{{{qid}}}|P2}}&lt;br /&gt;
| oversees       = {{#invoke:DCRKI|values|{{{qid}}}|P97}}&lt;br /&gt;
| branches       =&lt;br /&gt;
| reports        =&lt;br /&gt;
| secretary      = {{#invoke:DCRKI|secretary|{{{qid}}}}}&lt;br /&gt;
| since          = {{#invoke:DCRKI|since|{{{qid}}}}}&lt;br /&gt;
| deputy         =&lt;br /&gt;
| established    = {{#invoke:DCRKI|value|{{{qid}}}|P3}}&lt;br /&gt;
| split_from     =&lt;br /&gt;
| disestablished =&lt;br /&gt;
| split_into     =&lt;br /&gt;
| commendations  =&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Template:Infobox_department/DCRKI&amp;diff=13723</id>
		<title>Template:Infobox department/DCRKI</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Template:Infobox_department/DCRKI&amp;diff=13723"/>
		<updated>2026-09-19T22:18:58Z</updated>

		<summary type="html">&lt;p&gt;RylandW: for purposes of experimentation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox department&lt;br /&gt;
| department     = {{#invoke:DCRKI|label|{{{qid|Q262}}}}}&lt;br /&gt;
| abbr           = {{#invoke:DCRKI|value|{{{qid|Q262}}}|P2}}&lt;br /&gt;
| oversees       = {{#invoke:DCRKI|values|{{{qid|Q262}}}|P97}}&lt;br /&gt;
| branches       =&lt;br /&gt;
| reports        =&lt;br /&gt;
| secretary      = {{#invoke:DCRKI|secretary|{{{qid|Q262}}}}}&lt;br /&gt;
| since          = {{#invoke:DCRKI|since|{{{qid|Q262}}}}}&lt;br /&gt;
| deputy         =&lt;br /&gt;
| established    = {{#invoke:DCRKI|value|{{{qid|Q262}}}|P3}}&lt;br /&gt;
| split_from     =&lt;br /&gt;
| disestablished =&lt;br /&gt;
| split_into     =&lt;br /&gt;
| commendations  =&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Module:DCRKI&amp;diff=13722</id>
		<title>Module:DCRKI</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Module:DCRKI&amp;diff=13722"/>
		<updated>2026-09-19T22:17:30Z</updated>

		<summary type="html">&lt;p&gt;RylandW: for purposes of experimentation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
-- Get a DCRKI entity.&lt;br /&gt;
local function getEntity(qid)&lt;br /&gt;
    return mw.wikibase.getEntity(qid)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
-- Get the label of an entity.&lt;br /&gt;
function p.label(frame)&lt;br /&gt;
    local qid = frame.args[1]&lt;br /&gt;
    if not qid or qid == &amp;quot;&amp;quot; then&lt;br /&gt;
        return &amp;quot;&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    local entity = getEntity(qid)&lt;br /&gt;
    if not entity then&lt;br /&gt;
        return &amp;quot;&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    return mw.wikibase.getLabel(qid) or &amp;quot;&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
-- Get the first value of a property.&lt;br /&gt;
function p.value(frame)&lt;br /&gt;
    local qid = frame.args[1]&lt;br /&gt;
    local property = frame.args[2]&lt;br /&gt;
&lt;br /&gt;
    if not qid or not property then&lt;br /&gt;
        return &amp;quot;&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    local entity = getEntity(qid)&lt;br /&gt;
    if not entity or not entity.claims or not entity.claims[property] then&lt;br /&gt;
        return &amp;quot;&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    local claims = entity.claims[property]&lt;br /&gt;
&lt;br /&gt;
    for _, claim in ipairs(claims) do&lt;br /&gt;
        if claim.mainsnak&lt;br /&gt;
            and claim.mainsnak.datavalue&lt;br /&gt;
            and claim.mainsnak.datavalue.value then&lt;br /&gt;
&lt;br /&gt;
            local value = claim.mainsnak.datavalue.value&lt;br /&gt;
&lt;br /&gt;
            if type(value) == &amp;quot;table&amp;quot; and value.id then&lt;br /&gt;
                return mw.wikibase.getLabel(value.id) or value.id&lt;br /&gt;
            elseif type(value) == &amp;quot;string&amp;quot; then&lt;br /&gt;
                return value&lt;br /&gt;
            end&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    return &amp;quot;&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
-- Get all values of a property, separated by small bullets.&lt;br /&gt;
function p.values(frame)&lt;br /&gt;
    local qid = frame.args[1]&lt;br /&gt;
    local property = frame.args[2]&lt;br /&gt;
&lt;br /&gt;
    if not qid or not property then&lt;br /&gt;
        return &amp;quot;&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    local entity = getEntity(qid)&lt;br /&gt;
    if not entity or not entity.claims or not entity.claims[property] then&lt;br /&gt;
        return &amp;quot;&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    local values = {}&lt;br /&gt;
&lt;br /&gt;
    for _, claim in ipairs(entity.claims[property]) do&lt;br /&gt;
        if claim.mainsnak&lt;br /&gt;
            and claim.mainsnak.datavalue&lt;br /&gt;
            and claim.mainsnak.datavalue.value then&lt;br /&gt;
&lt;br /&gt;
            local value = claim.mainsnak.datavalue.value&lt;br /&gt;
&lt;br /&gt;
            if type(value) == &amp;quot;table&amp;quot; and value.id then&lt;br /&gt;
                local label = mw.wikibase.getLabel(value.id) or value.id&lt;br /&gt;
                table.insert(values, label)&lt;br /&gt;
            elseif type(value) == &amp;quot;string&amp;quot; then&lt;br /&gt;
                table.insert(values, value)&lt;br /&gt;
            end&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    return table.concat(values, &#039; &amp;lt;small&amp;gt;•&amp;lt;/small&amp;gt; &#039;)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
-- P96 → preferred P75 → P18 qualifier&lt;br /&gt;
function p.secretary(frame)&lt;br /&gt;
    local qid = frame.args[1]&lt;br /&gt;
&lt;br /&gt;
    local entity = getEntity(qid)&lt;br /&gt;
    if not entity or not entity.claims or not entity.claims.P96 then&lt;br /&gt;
        return &amp;quot;&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Find the preferred P96 statement.&lt;br /&gt;
    local preferred&lt;br /&gt;
&lt;br /&gt;
    for _, claim in ipairs(entity.claims.P96) do&lt;br /&gt;
        if claim.rank == &amp;quot;preferred&amp;quot;&lt;br /&gt;
            and claim.mainsnak&lt;br /&gt;
            and claim.mainsnak.datavalue then&lt;br /&gt;
&lt;br /&gt;
            preferred = claim&lt;br /&gt;
            break&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Fall back to normal rank if no preferred statement exists.&lt;br /&gt;
    if not preferred then&lt;br /&gt;
        for _, claim in ipairs(entity.claims.P96) do&lt;br /&gt;
            if claim.rank ~= &amp;quot;deprecated&amp;quot;&lt;br /&gt;
                and claim.mainsnak&lt;br /&gt;
                and claim.mainsnak.datavalue then&lt;br /&gt;
&lt;br /&gt;
                preferred = claim&lt;br /&gt;
                break&lt;br /&gt;
            end&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    if not preferred then&lt;br /&gt;
        return &amp;quot;&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    local value = preferred.mainsnak.datavalue.value&lt;br /&gt;
&lt;br /&gt;
    if type(value) ~= &amp;quot;table&amp;quot; or not value.id then&lt;br /&gt;
        return &amp;quot;&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    return mw.wikibase.getLabel(value.id) or value.id&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
-- P96 → preferred P75 → qualifier P18&lt;br /&gt;
function p.since(frame)&lt;br /&gt;
    local qid = frame.args[1]&lt;br /&gt;
&lt;br /&gt;
    local entity = getEntity(qid)&lt;br /&gt;
    if not entity or not entity.claims or not entity.claims.P96 then&lt;br /&gt;
        return &amp;quot;&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    local secretaryStatement&lt;br /&gt;
&lt;br /&gt;
    -- Find preferred P96.&lt;br /&gt;
    for _, claim in ipairs(entity.claims.P96) do&lt;br /&gt;
        if claim.rank == &amp;quot;preferred&amp;quot;&lt;br /&gt;
            and claim.mainsnak&lt;br /&gt;
            and claim.mainsnak.datavalue then&lt;br /&gt;
&lt;br /&gt;
            secretaryStatement = claim&lt;br /&gt;
            break&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Fall back if necessary.&lt;br /&gt;
    if not secretaryStatement then&lt;br /&gt;
        for _, claim in ipairs(entity.claims.P96) do&lt;br /&gt;
            if claim.rank ~= &amp;quot;deprecated&amp;quot;&lt;br /&gt;
                and claim.mainsnak&lt;br /&gt;
                and claim.mainsnak.datavalue then&lt;br /&gt;
&lt;br /&gt;
                secretaryStatement = claim&lt;br /&gt;
                break&lt;br /&gt;
            end&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    if not secretaryStatement then&lt;br /&gt;
        return &amp;quot;&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Get the secretary&#039;s Q-ID.&lt;br /&gt;
    local secretaryValue = secretaryStatement.mainsnak.datavalue.value&lt;br /&gt;
&lt;br /&gt;
    if type(secretaryValue) ~= &amp;quot;table&amp;quot; or not secretaryValue.id then&lt;br /&gt;
        return &amp;quot;&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    local secretaryQid = secretaryValue.id&lt;br /&gt;
    local secretary = getEntity(secretaryQid)&lt;br /&gt;
&lt;br /&gt;
    if not secretary&lt;br /&gt;
        or not secretary.claims&lt;br /&gt;
        or not secretary.claims.P75 then&lt;br /&gt;
        return &amp;quot;&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Find preferred P75.&lt;br /&gt;
    local positionStatement&lt;br /&gt;
&lt;br /&gt;
    for _, claim in ipairs(secretary.claims.P75) do&lt;br /&gt;
        if claim.rank == &amp;quot;preferred&amp;quot;&lt;br /&gt;
            and claim.mainsnak&lt;br /&gt;
            and claim.mainsnak.datavalue then&lt;br /&gt;
&lt;br /&gt;
            positionStatement = claim&lt;br /&gt;
            break&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Fall back to normal rank.&lt;br /&gt;
    if not positionStatement then&lt;br /&gt;
        for _, claim in ipairs(secretary.claims.P75) do&lt;br /&gt;
            if claim.rank ~= &amp;quot;deprecated&amp;quot;&lt;br /&gt;
                and claim.mainsnak&lt;br /&gt;
                and claim.mainsnak.datavalue then&lt;br /&gt;
&lt;br /&gt;
                positionStatement = claim&lt;br /&gt;
                break&lt;br /&gt;
            end&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    if not positionStatement then&lt;br /&gt;
        return &amp;quot;&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Look for P18 qualifier on the P75 statement.&lt;br /&gt;
    if not positionStatement.qualifiers&lt;br /&gt;
        or not positionStatement.qualifiers.P18 then&lt;br /&gt;
        return &amp;quot;&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    for _, qualifier in ipairs(positionStatement.qualifiers.P18) do&lt;br /&gt;
        if qualifier.datavalue and qualifier.datavalue.value then&lt;br /&gt;
            local value = qualifier.datavalue.value&lt;br /&gt;
&lt;br /&gt;
            if type(value) == &amp;quot;string&amp;quot; then&lt;br /&gt;
                return value&lt;br /&gt;
            elseif type(value) == &amp;quot;table&amp;quot; and value.text then&lt;br /&gt;
                return value.text&lt;br /&gt;
            end&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    return &amp;quot;&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Talk:Korro_Fontaine&amp;diff=13721</id>
		<title>Talk:Korro Fontaine</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Talk:Korro_Fontaine&amp;diff=13721"/>
		<updated>2026-09-19T22:07:30Z</updated>

		<summary type="html">&lt;p&gt;RylandW: moved importance and quality ratings here from artice&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Importance|class=2|date=19 September 2026}}&lt;br /&gt;
{{Quality|quality=2|date=19 September 2026}}&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Korro_Fontaine&amp;diff=13720</id>
		<title>Korro Fontaine</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Korro_Fontaine&amp;diff=13720"/>
		<updated>2026-09-19T22:07:14Z</updated>

		<summary type="html">&lt;p&gt;RylandW: moving WRP ratings to talk page and improved infobox; good article!!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox person&lt;br /&gt;
| username    = KorroMF&lt;br /&gt;
| uuid        = 038a3deb-cb36-47a9-b743-39a7e9850c24&lt;br /&gt;
| full_name   = Korro Fontaine&lt;br /&gt;
| join_date   = 12 June 2026&lt;br /&gt;
| occupation  = {{hlist|Politician|entrepreneur}}&lt;br /&gt;
| party       = [[People&#039;s Reform Party]]&lt;br /&gt;
| pronouns    = He/him&lt;br /&gt;
| nationality = {{ISO|US}}&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Korro Fontaine&#039;&#039;&#039; (joined 12 June 2026; username KorroMF) is a Redmontian politician and member of the [[Fontaine family]] who currently serves as an [[Executive Advisor]], [[Head of urban development of Oakridge|Head of Urban Development of Oakridge]], and acting [[Secretary of Education]].&amp;lt;ref name=&amp;quot;:3&amp;quot;&amp;gt;{{Cite interview|interviewee=KorroMF|interviewer=Stanley582|date=14 September 2026}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:4&amp;quot;&amp;gt;{{Cite Discord|url=https://discord.com/channels/762721919065128970/762735113876275200/1540483247266603048|messager=winnipeginstinct|channel=announcements|server=Oakridge|date=21 August 2026}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/673612908868927498/686158870435201035/1550952029260881964|messager=pingspoofed|channel=government-announcements|server=DemocracyCraft|date=19 September 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Career ==&lt;br /&gt;
Korro was appointed as an executive advisor by [[President]] [[Just_Jada]] on 20 July 2026 and held that position until 24 July 2026 when [[xXTheoryXx]] was elected [[President of Redmont]]. On 20 July 2026, he also declared he would run for [[Senate]] as a member of the [[People&#039;s Reform Party]] following the [[July 2026 General Strike]] and dissolution of the [[38th Senate]].&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/senate-election-july-2026-special-1.41303/|author=Dept. State|title=Senate Election - JULY 2026 (Special #1)|publication_date=20 July 2026|access_date=19 September 2026}}&amp;lt;/ref&amp;gt; In that election, he came in 24th place.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt; On 25 July 2026, he declared his intention to run for [[Mayor of Oakridge]] and a position on the [[Bar Association of Redmont]] council.&amp;lt;ref name=&amp;quot;:1&amp;quot;&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/bar-council-election-july-2026-special-1.41617|title=BAR Council Election - JULY 2026 (Special #1)|author=Dept. State|publication_date=25 July 2026|access_date=19 September 2026}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:2&amp;quot;&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/mayor-election-july-2026-special-1.41611|title=Mayor Election - JULY 2026 (Special #1)|author=Dept. State|publication_date=25 July 2026|access_date=19 September 2026}}&amp;lt;/ref&amp;gt; He lost both elections, coming in 2nd and 3rd place respectively.&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;:2&amp;quot; /&amp;gt; Korro ran for BAR council again on 7 August 2026, but once again came in 3rd place and lost.&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/bar-council-election-august-2026-special-1.42264|author=Dept. State|title=BAR Council Election - AUGUST 2026 (Special #1)|publication_date=7 August 2026|access_date=19 September 2026}}&amp;lt;/ref&amp;gt; Following a brief hiatus from politics, on 21 August 2026, Korro was appointed [[Head of urban development of Oakridge]] by mayor [[Asdertplays]].&amp;lt;ref name=&amp;quot;:4&amp;quot; /&amp;gt; On 22 August 2026, he was appointed as an executive advisor by President xXTheoryXx.&amp;lt;ref name=&amp;quot;:3&amp;quot; /&amp;gt; Korro once again ran for Senate and lost on September 1 2026 and 10 September 2026.&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/senate-election-september-2026.43607|title=Senate Election - September 2026|author=Dept. State|publication_date=1 September 2026|access_date=19 September 2026}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/senate-election-september-2026-special-1.44070|title=Senate Election - September 2026 (Special #1)|author=Dept. State|publication_date=10 September 2026|access_date=19 September 2026}}&amp;lt;/ref&amp;gt; On 19 September, Korro was elected to the [[House of Representatives]].&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/senate-election-september-2026-special-1.44070|title=House of Representatives Elections - SEPTEMBER 2026 (Special #1)|author=Dept. State|publication_date=15 September 2026|access_date=19 September 2026}}&amp;lt;/ref&amp;gt; He is currently running for a position as [[Mayor of Oakridge]].&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/mayor-election-september-2026.44270|title=Mayor Election - September 2026|author=Dept. State|publication_date=15 September 2026|access_date=19 September 2026}}&amp;lt;/ref&amp;gt;   &lt;br /&gt;
&lt;br /&gt;
Korro&#039;s campaigns for positions in [[Congress]] have focused on transparency, supporting new players, being active, and working to improve towns.&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/673612908868927498/1432327070217797694/1545860696972070952|messager=0nly4creeper|channel=campaign|server=DemocracyCraft|date=5 September 2026}}&amp;lt;/ref&amp;gt; His campaigns for Mayor of Oakridge have focused on helping new players, lowering crime, and giving awards to outstanding businesses.&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/673612908868927498/1432327070217797694/1550940353933217873|messager=mfkorro|channel=campaign|server=DemocracyCraft|date=19 September 2026}}&amp;lt;/ref&amp;gt;  &lt;br /&gt;
&lt;br /&gt;
Korro owns three businesses: BigPharma, a pharmacy; Fontaine Cards, a trading card game company; and Fontaine Development, a development service.&amp;lt;ref name=&amp;quot;:3&amp;quot; /&amp;gt;  &lt;br /&gt;
&lt;br /&gt;
Korro was adopted into the [[Fontaine family]] by [[Musclebound|Musclebound Fontaine]] on 26 August 2026.&amp;lt;ref name=&amp;quot;:3&amp;quot; /&amp;gt;  &lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:Secretaries]]&lt;br /&gt;
[[Category:Secretaries of education]]&lt;br /&gt;
[[Category:Executive advisors]]&lt;br /&gt;
[[Category:Politicians]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Korro_Fontaine&amp;diff=13718</id>
		<title>Korro Fontaine</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Korro_Fontaine&amp;diff=13718"/>
		<updated>2026-09-19T22:06:25Z</updated>

		<summary type="html">&lt;p&gt;RylandW: RylandW moved page Korro Fontaine to KorroMF: username as title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox person&lt;br /&gt;
| username   = KorroMF&lt;br /&gt;
| uuid       = 038a3deb-cb36-47a9-b743-39a7e9850c24&lt;br /&gt;
| full_name  = Korro Fontaine&lt;br /&gt;
| join_date  = 12 June 2026&lt;br /&gt;
| occupation = {{hlist|Politician|Entrepreneur}}&lt;br /&gt;
| party      = [[People&#039;s Reform Party]]&lt;br /&gt;
|pronouns=he/him|nationality=American}}&lt;br /&gt;
{{Quality|quality=2|date=19 September 2026}}{{Importance|class=2|date=19 September 2026}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Korro Fontaine&#039;&#039;&#039; (joined 12 June 2026; username KorroMF) is a Redmontian politician and member of the [[Fontaine family]] who currently serves as an [[Executive Advisor]], [[Head of urban development of Oakridge|Head of Urban Development of Oakridge]], and acting [[Secretary of Education]].&amp;lt;ref name=&amp;quot;:3&amp;quot;&amp;gt;{{Cite interview|interviewee=KorroMF|interviewer=Stanley582|date=14 September 2026}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:4&amp;quot;&amp;gt;{{Cite Discord|url=https://discord.com/channels/762721919065128970/762735113876275200/1540483247266603048|messager=winnipeginstinct|channel=announcements|server=Oakridge|date=21 August 2026}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/673612908868927498/686158870435201035/1550952029260881964|messager=pingspoofed|channel=government-announcements|server=DemocracyCraft|date=19 September 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Career ==&lt;br /&gt;
Korro was appointed as an executive advisor by [[President]] [[Just_Jada]] on 20 July 2026 and held that position until 24 July 2026 when [[xXTheoryXx]] was elected [[President of Redmont]]. On 20 July 2026, he also declared he would run for [[Senate]] as a member of the [[People&#039;s Reform Party]] following the [[July 2026 General Strike]] and dissolution of the [[38th Senate]].&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/senate-election-july-2026-special-1.41303/|author=Dept. State|title=Senate Election - JULY 2026 (Special #1)|publication_date=20 July 2026|access_date=19 September 2026}}&amp;lt;/ref&amp;gt; In that election, he came in 24th place.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt; On 25 July 2026, he declared his intention to run for [[Mayor of Oakridge]] and a position on the [[Bar Association of Redmont]] council.&amp;lt;ref name=&amp;quot;:1&amp;quot;&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/bar-council-election-july-2026-special-1.41617|title=BAR Council Election - JULY 2026 (Special #1)|author=Dept. State|publication_date=25 July 2026|access_date=19 September 2026}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:2&amp;quot;&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/mayor-election-july-2026-special-1.41611|title=Mayor Election - JULY 2026 (Special #1)|author=Dept. State|publication_date=25 July 2026|access_date=19 September 2026}}&amp;lt;/ref&amp;gt; He lost both elections, coming in 2nd and 3rd place respectively.&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;:2&amp;quot; /&amp;gt; Korro ran for BAR council again on 7 August 2026, but once again came in 3rd place and lost.&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/bar-council-election-august-2026-special-1.42264|author=Dept. State|title=BAR Council Election - AUGUST 2026 (Special #1)|publication_date=7 August 2026|access_date=19 September 2026}}&amp;lt;/ref&amp;gt; Following a brief hiatus from politics, on 21 August 2026, Korro was appointed [[Head of urban development of Oakridge]] by mayor [[Asdertplays]].&amp;lt;ref name=&amp;quot;:4&amp;quot; /&amp;gt; On 22 August 2026, he was appointed as an executive advisor by President xXTheoryXx.&amp;lt;ref name=&amp;quot;:3&amp;quot; /&amp;gt; Korro once again ran for Senate and lost on September 1 2026 and 10 September 2026.&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/senate-election-september-2026.43607|title=Senate Election - September 2026|author=Dept. State|publication_date=1 September 2026|access_date=19 September 2026}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/senate-election-september-2026-special-1.44070|title=Senate Election - September 2026 (Special #1)|author=Dept. State|publication_date=10 September 2026|access_date=19 September 2026}}&amp;lt;/ref&amp;gt; On 19 September, Korro was elected to the [[House of Representatives]].&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/senate-election-september-2026-special-1.44070|title=House of Representatives Elections - SEPTEMBER 2026 (Special #1)|author=Dept. State|publication_date=15 September 2026|access_date=19 September 2026}}&amp;lt;/ref&amp;gt; He is currently running for a position as [[Mayor of Oakridge]].&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/mayor-election-september-2026.44270|title=Mayor Election - September 2026|author=Dept. State|publication_date=15 September 2026|access_date=19 September 2026}}&amp;lt;/ref&amp;gt;   &lt;br /&gt;
&lt;br /&gt;
Korro&#039;s campaigns for positions in [[Congress]] have focused on transparency, supporting new players, being active, and working to improve towns.&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/673612908868927498/1432327070217797694/1545860696972070952|messager=0nly4creeper|channel=campaign|server=DemocracyCraft|date=5 September 2026}}&amp;lt;/ref&amp;gt; His campaigns for Mayor of Oakridge have focused on helping new players, lowering crime, and giving awards to outstanding businesses.&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/673612908868927498/1432327070217797694/1550940353933217873|messager=mfkorro|channel=campaign|server=DemocracyCraft|date=19 September 2026}}&amp;lt;/ref&amp;gt;  &lt;br /&gt;
&lt;br /&gt;
Korro owns three businesses: BigPharma, a pharmacy; Fontaine Cards, a trading card game company; and Fontaine Development, a development service.&amp;lt;ref name=&amp;quot;:3&amp;quot; /&amp;gt;  &lt;br /&gt;
&lt;br /&gt;
Korro was adopted into the [[Fontaine family]] by [[Musclebound|Musclebound Fontaine]] on 26 August 2026.&amp;lt;ref name=&amp;quot;:3&amp;quot; /&amp;gt;  &lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:Secretaries]]&lt;br /&gt;
[[Category:Secretaries of education]]&lt;br /&gt;
[[Category:Executive advisors]]&lt;br /&gt;
[[Category:Politicians]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=File:Redmontians_for_Redmont.png&amp;diff=13711</id>
		<title>File:Redmontians for Redmont.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=File:Redmontians_for_Redmont.png&amp;diff=13711"/>
		<updated>2026-09-19T18:33:43Z</updated>

		<summary type="html">&lt;p&gt;RylandW: categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Redmontians for Redmont| ]]&lt;br /&gt;
[[Category:Political parties established in 2026]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Redmontians_for_Redmont&amp;diff=13710</id>
		<title>Redmontians for Redmont</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Redmontians_for_Redmont&amp;diff=13710"/>
		<updated>2026-09-19T18:32:35Z</updated>

		<summary type="html">&lt;p&gt;RylandW: added Membership&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{as of|September 2026}}&lt;br /&gt;
{{Infobox political party&lt;br /&gt;
| name               = Redmontians for Redmont&lt;br /&gt;
| abbr               = RfR&lt;br /&gt;
| logo               = yes&lt;br /&gt;
| leader_title       = Party Leader&lt;br /&gt;
| leader             = [[Dartanboy]]&lt;br /&gt;
| seats_house        = {{composition bar|0|11|hex=#e57200}}&lt;br /&gt;
| seats_senate       = {{composition bar|0|6|hex=#e57200}}&lt;br /&gt;
| founded            = 2026&lt;br /&gt;
| founder            = [[Dartanboy]]|registered=20 July 2026&lt;br /&gt;
| registrar          = [[Dartanboy]]|registration_link=redmontians-for-redmont.41259&lt;br /&gt;
| discord            = eymcBefJ6p&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Redmontians for Redmont&#039;&#039;&#039; (&#039;&#039;&#039;RfR&#039;&#039;&#039;) is a [[political party]] in [[Redmont]] founded by [[Dartanboy]], who serves as its current party leader.&amp;lt;ref&amp;gt;{{Cite forum |title=Redmontians for Redmont |url=https://www.democracycraft.net/threads/redmontians-for-redmont.41259/#post-161850 |id=161850 |author=[[Dartanboy]] |date=20 July 2026}}&amp;lt;/ref&amp;gt; It was registered on 20 July 2026.&amp;lt;ref&amp;gt;{{Cite forum |thread=Redmontians for Redmont |url=https://www.democracycraft.net/threads/redmontians-for-redmont.41259/#post-161850 |title=Accepted |id=161850 |author=[[Department of State|Dept. State]] |date=20 July 2026}}&amp;lt;/ref&amp;gt; The party&#039;s four core values are individual freedom, limited government, fiscal responsibility and transparent accountability.&amp;lt;ref&amp;gt;{{Cite web |url=https://docs.google.com/document/d/1KfVjA-x5btDMuRmNENZYjFjfbbC58reqgKYdaKTqbLw/ |title=Charter of the Redmontians for Redmont |publisher=Redmontians for Redmont |publication_date=20 July 2026 |access_date=5 August 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Party founder and leader Dartanboy was elected to the [[39th Senate]] in the July 2026 special elections, with [[ameslap]] and [[Kaizered]] sent to the [[39th House of Representatives|House]].&amp;lt;ref&amp;gt;{{Cite forum |url=https://www.democracycraft.net/threads/senate-election-july-2026-special-1.41303/#post-162787 |id=162787 |thread=Senate Election - JULY 2026 (Special #1) |title=Official poll results |author=[[Department of State|Dept. State]] |date=25 July 2026 |access_date=5 August 2026}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite forum |url=https://www.democracycraft.net/threads/house-of-representatives-elections-july-2026-special-1.41302/#post-162788 |id=162788 |thread=House of Representatives Elections - JULY 2026 (Special #1) |title=Official poll results |author=[[Department of State|Dept. State]] |date=25 July 2026 |access_date=5 August 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
No RfR candidates were elected to the [[40th Congress]].&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/house-of-representatives-election-september-2026.43606/|title=House of Representatives Election - September 2026|author=Dept. State|publication_date=1 September 2026|access_date=13 September 2026}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:1&amp;quot;&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/senate-election-september-2026.43607/|title=Senate Election - September 2026|author=Dept. State|publication_date=1 September 2026|access_date=13 September 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Membership ==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+Membership in Redmontians for Redmont according to [[State of the Commonwealth]] reports&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |Month&lt;br /&gt;
!Membership&lt;br /&gt;
!Respondents&lt;br /&gt;
!Ref.&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;13&amp;quot; |2026&lt;br /&gt;
|July&lt;br /&gt;
|4&lt;br /&gt;
|51&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite forum|url=https://www.democracycraft.net/threads/sotc-report-july-2026.41729/|author=[[Dept. State]]|date=24 May 2026|access-date=19 September 2026|title=SOTC Report - JULY 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|August&lt;br /&gt;
|7&lt;br /&gt;
|82&lt;br /&gt;
|&amp;lt;ref name=&amp;quot;:2&amp;quot;&amp;gt;{{Cite forum|url=https://www.democracycraft.net/threads/sotc-report-august-2026.43189/|author=[[Dept. State]]|date=24 May 2026|title=SOTC Report - AUGUST 2026|access-date=19 September 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Political parties}}&lt;br /&gt;
[[Category:Redmontians for Redmont| ]]&lt;br /&gt;
[[Category:Political parties established in 2026]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Talk:Redmontians_for_Redmont&amp;diff=13709</id>
		<title>Talk:Redmontians for Redmont</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Talk:Redmontians_for_Redmont&amp;diff=13709"/>
		<updated>2026-09-19T18:29:37Z</updated>

		<summary type="html">&lt;p&gt;RylandW: moved from article&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Importance|class=3|date=19 September 2026}}&lt;br /&gt;
{{Quality|quality=2|date=19 September 2026}}&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Template:HouseCat&amp;diff=13708</id>
		<title>Template:HouseCat</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Template:HouseCat&amp;diff=13708"/>
		<updated>2026-09-19T18:29:10Z</updated>

		<summary type="html">&lt;p&gt;RylandW: removed double CatMain&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{CatMain|{{PAGENAME}}}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;infobox&amp;quot; style=&amp;quot;width: 22em; border: 1px solid #ddd; padding: 10px; margin: 20px; float: right; clear: right;&amp;quot;&lt;br /&gt;
|+ &amp;lt;big&amp;gt;[[List of sessions of Congress|Sessions of the House of Representatives]]&amp;lt;/big&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:1st House of Representatives|1st]]&lt;br /&gt;
| [[:Category:2nd House of Representatives|2nd]]&lt;br /&gt;
| [[:Category:3rd House of Representatives|3rd]]&lt;br /&gt;
| [[:Category:4th House of Representatives|4th]]&lt;br /&gt;
| [[:Category:5th House of Representatives|5th]]&lt;br /&gt;
| [[:Category:6th House of Representatives|6th]]&lt;br /&gt;
| [[:Category:7th House of Representatives|7th]]&lt;br /&gt;
| [[:Category:8th House of Representatives|8th]]&lt;br /&gt;
| [[:Category:9th House of Representatives|9th]]&lt;br /&gt;
| [[:Category:10th House of Representatives|10th]]&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:11th House of Representatives|11th]]&lt;br /&gt;
| [[:Category:12th House of Representatives|12th]]&lt;br /&gt;
| [[:Category:13th House of Representatives|13th]]&lt;br /&gt;
| [[:Category:14th House of Representatives|14th]]&lt;br /&gt;
| [[:Category:15th House of Representatives|15th]]&lt;br /&gt;
| [[:Category:16th House of Representatives|16th]]&lt;br /&gt;
| [[:Category:17th House of Representatives|17th]]&lt;br /&gt;
| [[:Category:18th House of Representatives|18th]]&lt;br /&gt;
| [[:Category:19th House of Representatives|19th]]&lt;br /&gt;
| [[:Category:20th House of Representatives|20th]]&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:21st House of Representatives|21st]]&lt;br /&gt;
| [[:Category:22nd House of Representatives|22nd]]&lt;br /&gt;
| [[:Category:23rd House of Representatives|23rd]]&lt;br /&gt;
| [[:Category:24th House of Representatives|24th]]&lt;br /&gt;
| [[:Category:25th House of Representatives|25th]]&lt;br /&gt;
| [[:Category:26th House of Representatives|26th]]&lt;br /&gt;
| [[:Category:27th House of Representatives|27th]]&lt;br /&gt;
| [[:Category:28th House of Representatives|28th]]&lt;br /&gt;
| [[:Category:29th House of Representatives|29th]]&lt;br /&gt;
| [[:Category:30th House of Representatives|30th]]&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:31st House of Representatives|31st]]&lt;br /&gt;
| [[:Category:32nd House of Representatives|32nd]]&lt;br /&gt;
| [[:Category:33rd House of Representatives|33rd]]&lt;br /&gt;
| [[:Category:34th House of Representatives|34th]]&lt;br /&gt;
| [[:Category:35th House of Representatives|35th]]&lt;br /&gt;
| [[:Category:36th House of Representatives|36th]]&lt;br /&gt;
| [[:Category:37th House of Representatives|37th]]&lt;br /&gt;
| [[:Category:38th House of Representatives|38th]]&lt;br /&gt;
| [[:Category:39th House of Representatives|39th]]&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:40th House of Representatives|40th]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:{{{1}}} Congress|House of Representatives]]&lt;br /&gt;
[[Category:House of Representatives| ]]&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{HouseCat|}}&lt;br /&gt;
Add this template to a category for a session of the [[House of Representatives]]. For example, [[:Category:25th House of Representatives]].&lt;br /&gt;
&lt;br /&gt;
[[Category:House of Representatives|!Category]]&lt;br /&gt;
[[Category:Navbox templates]]&lt;br /&gt;
[[Category:Sessions of Congress|!Category]]&lt;br /&gt;
[[Category:Category templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Category:40th_House_of_Representatives&amp;diff=13707</id>
		<title>Category:40th House of Representatives</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Category:40th_House_of_Representatives&amp;diff=13707"/>
		<updated>2026-09-19T18:28:53Z</updated>

		<summary type="html">&lt;p&gt;RylandW: created category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HouseCat|40th}}&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Category:38th_House_of_Representatives&amp;diff=13706</id>
		<title>Category:38th House of Representatives</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Category:38th_House_of_Representatives&amp;diff=13706"/>
		<updated>2026-09-19T18:28:40Z</updated>

		<summary type="html">&lt;p&gt;RylandW: created category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HouseCat|38th}}&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Template:HouseCat&amp;diff=13705</id>
		<title>Template:HouseCat</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Template:HouseCat&amp;diff=13705"/>
		<updated>2026-09-19T18:28:30Z</updated>

		<summary type="html">&lt;p&gt;RylandW: {{CatMain}} and expanded to current 40th session&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{CatMain|{{PAGENAME}}}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;infobox&amp;quot; style=&amp;quot;width: 22em; border: 1px solid #ddd; padding: 10px; margin: 20px; float: right; clear: right;&amp;quot;&lt;br /&gt;
|+ &amp;lt;big&amp;gt;[[List of sessions of Congress|Sessions of the House of Representatives]]&amp;lt;/big&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:1st House of Representatives|1st]]&lt;br /&gt;
| [[:Category:2nd House of Representatives|2nd]]&lt;br /&gt;
| [[:Category:3rd House of Representatives|3rd]]&lt;br /&gt;
| [[:Category:4th House of Representatives|4th]]&lt;br /&gt;
| [[:Category:5th House of Representatives|5th]]&lt;br /&gt;
| [[:Category:6th House of Representatives|6th]]&lt;br /&gt;
| [[:Category:7th House of Representatives|7th]]&lt;br /&gt;
| [[:Category:8th House of Representatives|8th]]&lt;br /&gt;
| [[:Category:9th House of Representatives|9th]]&lt;br /&gt;
| [[:Category:10th House of Representatives|10th]]&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:11th House of Representatives|11th]]&lt;br /&gt;
| [[:Category:12th House of Representatives|12th]]&lt;br /&gt;
| [[:Category:13th House of Representatives|13th]]&lt;br /&gt;
| [[:Category:14th House of Representatives|14th]]&lt;br /&gt;
| [[:Category:15th House of Representatives|15th]]&lt;br /&gt;
| [[:Category:16th House of Representatives|16th]]&lt;br /&gt;
| [[:Category:17th House of Representatives|17th]]&lt;br /&gt;
| [[:Category:18th House of Representatives|18th]]&lt;br /&gt;
| [[:Category:19th House of Representatives|19th]]&lt;br /&gt;
| [[:Category:20th House of Representatives|20th]]&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:21st House of Representatives|21st]]&lt;br /&gt;
| [[:Category:22nd House of Representatives|22nd]]&lt;br /&gt;
| [[:Category:23rd House of Representatives|23rd]]&lt;br /&gt;
| [[:Category:24th House of Representatives|24th]]&lt;br /&gt;
| [[:Category:25th House of Representatives|25th]]&lt;br /&gt;
| [[:Category:26th House of Representatives|26th]]&lt;br /&gt;
| [[:Category:27th House of Representatives|27th]]&lt;br /&gt;
| [[:Category:28th House of Representatives|28th]]&lt;br /&gt;
| [[:Category:29th House of Representatives|29th]]&lt;br /&gt;
| [[:Category:30th House of Representatives|30th]]&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:31st House of Representatives|31st]]&lt;br /&gt;
| [[:Category:32nd House of Representatives|32nd]]&lt;br /&gt;
| [[:Category:33rd House of Representatives|33rd]]&lt;br /&gt;
| [[:Category:34th House of Representatives|34th]]&lt;br /&gt;
| [[:Category:35th House of Representatives|35th]]&lt;br /&gt;
| [[:Category:36th House of Representatives|36th]]&lt;br /&gt;
| [[:Category:37th House of Representatives|37th]]&lt;br /&gt;
| [[:Category:38th House of Representatives|38th]]&lt;br /&gt;
| [[:Category:39th House of Representatives|39th]]&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:40th House of Representatives|40th]]&lt;br /&gt;
|}&lt;br /&gt;
{{CatMain|{{{1}}} House of Representatives}}&lt;br /&gt;
&lt;br /&gt;
[[Category:{{{1}}} Congress|House of Representatives]]&lt;br /&gt;
[[Category:House of Representatives| ]]&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{HouseCat|}}&lt;br /&gt;
Add this template to a category for a session of the [[House of Representatives]]. For example, [[:Category:25th House of Representatives]].&lt;br /&gt;
&lt;br /&gt;
[[Category:House of Representatives|!Category]]&lt;br /&gt;
[[Category:Navbox templates]]&lt;br /&gt;
[[Category:Sessions of Congress|!Category]]&lt;br /&gt;
[[Category:Category templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Template:CongressCat&amp;diff=13704</id>
		<title>Template:CongressCat</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Template:CongressCat&amp;diff=13704"/>
		<updated>2026-09-19T18:27:47Z</updated>

		<summary type="html">&lt;p&gt;RylandW: {{CatMain}} and expanded to current 40th session&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{CatMain|{{PAGENAME}}}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;infobox&amp;quot; style=&amp;quot;width: 22em; border: 1px solid #ddd; padding: 10px; margin: 20px; float: right; clear: right;&amp;quot;&lt;br /&gt;
|+ &amp;lt;big&amp;gt;[[List of sessions of Congress|Sessions of Congress]]&amp;lt;/big&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:1st Congress|1st]]&lt;br /&gt;
| [[:Category:2nd Congress|2nd]]&lt;br /&gt;
| [[:Category:3rd Congress|3rd]]&lt;br /&gt;
| [[:Category:4th Congress|4th]]&lt;br /&gt;
| [[:Category:5th Congress|5th]]&lt;br /&gt;
| [[:Category:6th Congress|6th]]&lt;br /&gt;
| [[:Category:7th Congress|7th]]&lt;br /&gt;
| [[:Category:8th Congress|8th]]&lt;br /&gt;
| [[:Category:9th Congress|9th]]&lt;br /&gt;
| [[:Category:10th Congress|10th]]&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:11th Congress|11th]]&lt;br /&gt;
| [[:Category:12th Congress|12th]]&lt;br /&gt;
| [[:Category:13th Congress|13th]]&lt;br /&gt;
| [[:Category:14th Congress|14th]]&lt;br /&gt;
| [[:Category:15th Congress|15th]]&lt;br /&gt;
| [[:Category:16th Congress|16th]]&lt;br /&gt;
| [[:Category:17th Congress|17th]]&lt;br /&gt;
| [[:Category:18th Congress|18th]]&lt;br /&gt;
| [[:Category:19th Congress|19th]]&lt;br /&gt;
| [[:Category:20th Congress|20th]]&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:21st Congress|21st]]&lt;br /&gt;
| [[:Category:22nd Congress|22nd]]&lt;br /&gt;
| [[:Category:23rd Congress|23rd]]&lt;br /&gt;
| [[:Category:24th Congress|24th]]&lt;br /&gt;
| [[:Category:25th Congress|25th]]&lt;br /&gt;
| [[:Category:26th Congress|26th]]&lt;br /&gt;
| [[:Category:27th Congress|27th]]&lt;br /&gt;
| [[:Category:28th Congress|28th]]&lt;br /&gt;
| [[:Category:29th Congress|29th]]&lt;br /&gt;
| [[:Category:30th Congress|30th]]&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:31st Congress|31st]]&lt;br /&gt;
| [[:Category:32nd Congress|32nd]]&lt;br /&gt;
| [[:Category:33rd Congress|33rd]]&lt;br /&gt;
| [[:Category:34th Congress|34th]]&lt;br /&gt;
| [[:Category:35th Congress|35th]]&lt;br /&gt;
| [[:Category:36th Congress|36th]]&lt;br /&gt;
| [[:Category:37th Congress|37th]]&lt;br /&gt;
| [[:Category:38th Congress|38th]]&lt;br /&gt;
| [[:Category:39th Congress|39th]]&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:40th Congress|40th]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Congress| {{{1}}}]]&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{CongressCat}}&lt;br /&gt;
Add this template to a category for a session of [[Congress]]. For example, [[:Category:25th Congress]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Congress|!Category]]&lt;br /&gt;
[[Category:Navbox templates]]&lt;br /&gt;
[[Category:Sessions of Congress|!Category]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Category:40th_Congress&amp;diff=13703</id>
		<title>Category:40th Congress</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Category:40th_Congress&amp;diff=13703"/>
		<updated>2026-09-19T18:26:36Z</updated>

		<summary type="html">&lt;p&gt;RylandW: created category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CongressCat|40th}}&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Unalign&amp;diff=13702</id>
		<title>Unalign</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Unalign&amp;diff=13702"/>
		<updated>2026-09-19T18:26:28Z</updated>

		<summary type="html">&lt;p&gt;RylandW: category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|quality=2|date=7 September 2026}}{{Importance|date=7 September 2026|class=3}}{{Infobox person|username=unalign|uuid=1b2b21d0-d187-4490-a84a-3b6ade93b8f9|join_date=26 May 2026|occupation={{hlist|politician|[[detective]]|businessman}}|pronouns=He/him|nationality=Spanish|party=[[Dino Nugget Party]] (current), [[Citizen&#039;s Communist Party]] (current), [[The Freedom Coalition]]}}&#039;&#039;&#039;Unalign&#039;&#039;&#039; (joined 26 May 2026) legally known as &#039;&#039;&#039;align Dingle&#039;&#039;&#039;, is a Redmontian politician, detective, as well as businessman.&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;[[File:Unalign Interview.png|thumb|Unalign&#039;s Interview]]&lt;br /&gt;
An interview between Unalign and Mailliwoail on 5 September 2026. &amp;lt;/ref&amp;gt; He is currently a [[Senator]] in the [[39th Senate]].&amp;lt;ref&amp;gt;https://www.democracycraft.net/threads/senate-election-july-2026-special-1.41303/&amp;lt;/ref&amp;gt; Unalign is also the CEO of multiple companies, including: [[SlashAd]],  the company [[Bastion]], [[redmont.app]].&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt; Unalign is also a shareholder with [[ArchstoneBanking]].&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Jobs ==&lt;br /&gt;
Unalign was a detective from 6 June 2026 to present. He also owns 3 companies: SlashAd a marketing company for one of the in-game [[commands]] &amp;quot;/ad&amp;quot;, Bastion which owns [[BastionBank]], and redmont.app a subdomain. He is also a shareholder with ArchstoneBanking; he has a dividend of 30.0% and has a voting power of 21.765%.&lt;br /&gt;
&lt;br /&gt;
== Political career ==&lt;br /&gt;
Unalign ran in both the July 2026 [[Senate]] election as well as the July 2026 [[House of Representatives]] election.&amp;lt;ref&amp;gt;https://www.democracycraft.net/threads/senate-election-july-2026.40178/&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://www.democracycraft.net/threads/house-of-representatives-election-july-2026.40179/&amp;lt;/ref&amp;gt; He won the Senate election preventing him from winning House of Representatives election.&amp;lt;ref&amp;gt;https://discord.com/channels/673612908868927498/686158870435201035/1525343462457610393&amp;lt;/ref&amp;gt; Soon after, Unalign ran in the July 2026 (Special #1) House of Representatives as well as the Senate elections.&amp;lt;ref&amp;gt;https://www.democracycraft.net/threads/house-of-representatives-elections-july-2026-special-1.41302/&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://www.democracycraft.net/threads/senate-election-july-2026-special-1.41303/&amp;lt;/ref&amp;gt; This time winning the Senate election once again.&amp;lt;ref&amp;gt;https://discord.com/channels/673612908868927498/686158870435201035/1530621246906040392&amp;lt;/ref&amp;gt; Unalign also ran in the September 2026 Senate election.&amp;lt;ref&amp;gt;https://www.democracycraft.net/threads/senate-election-september-2026.43607/&amp;lt;/ref&amp;gt; On 10 September 2026, Unalign was announced as a [[Senator]] (Class A).&amp;lt;ref&amp;gt;https://discord.com/channels/673612908868927498/686158870435201035/1547731089903198250&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Personal life ==&lt;br /&gt;
Unalign has residence at c478 and c479. He currently has no family registered on forums.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:40th Senate]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=GreyMC&amp;diff=13701</id>
		<title>GreyMC</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=GreyMC&amp;diff=13701"/>
		<updated>2026-09-19T18:26:18Z</updated>

		<summary type="html">&lt;p&gt;RylandW: categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quality|quality=1|date=31 August 2026}}{{Importance|class=2|date=31 August 2026}}{{Infobox person|username=_GreyMC|uuid=80213985-6319-4d6c-9e82-19d7543e3595|join_date=23 May 2026|occupation=Politician - Doctor - Sergeant|pronouns=He/Him|nationality=American|party=[[United Jaronites Party]] (former), [[People&#039;s Reform Party]] (former),  Currently IND.}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;_GreyMC&#039;&#039;&#039; (joined 23 May 2026) legally known as &#039;&#039;&#039;Grey Fontaine&#039;&#039;&#039; is a Redmontain politician and businessman. _GreyMC currently serves as a [[Senate|Senator]] and the [[President of the Senate|Deputy President of the Senate]];&amp;lt;ref name=&amp;quot;:2&amp;quot;&amp;gt;{{Cite Discord|url=https://discord.com/channels/673612908868927498/686158870435201035/1547731089903198250|messager=victualia|channel=government-announcements|server=DemocracyCraft|date=10 September 2026}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:3&amp;quot;&amp;gt;{{Cite Discord|url=https://discord.com/channels/673612908868927498/686158870435201035/1548523516700262434|messager=allyweee|channel=government-announcements|server=DemocracyCraft|date=12 September 2026}}&amp;lt;/ref&amp;gt; he&#039;s also a member of the [[Fontaine family]].&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;[[File:Interview between volinon and GreyMC on 27 August 2026,.png|thumb|Interview between volinon and GreyMC on 27 August 2026]]&lt;br /&gt;
Interview between volinon and _GreyMC on 27 August 2026.&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Jobs ==&lt;br /&gt;
_GreyMC is [[Doctor]], serving from 6 June 2026 to present; and he is also a Sergeant from 20 July 2026 to present.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt; _GreyMC became an [[Event coordinator]] on 20 July,&amp;lt;ref&amp;gt;_GreyMC being accepted as an Event Coordinator on 20 July 2026.[https://www.democracycraft.net/threads/greymc-event-coordinator-application.41284/]&amp;lt;/ref&amp;gt; but he resigned a few days later.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt; _GreyMC also served as an [[Archivist]] from 17 June to 25 July.&lt;br /&gt;
&lt;br /&gt;
_GreyMC also works as an attorney at Theory, Talion &amp;amp; Partners Inc.  &lt;br /&gt;
&lt;br /&gt;
== Political career ==&lt;br /&gt;
_GreyMC was an [[Oakridge]] Councillor from 22 June before resigning on 25 July 2026.&amp;lt;ref&amp;gt;[[File:Oakridge Council Elections June 2026.png|thumb|Oakridge Council Elections Winners]]&lt;br /&gt;
_GreyMC being announced as an Oakridge Council member on 22 June 2026&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:1&amp;quot;&amp;gt;[[File:GreyMC resignation from oakridge Council July 2026.png|thumb|_GreyMC resignation from oakridge Council July 2026.]]&lt;br /&gt;
_GreyMC resigning from being an Oakridge Councillor on 25 July 2026.&amp;lt;/ref&amp;gt; He resigned from his position has an Oakridge Councillor due to the fact that he became a representative for the [[39th Congress]] on 25 July 2026 to present.&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt;&amp;lt;ref&amp;gt;_GreyMC being announced as a HoR member.[https://discord.com/channels/673612908868927498/686158870435201035/1530621246906040392]&amp;lt;/ref&amp;gt; _GreyMC became the Deputy Speaker for the [[House of Representatives]] on 29 July 2026 to 22 August 2026, before becoming the Speaker of the House of Representatives on 22 August 2026.&amp;lt;ref&amp;gt;_GreyMC being announced as the Deputy Speaker of House on 29 July 2026.[https://discord.com/channels/673612908868927498/686158870435201035/1532015401737781288]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;_GreyMC being the Speaker of the HoR on 22 August 2026.[https://discord.com/channels/673612908868927498/686158870435201035/1540798528870285432]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
_GreyMC ran in the June 2026 Oakridge Council Elections as a member of the [[United Jaronites Party]].&amp;lt;ref&amp;gt;_GreyMC declaring that they will run in the June 2026 Oakridge Council Elections.[https://www.democracycraft.net/threads/council-elections-june-2026.39108/]&amp;lt;/ref&amp;gt; And also in the July 2026 (Special #1) House of Representatives election as a member of the [[People&#039;s Reform Party]].&amp;lt;ref&amp;gt;_GreyMC declaring they will be running in the July 2026 (Specials 1) HoR Elections as a member of the PRP.[https://www.democracycraft.net/threads/house-of-representatives-elections-july-2026-special-1.41302/]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After serving in the House, _GreyMC ran for the [[40th Congress|40th House of Representatives]]&amp;lt;ref&amp;gt;{{Cite forum|url=https://www.democracycraft.net/threads/house-of-representatives-election-september-2026.43606/#post-170722|author=greymc|date=1 September 2026|thread=House of Representatives Election - September 2026|id=}}&amp;lt;/ref&amp;gt; and the 40th Senate&amp;lt;ref&amp;gt;{{Cite forum|url=https://www.democracycraft.net/threads/senate-election-september-2026.43607/#post-170725|author=greymc|date=1 September 2026|thread=Senate Election - September 2026}}&amp;lt;/ref&amp;gt;, winning the Senate election on 10 September 2026.&amp;lt;ref name=&amp;quot;:2&amp;quot; /&amp;gt; He then won the Deputy President of the Senate election on 12 September 2026 to present.&amp;lt;ref name=&amp;quot;:3&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Personal life ==&lt;br /&gt;
_GreyMC was adopted by [[CreeperTD|Creeper Fontaine]] on 14 August 2026,&amp;lt;ref&amp;gt;https://www.democracycraft.net/threads/creepertd-adoption-registration.42686/&amp;lt;/ref&amp;gt; and is now a member of the Fontaine family.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:40th Senate]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=1950minecrafter&amp;diff=13700</id>
		<title>1950minecrafter</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=1950minecrafter&amp;diff=13700"/>
		<updated>2026-09-19T18:26:10Z</updated>

		<summary type="html">&lt;p&gt;RylandW: categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
| name             = 1950minecrafter&lt;br /&gt;
| bodystyle        = background-color: var(--color-surface-1);&lt;br /&gt;
| labelstyle       = width: 45%; color: var(--color-emphasized);&lt;br /&gt;
| datastyle        = color: var(--color-base);&lt;br /&gt;
| titlestyle       = color: var(--color-base)&lt;br /&gt;
| abovestyle       = background-color: var(--color-surface-3); var(--color-base);&lt;br /&gt;
| headerstyle      = background-color: var(--color-surface-3); var(--color-base);&lt;br /&gt;
| above            = 1950minecrafter&lt;br /&gt;
| image            = [[File:1950minecrafter standing.png|200px]]&lt;br /&gt;
| header1          = Personal details&lt;br /&gt;
| label1           = Join date&lt;br /&gt;
| data1            = 13 April 2020&lt;br /&gt;
| label2           = Occupation&lt;br /&gt;
| data2            = Politician&lt;br /&gt;
| label3           = Political party&lt;br /&gt;
| data3            = [[Socialist Party of the People]] {{small|(2020–2022)}}[[Socialist Workers&#039; Party]] {{small|(2023)}}[[Workers&#039; Party of Redmont]] {{small|(2025–present)}}&lt;br /&gt;
| label4           = Pronouns&lt;br /&gt;
| data4            = He/him&lt;br /&gt;
| label5           = Nationality&lt;br /&gt;
| data5            = {{ISO|ES}}&lt;br /&gt;
| header6          = {{Pre|lcn}} 20th [[President of Redmont]] {{Suc|Kaiserin_}}&lt;br /&gt;
| header7          = {{Small|{{Hlist|[[February 2025 presidential election|Election]]|[[1950minecrafter February 2025 presidential campaign|Campaign]]|[[1950minecrafter administration|Administration]]}}}}&lt;br /&gt;
| label8           = In office&lt;br /&gt;
| data8            = 15 February – 15 June 2025&lt;br /&gt;
| label9           = Political party&lt;br /&gt;
| data9            = [[Workers&#039; Party of Redmont]]&lt;br /&gt;
| label10          = Vice president&lt;br /&gt;
| data10           = [[Yeet_Boy]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1950minecrafter&#039;&#039;&#039; (joined 13 April 2020), also known as simply &#039;&#039;&#039;1950&#039;&#039;&#039;, is a Redmontian politician who served as the 20th [[List of presidents|president of Redmont]]. 1950 was the first player to have joined DemocracyCraft after its release, and became a significant political figure on the server for years after, founding the first political party in Redmont to moderate success, and championing many of the first laws that guide the server today. He is currently a member of the [[Workers&#039; Party of Redmont]] and serves as as a [[Senate|senator]] and the [[List of mayors of Oakridge|deputy mayor of Oakridge]].&amp;lt;ref&amp;gt;https://discord.com/channels/762721919065128970/762735113876275200/1391908560467922965&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://www.democracycraft.net/threads/senate-election-july-2025-special.26913/#post-106454&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Early history ==&lt;br /&gt;
=== Socialist Party of the People ===&lt;br /&gt;
[[File:SPP_Logo_2.png|200px|thumb|left|Logo of the SPP]]&lt;br /&gt;
On 5 May 2020, 1950 applied for the creation of his political party, the [[Socialist Party of the People]] (SPP). It took part in the 1st Congressional Election, securing a majority of 4 seats out of 7 in [[Congress]]. 1950 ran, and became Redmont’s second [[Speaker of the House]] following the resignation of the first Speaker, superpacman04. 1950 authored bills such as the [https://www.democracycraft.net/threads/conspiracy-act.310/ Conspiracy Act] and the [https://www.democracycraft.net/threads/public-indecency-act.431/ Public Indecency Act].&amp;lt;ref&amp;gt;https://www.democracycraft.net/threads/conspiracy-act.310/#post-738&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://www.democracycraft.net/threads/public-indecency-act.431/#post-1088&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As the 2nd congressional election drew near, a new party was on the rise: the [[Political parties#Democratic Reformist Party|Democratic Reformist Party (DRP)]]. They grew to a membership greater than the SPP or [[Political parties#National Alliance Party|National Alliance Party (NAP)]], and threatened to upset the two-party status quo. As such, 1950 and Dusty_3 agreed to work in coalition, by having their members vote for candidates from both of their parties. Due to the nature of elections at the time, the vote tally throughout the voting period was live, incentivising parties to campaign for more votes if they were losing. The NAP and DRP both partook in this, however, the SPP did not, resulting in the party winning no seats in the next Congress, and a fall in prominence. Congress was therefore split between the NAP and DRP, with the SPP left to rethink their future courses of action.&lt;br /&gt;
&lt;br /&gt;
== Break from DemocracyCraft and subsequent ban ==&lt;br /&gt;
=== Dissatisfaction with politics ===&lt;br /&gt;
By the end of June 2020, after [[Krix]] formed the [[Democratic Reformist Party]], toxicity in politics had begun to rise. This annoyed 1950, but he remained a member of the server for at least a month afterwards.&amp;lt;ref name=&amp;quot;iv&amp;quot;&amp;gt;Discord interview conducted between 1950minecrafter and JVC3&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In July of 2020, following his unsuccessful reelection bid and the overall defeat of the SPP, losing all of their seats in the House and Senate, 1950 felt he had little to incentivise him to be active on the server, other than maintaining his apartment company, &#039;MAO S.A&#039;. He therefore decided to take a break from the server. This was meant only to be for a few weeks, with the intention to come back once toxicity in DC politics had subsided.&amp;lt;ref name=&amp;quot;iv&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== The new server ====&lt;br /&gt;
A few days after he announced that he was taking a break, 1950 was approached by some other players who had also decided to take a break, asking him to join another City RP server as a builder. This server was run by an individual only remembered today by his initials &#039;TBI&#039;.&amp;lt;ref name=&amp;quot;iv&amp;quot;/&amp;gt; 1950 was initially apprehensive due to the fact that he wanted to take a break from the City RP genre as a whole, but eventually relented, with the stipulation that he would only be hired as a builder for the server.&amp;lt;ref name=&amp;quot;iv&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After a few days as a builder, 1950 was offered the position of moderator on the new server. There was a rule on DemocracyCraft at the time known as &#039;non-compete&#039;, stating that members of DC could not be Staff or Administrators on servers that competed with DC, however, 1950 felt as if he was not in breach of this rule, due to the fact that he was simply a moderator.&amp;lt;ref name=&amp;quot;iv&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Release Day and Aftermath =====&lt;br /&gt;
On the day of the new server&#039;s launch, a few members of the DC community, including owners [[Technofied]] and [[xEndeavour]] joined the new server to have a look at their competition.&amp;lt;ref name=&amp;quot;iv&amp;quot;/&amp;gt; On the same day as the launch, the new server&#039;s map was deleted and the server was corrupted under mysterious circumstances. The reason for this has never been determined, however, many theories, including foul play, have been shared.&amp;lt;ref name=&amp;quot;iv&amp;quot;/&amp;gt; After the failed release, TBI was never heard from again and could not be consulted on the true reason for the new server&#039;s demise.&amp;lt;ref name=&amp;quot;iv&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following day, 1950 was informed that he had been banned due to being in breach of the &#039;non-compete&#039; rule.&amp;lt;ref name=&amp;quot;iv&amp;quot;/&amp;gt; To this day, 1950 insists that he was simply a moderator, therefore not in breach of the rules and that the ban was &amp;quot;wrongly and unjustly applied on [him]&amp;quot;.&amp;lt;ref name=&amp;quot;iv&amp;quot;/&amp;gt; This ban took effect on the 24&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; of July, 2020.&lt;br /&gt;
&lt;br /&gt;
After the ban, 1950 made the decision to retire from DC altogether.&amp;lt;ref name=&amp;quot;iv&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== SPP After 1950 ==&lt;br /&gt;
=== September 2020 Congressional Elections ===&lt;br /&gt;
Shortly after 1950’s ban on July 30, The_MarxSisters was elected as the party&#039;s next Chair, promising reforms to the party in preparation for the September congressional election. Their performance disappointed many in the party, winning only one seat, and falling a few votes shy of winning two or three seats. &lt;br /&gt;
&lt;br /&gt;
Shortly after this election, two special elections were held in Congress due to resignations. The SPP ran kevv as their candidate in the first special election, achieving 9 votes, far less than the DRP candidate, ronsampaul, who achieved 18. The SPP did not field a candidate for the second special election. In September of the same year, Senate elections were introduced, for which the SPP fielded _37__ as their candidate. They won 21 votes, just shy of the 22 needed to tie with the winner of the third seat. &lt;br /&gt;
&lt;br /&gt;
=== The Red Army ===&lt;br /&gt;
[[File:Red_Army_Poster.png|200px|thumb|right|A Recruitment Poster for the Red Army]]&lt;br /&gt;
Shortly before these elections on August 20th, the militant Red Army was incorporated as a wing of the SPP. The Red Army previously launched an attack against the DC Capitol, and had a standoff with the police. Many players disliked the Red Army for these actions, and the SPP, in their decision to tie themselves to the organization, received negative attention.&lt;br /&gt;
&lt;br /&gt;
== Return to DC ==&lt;br /&gt;
During September and October of 2020, 1950 received a number of messages from owner [[xEndeavour|End]] and player Dusty_3 asking him to return to the server.&amp;lt;ref name=&amp;quot;iv&amp;quot;/&amp;gt; On October the 23&amp;lt;sup&amp;gt;rd&amp;lt;/sup&amp;gt;, 1950 lodged an appeal against his ban. The DC competitor server was no longer extant, and staff had a change of heart about the players they banned. A day later, it was accepted. &lt;br /&gt;
&lt;br /&gt;
The SPP immediately held a leadership election due to growing dissatisfaction with The_MarxSisters and the creation of the Red Army. 1950 was chosen as the new Chair on November 6, and immediately began work on the ongoing November Congressional elections. The party fared better, with candidates 1950 and JoanM999 securing 2 of the 7 available [[House of Representatives|House] seats. This began a trend of the SPP performing better when 1950 was on the ballot and directly involved. The following election in January saw the House expanded from 7 to 9 seats, and the SPP again won 2 seats, with candidates 1950 and Red Army leader Olefante being elected. The party also fielded a candidate for the Senate, _37__, who lost with only 19 votes in his favour.&lt;br /&gt;
&lt;br /&gt;
=== First and Second Presidential Runs ===&lt;br /&gt;
[[File:1950_PUG.png|300px|thumb|left|A Campaign Poster for 1950&#039;s January 2021 Run]]&lt;br /&gt;
On January 26, 2021, 1950 announced his candidacy for President with running mate Pugbandit. His main competition was the DRP leader [[Krix]] and his running mate hugebob23456. The DRP was at one of its most successful points, and they were the favourite to win. A third contender was an independent candidate, Austin27, with running mate xEndeavour. Austin27 eventually dropped out, with xEndeavour running with Zab as his running mate.&lt;br /&gt;
&lt;br /&gt;
In a surprise result, no candidate reached a majority, with Krix receiving the most votes at 94 and 48.2% of the total vote. 1950 was second, with 64 votes, and xEndeavour was third with 37. This prompted a runoff between Krix and 1950, in which Krix received 108 votes to 1950’s 89. Krix became Redmont’s 3rd President, and 1950 continued his work in the House.&lt;br /&gt;
&lt;br /&gt;
[[File:1950_Sprite.png|300px|thumb|right|A Campaign Poster for 1950&#039;s June 2021 Run]]&lt;br /&gt;
1950 decided to run alongside running mate, byeSprite, in the next presidential election in June of 2021, winning 69 votes and proceeded to a runoff against Austin27, who won 98 votes in the first round. 1950 was again thwarted in a runoff, winning 70 votes to Austin27’s 95.&lt;br /&gt;
&lt;br /&gt;
=== Resignation from Party Chairmanship ===&lt;br /&gt;
The SPP continued to participate in congressional elections, securing 2 to 3 seats each time. 1950 received modest support each time, with enough personal votes to elect another member of the party. However, the party failed to significantly grow to any significant prominence. In October 2021, 1950 chose not to run in the party’s leadership election, and Aladeen became the new Chair. The party received a surprise new member in Krix, who was the sole SPP candidate to win a seat in the [[Congress 2021#NOVEMBER|November 2021 House election]].&lt;br /&gt;
&lt;br /&gt;
=== Second Departure from DC ===&lt;br /&gt;
1950 stepped back from the public eye at this point, and his activity declined until leaving the server altogether. The SPP declined further until its eventual dissolution through a merger with the [[Neodemocratic Party of Redmont|Neodemocratic Party]] (later the Democratic Party) on February 20, 2022. Five months later, on July 25, 2022, former SPP member xeu100 announced a return of the party, and outlined a three-phase plan, however, this was the last update in the party’s Discord server.&lt;br /&gt;
&lt;br /&gt;
== Second Return and Presidency ==&lt;br /&gt;
In January of 2025, along with the [[Trolligarch wave]], 1950 returned to the community and joined the newly-created [[Workers&#039; Party of Redmont|Workers&#039; Party of Redmont (WPR)]]. As the WPR was largely made up of new players, 1950&#039;s experience and leadership made him a natural choice for a Presidential candidate. &lt;br /&gt;
&lt;br /&gt;
=== Third Presidential Run and Lawsuit ===&lt;br /&gt;
[[File:1950_Yeet.png|250px|thumb|left|A Campaign Roundel for 1950&#039;s February 2025 Run]]&lt;br /&gt;
In February 2025, 1950 announced [[1950minecrafter February 2025 presidential campaign|his candidacy for the presidency]] alongside his running mate [[Yeet Boy|Yeet_Boy]] of the [[Galactic Empire of Redmont|Galactic Empire of Redmont (GER)]], pursuant to the two parties&#039; recent coalition agreement.&lt;br /&gt;
&lt;br /&gt;
1950 ran against [[xEndeavour]] of the [[Redmont Reform Party]], as well as [[Vernicia]] and [[TheMusica]], both independents. 1950 emerged victorious, with 62 votes against End&#039;s 46 and Vernicia&#039;s 44 in the first round, and 81 votes against End&#039;s 75 votes in the final round.&amp;lt;ref&amp;gt;https://www.democracycraft.net/threads/presidential-elections-february-2025.24616/#post-96499&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Lawsuit and emergency injunction ====&lt;br /&gt;
On the 11th of February, 2025, the third-place candidate, Vernicia, filed a lawsuit in the Supreme Court against the Commonwealth (and its agent, the Department of State), claiming that &amp;quot;[t]he election was botched&amp;quot;, and that the results of the election did &amp;quot;not represent the will of the people&amp;quot;, due to the claim that the proper election format had not taken place. The claim was that the voting system used for the election, [https://en.wikipedia.org/wiki/Instant-runoff_voting instant runoff], was illegitimate, and that a [https://en.wikipedia.org/wiki/Two-round_system two-round system] should have been used instead.&amp;lt;ref name=&amp;quot;Vernicia v. CoR SCR 3 [2025]&amp;quot;&amp;gt;https://www.democracycraft.net/threads/scr-3-2025-vernicia-v-the-commonwealth-of-redmont.24771/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Vernicia&#039;s attorneys petitioned the courts to grant an emergency injunction, blocking 1950&#039;s ascendancy to the Presidency, and to rerun the election under the two-round system. The courts granted an alternate emergency injunction, wherein the outgoing administration of then-President [[lcn]] would remain in caretaker mode for the remainder of the case. The Department of State was also ordered to begin a runoff election between 1950 and End, as if the two-round system had been used, and only the two highest-rated candidates remained.&lt;br /&gt;
&lt;br /&gt;
Mere hours before the runoff election was scheduled to begin, and after much deliberation and debate,&amp;lt;ref&amp;gt;https://www.democracycraft.net/threads/scr-3-2025-vernicia-v-the-commonwealth-of-redmont.24771/#post-96815&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://www.democracycraft.net/threads/scr-3-2025-vernicia-v-the-commonwealth-of-redmont.24771/#:~:text=As%20the%20memes%20in%20the%20%23legal%20section%20of%20the%20discord%20humorously%20points%20out&amp;lt;/ref&amp;gt; the Supreme Court ruled that the election was in fact held legally and constitutionally, that &amp;quot;1950minecrafter ha[d] the full democratic mandate&amp;quot; to be President, and that the Supreme Court had made a mistake in its earlier decision to grant an emergency injunction.&lt;br /&gt;
&lt;br /&gt;
The case was dismissed, and 1950 ascended to the Presidency shortly afterwards.&lt;br /&gt;
&lt;br /&gt;
== Presidency ==&lt;br /&gt;
The newly-elected President 1950 took office on the 15&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; of February 2025, however, due to the disruption caused by the lawsuit, the caretaker government, and the planned then cancelled runoff election, his formal inauguration only took place the following week, on the 22&amp;lt;sup&amp;gt;nd&amp;lt;/sup&amp;gt; of February.&amp;lt;ref&amp;gt;https://discord.com/channels/673612908868927498/686158870435201035/1342830572564643982&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Private career ==&lt;br /&gt;
Earlier in his career, 1950 was a building inspector, contractor, and photographer for &#039;&#039;[[the Hamilton Times]]&#039;&#039;. The timeframe for these jobs is unknown.&amp;lt;ref name=&amp;quot;fd&amp;quot;&amp;gt;https://democracycraft.fandom.com/wiki/1950minecrafter&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Personal life ==&lt;br /&gt;
1950 is the son of [[pugbandit]] and [[HugeBob]]. He later married [[Ansgard_Ist]] making him a part of the [[McCartnon family]]. The two of them have two sons, [[Flailyy]] and [[GameSkipper]].&amp;lt;ref name=&amp;quot;fd&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Presidents}}&lt;br /&gt;
{{Oakridge}}&lt;br /&gt;
&lt;br /&gt;
[[Category:1950minecrafter| ]]&lt;br /&gt;
[[Category:2020 joins]]&lt;br /&gt;
[[Category:2021 people]]&lt;br /&gt;
[[Category:2023 people]]&lt;br /&gt;
[[Category:2025 people]]&lt;br /&gt;
[[Category:40th Senate]]&lt;br /&gt;
[[Category:Celebrities]]&lt;br /&gt;
[[Category:February 2025 presidential election candidates]]&lt;br /&gt;
[[Category:Mayors of Oakridge]]&lt;br /&gt;
[[Category:Political party founders]]&lt;br /&gt;
[[Category:Presidents]]&lt;br /&gt;
[[Category:Socialist Party of the People members]]&lt;br /&gt;
[[Category:Speakers of the House]]&lt;br /&gt;
[[Category:Workers&#039; Party of Redmont presidents]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Category:2026_joins&amp;diff=13699</id>
		<title>Category:2026 joins</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Category:2026_joins&amp;diff=13699"/>
		<updated>2026-09-19T18:25:26Z</updated>

		<summary type="html">&lt;p&gt;RylandW: created category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:2025 people]]&lt;br /&gt;
[[Category:People by join year]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=ElegantAlly&amp;diff=13698</id>
		<title>ElegantAlly</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=ElegantAlly&amp;diff=13698"/>
		<updated>2026-09-19T18:25:01Z</updated>

		<summary type="html">&lt;p&gt;RylandW: categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox&lt;br /&gt;
| name             = ElegantAlly&lt;br /&gt;
| title            = ElegantAlly&lt;br /&gt;
| above            = Ally La Banca&lt;br /&gt;
| image            = https://www.mc-heads.net/body/df1b17c8-798a-4c19-bf76-18549da52abd/100.png&lt;br /&gt;
| header1          = Personal details&lt;br /&gt;
| label2           = Join date&lt;br /&gt;
| data2            = 24 May 2026&lt;br /&gt;
| label3           = Occupation&lt;br /&gt;
| data3            = {{hlist|Politician|Doctor|Accountant|Pharmacist}}&lt;br /&gt;
| label4           = Political party&lt;br /&gt;
| data4            = [[Workers&#039; Party of Redmont]]&lt;br /&gt;
| label5           = Pronouns&lt;br /&gt;
| data5            = She/They&lt;br /&gt;
| label6           = Nationality&lt;br /&gt;
| data6            = {{ISO|US}} &amp;lt;br&amp;gt; {{ISO|CO}}&lt;br /&gt;
| header7          = &lt;br /&gt;
| label8           = &lt;br /&gt;
| data8            = &lt;br /&gt;
| label9           = &lt;br /&gt;
| data9            = &lt;br /&gt;
| label10          = &lt;br /&gt;
| data10           = &lt;br /&gt;
| header11         = Deputy President of the [[Senate]]&lt;br /&gt;
| label12          = In office&lt;br /&gt;
| data12           = 28 July - Present ([[38th Senate|38th]])&lt;br /&gt;
| label13          = Party&lt;br /&gt;
| data13           = [[Workers&#039; Party of Redmont|Workers&#039; Party]]&lt;br /&gt;
| header14         = [[Senator]]&lt;br /&gt;
| label15          = In office&lt;br /&gt;
| data15           = 25 July - Present ([[38th Senate|38th]])&lt;br /&gt;
| label16          = Party&lt;br /&gt;
| data16           = [[Workers&#039; Party of Redmont|Workers&#039; Party]]&lt;br /&gt;
| header17         = &lt;br /&gt;
| label18          = &lt;br /&gt;
| data18           = &lt;br /&gt;
| label19          = &lt;br /&gt;
| data19           = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ElegantAlly&#039;&#039;&#039; (joined 24 May 2026; aka Ally, Ally La Banca) is a [[Redmont|Redmontian]] [[Senator]] who has served as the Deputy president of the Senate as a member of the [[Workers&#039; Party of Redmont]] since 28 July.&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;https://www.democracycraft.net/threads/senate-election-july-2026-special-1.41303/&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://discord.com/channels/673612908868927498/686158870435201035/1531808128100864162&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Outside of government positions, Ally works as a [[Doctor]], [[Pharmacist]] and [[Medical Specialist]] within the [[Department of Health]], as well as an [[accountant]] for various businesses.&amp;lt;ref&amp;gt;/jobs ElegantAlly, - retrieved 7/29/26&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Political career ==&lt;br /&gt;
Ally ran for both the [[House of Representatives]] and the Senate in the July 2026 congressional special election, which was an election to fill all seats in the House and the Senate following the [[July 2026 dissolution of Congress|dissolution of Congress]].&lt;br /&gt;
&lt;br /&gt;
She was elected to the Senate narrowly winning in the top 3 spots, securing her a term of almost four months.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Following her election to the Senate, Ally was elected as Deputy president of the Senate on 28 July 2026 in a 4-2 vote, running against [[Budgiebud]].&lt;br /&gt;
&lt;br /&gt;
== Private career ==&lt;br /&gt;
&lt;br /&gt;
=== Private businesses ===&lt;br /&gt;
Ally is the founder and co-proprietor in Ally-Pharmacy, a pharmaceutical store, together with [[GamerDolphin08]]. &amp;lt;ref&amp;gt;/firm list ElegantAlly, retrieved 7/29/26&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
She has worked in various businesses as an accountant, most notably [[DC Manager]].&lt;br /&gt;
&lt;br /&gt;
=== Public jobs ===&lt;br /&gt;
ElegantAlly became a [[Trainee doctor]] on 25th May, being promoted to a full [[Doctor]] within the [[Department of Health]] on 5 June. She was promoted to being a [[Medical Specialist]] on June 28th. She currently is the fastest ever assigned [[Medical Specialist]], being given the role only a month after joining the [[Department of Health]]. She shares this record with [[RobotAlan]].&lt;br /&gt;
[[File:FR017_&amp;amp;_Reveille_Skyline_2.png|thumb|FR017, the plot Ally resides at, with the [[Reveille]] skyline in the background.]]&lt;br /&gt;
&lt;br /&gt;
== Personal life ==&lt;br /&gt;
Ally primarily resides at fr017, a farmland plot in the [[Willow|Willow District]] owned by [[RaiTheGuy07]].&lt;br /&gt;
&lt;br /&gt;
=== Marriages ===&lt;br /&gt;
Ally is married to multiple people, most notably [[RaiTheGuy07]], who is a politician, former Deputy speaker of the House and [[Secretary of Health]].&amp;lt;ref&amp;gt;[[RaiTheGuy07]]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://raz.tpa.lol/article/e9a0ba28-bd77-496b-9030-cff65be847fe&amp;lt;/ref&amp;gt; Ally is also married to [[Rorroh]], [[unalign]] and [[StrawberrySara]].&lt;br /&gt;
&lt;br /&gt;
== Electoral history ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Electoral History of ElegantAlly&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Election&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |First round&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |Final round&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Result&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
!No.&lt;br /&gt;
!%&lt;br /&gt;
!No.&lt;br /&gt;
!%&lt;br /&gt;
|-&lt;br /&gt;
![[July 2026 congressional special election|July 2026 Senate special]]&lt;br /&gt;
|16/324&lt;br /&gt;
|4.9%&lt;br /&gt;
|47/221&lt;br /&gt;
|21.3%&lt;br /&gt;
|&#039;&#039;&#039;Won&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:2026 joins]]&lt;br /&gt;
[[Category:40th Senate]]&lt;br /&gt;
[[Category:Deputy presidents of the Senate]]&lt;br /&gt;
[[Category:Medical specialists]]&lt;br /&gt;
[[Category:Pharmacists]]&lt;br /&gt;
[[Category:Presidents of the Senate]]&lt;br /&gt;
[[Category:Workers&#039; Party of Redmont congresspeople]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=40th_House_of_Representatives&amp;diff=13697</id>
		<title>40th House of Representatives</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=40th_House_of_Representatives&amp;diff=13697"/>
		<updated>2026-09-19T18:23:10Z</updated>

		<summary type="html">&lt;p&gt;RylandW: created redirect&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[40th Congress#House of Representatives]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=40th_Senate&amp;diff=13696</id>
		<title>40th Senate</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=40th_Senate&amp;diff=13696"/>
		<updated>2026-09-19T18:22:56Z</updated>

		<summary type="html">&lt;p&gt;RylandW: created redirect&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[40th Congress#Senate]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Category:40th_Senate&amp;diff=13695</id>
		<title>Category:40th Senate</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Category:40th_Senate&amp;diff=13695"/>
		<updated>2026-09-19T18:22:43Z</updated>

		<summary type="html">&lt;p&gt;RylandW: created category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SenateCat|40th}}&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Category:38th_Senate&amp;diff=13694</id>
		<title>Category:38th Senate</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Category:38th_Senate&amp;diff=13694"/>
		<updated>2026-09-19T18:22:33Z</updated>

		<summary type="html">&lt;p&gt;RylandW: created category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SenateCat|38th}}&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Template:SenateCat&amp;diff=13693</id>
		<title>Template:SenateCat</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Template:SenateCat&amp;diff=13693"/>
		<updated>2026-09-19T18:22:24Z</updated>

		<summary type="html">&lt;p&gt;RylandW: now goes to current 40th session&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{{CatMain|{{PAGENAME}}}}&lt;br /&gt;
{| class=&amp;quot;infobox&amp;quot; style=&amp;quot;width: 22em; border: 1px solid #ddd; padding: 10px; margin: 20px; float: right; clear: right;&amp;quot;&lt;br /&gt;
|+ &amp;lt;big&amp;gt;[[List of sessions of Congress|Sessions of the Senate]]&amp;lt;/big&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [[:Category:3rd Senate|3rd]]&lt;br /&gt;
| [[:Category:4th Senate|4th]]&lt;br /&gt;
| [[:Category:5th Senate|5th]]&lt;br /&gt;
| [[:Category:6th Senate|6th]]&lt;br /&gt;
| [[:Category:7th Senate|7th]]&lt;br /&gt;
| [[:Category:8th Senate|8th]]&lt;br /&gt;
| [[:Category:9th Senate|9th]]&lt;br /&gt;
| [[:Category:10th Senate|10th]]&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:11th Senate|11th]]&lt;br /&gt;
| [[:Category:12th Senate|12th]]&lt;br /&gt;
| [[:Category:13th Senate|13th]]&lt;br /&gt;
| [[:Category:14th Senate|14th]]&lt;br /&gt;
| [[:Category:15th Senate|15th]]&lt;br /&gt;
| [[:Category:16th Senate|16th]]&lt;br /&gt;
| [[:Category:17th Senate|17th]]&lt;br /&gt;
| [[:Category:18th Senate|18th]]&lt;br /&gt;
| [[:Category:19th Senate|19th]]&lt;br /&gt;
| [[:Category:20th Senate|20th]]&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:21st Senate|21st]]&lt;br /&gt;
| [[:Category:22nd Senate|22nd]]&lt;br /&gt;
| [[:Category:23rd Senate|23rd]]&lt;br /&gt;
| [[:Category:24th Senate|24th]]&lt;br /&gt;
| [[:Category:25th Senate|25th]]&lt;br /&gt;
| [[:Category:26th Senate|26th]]&lt;br /&gt;
| [[:Category:27th Senate|27th]]&lt;br /&gt;
| [[:Category:28th Senate|28th]]&lt;br /&gt;
| [[:Category:29th Senate|29th]]&lt;br /&gt;
| [[:Category:30th Senate|30th]]&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:31st Senate|31st]]&lt;br /&gt;
| [[:Category:32nd Senate|32nd]]&lt;br /&gt;
| [[:Category:33rd Senate|33rd]]&lt;br /&gt;
| [[:Category:34th Senate|34th]]&lt;br /&gt;
| [[:Category:35th Senate|35th]]&lt;br /&gt;
| [[:Category:36th Senate|36th]]&lt;br /&gt;
| [[:Category:37th Senate|37th]]&lt;br /&gt;
| [[:Category:38th Senate|38th]]&lt;br /&gt;
| [[:Category:39th Senate|39th]]&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:40th Senate|40th]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:{{{1}}} Congress|Senate]]&lt;br /&gt;
[[Category:Senate| ]]&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{SenateCat|}}&lt;br /&gt;
Add this navbox to categories for sessions of the [[Senate]]. For example, [[:Category:25th Senate]].&lt;br /&gt;
[[Category:Senate|!Category]]&lt;br /&gt;
[[Category:Navbox templates]]&lt;br /&gt;
[[Category:Sessions of Congress|!Category]]&lt;br /&gt;
[[Category:Category templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Category:39th_House_of_Representatives&amp;diff=13692</id>
		<title>Category:39th House of Representatives</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Category:39th_House_of_Representatives&amp;diff=13692"/>
		<updated>2026-09-19T18:21:43Z</updated>

		<summary type="html">&lt;p&gt;RylandW: created category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HouseCat|39th}}&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Ameslap&amp;diff=13691</id>
		<title>Ameslap</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Ameslap&amp;diff=13691"/>
		<updated>2026-09-19T18:21:34Z</updated>

		<summary type="html">&lt;p&gt;RylandW: categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:ameslap}}&lt;br /&gt;
{{Infobox person&lt;br /&gt;
| username     = ameslap&lt;br /&gt;
| uuid         = 9573b7e582204863a4e9d6a9d36ff773&lt;br /&gt;
| full_name    = Ameslap James&lt;br /&gt;
| join_date    = 8 January 2025&lt;br /&gt;
| occupation   = {{hlist|Judge|politician}}&lt;br /&gt;
| party        = {{hlist|[[New Dawn Party]] &amp;lt;small&amp;gt;(2025–present)&amp;lt;/small&amp;gt;|[[Redmont Reform Party]] &amp;lt;small&amp;gt;(2025)&amp;lt;/small&amp;gt;|Independent &amp;lt;small&amp;gt;(until March 2025)&amp;lt;/small&amp;gt;}}&lt;br /&gt;
| header1 = Member of the [[Senate]]&lt;br /&gt;
| label2 = Sessions | data2 = {{Hlist|[[34th Senate|34th]]|[[35th Senate|35th]]}}&lt;br /&gt;
| header3 = Member of the [[House of Representatives]]&lt;br /&gt;
| label4 = Sessions | data4 = {{Hlist|[[39th Congress|39th]]}}&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Ameslap James&#039;&#039;&#039; (joined 8 January 2025; username &#039;&#039;&#039;ameslap&#039;&#039;&#039;) is a Redmontian judge and politician. In December 2025, he [[December 2025 Oakridge mayoral election|was elected]] deputy mayor of Oakridge as the running mate of [[Sofia2750]] (IND), and in January was elected to the [[35th Senate]].&lt;br /&gt;
&lt;br /&gt;
On 17 January 2026, he was declared acting [[Mayor of Oakridge]] due to Mayor [[Sofia2750]]&#039;s leave of absence &amp;quot;until further notice&amp;quot;.&amp;lt;ref&amp;gt;Discord message, Oakridge, #announcements, sent 17 January 2026&lt;br /&gt;
[[File:Sofia makes ameslap acting mayor of oakridge.png|thumb]]&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
== Electoral history ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Electoral history of Ameslap James&lt;br /&gt;
!Election&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |First round&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |Final round&lt;br /&gt;
!Result&lt;br /&gt;
|-&lt;br /&gt;
|[[35th Congress#January Senate general|January 2026 Senate general]]&lt;br /&gt;
|17/102&lt;br /&gt;
|16.67%&lt;br /&gt;
|18.40/102&lt;br /&gt;
|18.04&lt;br /&gt;
|Won&lt;br /&gt;
|-&lt;br /&gt;
|[[34th Congress#December Senate special|December 2025 Senate special]]&lt;br /&gt;
|11/51&lt;br /&gt;
|21.57%&lt;br /&gt;
|19/51&lt;br /&gt;
|37.25&lt;br /&gt;
|Won&lt;br /&gt;
|-&lt;br /&gt;
|[[December 2025 Oakridge mayoral election|December 2025 Oakridge mayoral general]] &amp;lt;small&amp;gt;(as deputy)&amp;lt;/small&amp;gt;&lt;br /&gt;
|14/27&lt;br /&gt;
|51.85&lt;br /&gt;
|14/27&lt;br /&gt;
|51.85&lt;br /&gt;
|Won&lt;br /&gt;
|-&lt;br /&gt;
|[[34th Congress#December House special|December 2025 House special]]&lt;br /&gt;
|10/56&lt;br /&gt;
|17.86&lt;br /&gt;
|10/56&lt;br /&gt;
|17.86&lt;br /&gt;
|Lost&lt;br /&gt;
|-&lt;br /&gt;
|[[31st Congress#House general|May 2025 House general]]&lt;br /&gt;
|3/114&lt;br /&gt;
|2.63&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Lost&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:2025 joins]]&lt;br /&gt;
[[Category:2026 people]]&lt;br /&gt;
[[Category:34th Senate]]&lt;br /&gt;
[[Category:35th Senate]]&lt;br /&gt;
[[Category:39th House of Representatives]]&lt;br /&gt;
[[Category:Former Redmont Reform Party members]]&lt;br /&gt;
[[Category:Judges]]&lt;br /&gt;
[[Category:New Dawn Party congresspeople]]&lt;br /&gt;
[[Category:Redmontians for Redmont congresspeople]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Category:Redmontians_for_Redmont_congresspeople&amp;diff=13690</id>
		<title>Category:Redmontians for Redmont congresspeople</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Category:Redmontians_for_Redmont_congresspeople&amp;diff=13690"/>
		<updated>2026-09-19T18:21:02Z</updated>

		<summary type="html">&lt;p&gt;RylandW: created category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CatExplain|persons who served in the [[Congress]] as members of [[Redmontians for Redmont]].}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Congresspeople by party]]&lt;br /&gt;
[[Category:Redmontians for Redmont members|congresspeople]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Category:Redmontians_for_Redmont_members&amp;diff=13689</id>
		<title>Category:Redmontians for Redmont members</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Category:Redmontians_for_Redmont_members&amp;diff=13689"/>
		<updated>2026-09-19T18:20:07Z</updated>

		<summary type="html">&lt;p&gt;RylandW: created category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CatExplain|persons who have been members of [[Redmontians for Redmont]] at any time.}}&lt;br /&gt;
&lt;br /&gt;
[[Category:People by political affiliation]]&lt;br /&gt;
[[Category:Redmontians for Redmont|members]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Dartanman&amp;diff=13688</id>
		<title>Dartanman</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Dartanman&amp;diff=13688"/>
		<updated>2026-09-19T18:19:20Z</updated>

		<summary type="html">&lt;p&gt;RylandW: categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox person&lt;br /&gt;
| username    = Dartanman&lt;br /&gt;
| uuid        = 73eee2f0-4717-4a6a-89fd-b5f7430051b1&lt;br /&gt;
| join_date   = 12 May 2022&lt;br /&gt;
| occupation  = {{hlist|Jurist|politician}}&lt;br /&gt;
| nationality = {{ISO|US}}&lt;br /&gt;
| party=[[Redmontians for Redmont]]&lt;br /&gt;
| header10         = Member of the [[Senate]]&lt;br /&gt;
| label11          = Sessions&lt;br /&gt;
| data11           = {{Hlist|[[24th Congress|24th]]|[[39th Congress|39th]]}}&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Dartanboy&#039;&#039;&#039; (joined 12 May 2022), whose former &#039;&#039;Minecraft&#039;&#039; account was &#039;&#039;&#039;Dartanman&#039;&#039;&#039; and is known as &#039;&#039;&#039;Dart&#039;&#039;&#039; for short, is a Redmontian jurist and politician. He was confirmed as a [[Federal Court judge]] on 4 July 2026; from 11 June to 12 July 2024 he served as the [[chief justice of the Supreme Court]] under President [[GoldBlooded]]. Before that, from March to May 2024, he served as the [[president of the Senate|president]] of the [[24th Senate]].&lt;br /&gt;
&lt;br /&gt;
Dartanman has had a lengthy career in law. From February to June 2023, he served as the [[secretary of legal affairs]] under President [[Twixted]]. He has also achieved success as a journalist, operating the &#039;&#039;Redmont News Network&#039;&#039; (&#039;&#039;RNN&#039;&#039;) newspaper and the satirical &#039;&#039;The Radish&#039;&#039;. A businessman, Dartanman is the CEO of the Helix Corporation, which owns and operates Helix Law Group and Luxor, LLC.&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/673612908868927498/1522614179452813315/1522666727236964353|messager=dartifyy|channel=oversight|server=DemocracyCraft|date=3 July 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Career ==&lt;br /&gt;
&lt;br /&gt;
=== 2023 ===&lt;br /&gt;
On 20 March 2023 he was appointed as the first Director of the [[Public Defenders Program]].&amp;lt;ref&amp;gt;[https://discord.com/channels/673612908868927498/686158870435201035/1087259492527382568 Court update] by [[Nacholebraa]] in #government-announcements on 20 March 2023.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 2026 ===&lt;br /&gt;
Dartanman opposed the [[June 2026 general strike]] and used the &#039;&#039;RNN&#039;&#039; to advocate against it.&amp;lt;ref&amp;gt;{{Cite news|url=https://discord.com/channels/673612908868927498/754622580777812130/1513282962924245115|title=Why I Am Not Striking|author=[[Dartanboy]]|newspaper=Redmont News Network|publication_date=7 June 2026}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite news|url=https://discord.com/channels/673612908868927498/754622580777812130/1513306080954941510|title=Stop Striking|newspaper=Redmont News Network|publication_date=7 June 2026}}&amp;lt;/ref&amp;gt; On 18 June, he launched his own &amp;quot;Build Back Better&amp;quot;&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/673612908868927498/1432327070217797694/1516961445135515658|messager=dartifyy|channel=campaign|server=DemocracyCraft|date=18 June 2026}}&amp;lt;/ref&amp;gt; campaign in [[37th Congress#June House special 4|a special House election]] as the [[Progressive Conservative Party|Progressive Conservative]] candidate; he received four of 176 valid votes, tying for 10th place.&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/house-of-representatives-elections-june-2026-special-4.39615|title=House of Representatives Elections - JUNE 2026 (Special #4)|author=[[Department of State|Dept. State]]|publication_date=23 June 2026|access_date=5 July 2026}}&amp;lt;/ref&amp;gt; Later in the month, he criticised the [[37th Congress]]: &amp;quot;Reactionary lawmaking just leads to bad laws. . . . usually it results in weird statutes that were really meant to target someone.&amp;quot;&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/673612908868927498/1432326985501118504/1519153280213717113|messager=dartifyy|channel=legal|server=DemocracyCraft|date=23 June 2026}}&amp;lt;/ref&amp;gt; Also in June he encouraged [[Ameslap]] to express interest in becoming a public defender.&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/673612908868927498/1432326985501118504/1519328118328791131|messager=dartifyy|channel=legal|server=DemocracyCraft|date=24 June 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On 20 July he founded the [[Redmontians for Redmont]] party for &amp;quot;the prosperity, preservation, and protection of our Commonwealth&amp;quot;.&amp;lt;ref&amp;gt;{{Cite forum|title=Redmontians for Redmont|url=https://www.democracycraft.net/threads/redmontians-for-redmont.41259/#post-161850|id=161850|author=[[Dartanboy]]|date=20 July 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Department of Legal Affairs}}&lt;br /&gt;
[[Category:2022 joins]]&lt;br /&gt;
[[Category:2023 people]]&lt;br /&gt;
[[Category:2024 people]]&lt;br /&gt;
[[Category:2025 people]]&lt;br /&gt;
[[Category:2026 people]]&lt;br /&gt;
[[Category:24th Senate]]&lt;br /&gt;
[[Category:39th Senate]]&lt;br /&gt;
[[Category:Chief justices]]&lt;br /&gt;
[[Category:Federal Court judges]]&lt;br /&gt;
[[Category:Political party founders]]&lt;br /&gt;
[[Category:Presidents of the Senate]]&lt;br /&gt;
[[Category:Secretaries of legal affairs]]&lt;br /&gt;
[[Category:Redmontians for Redmont congresspeople]]&lt;br /&gt;
[[Category:Twixted administration]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Template:SenateCat&amp;diff=13687</id>
		<title>Template:SenateCat</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Template:SenateCat&amp;diff=13687"/>
		<updated>2026-09-19T18:19:03Z</updated>

		<summary type="html">&lt;p&gt;RylandW: CatMain&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{{CatMain|{{PAGENAME}}}}&lt;br /&gt;
{| class=&amp;quot;infobox&amp;quot; style=&amp;quot;width: 22em; border: 1px solid #ddd; padding: 10px; margin: 20px; float: right; clear: right;&amp;quot;&lt;br /&gt;
|+ &amp;lt;big&amp;gt;[[List of sessions of Congress|Sessions of the Senate]]&amp;lt;/big&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [[:Category:3rd Senate|3rd]]&lt;br /&gt;
| [[:Category:4th Senate|4th]]&lt;br /&gt;
| [[:Category:5th Senate|5th]]&lt;br /&gt;
| [[:Category:6th Senate|6th]]&lt;br /&gt;
| [[:Category:7th Senate|7th]]&lt;br /&gt;
| [[:Category:8th Senate|8th]]&lt;br /&gt;
| [[:Category:9th Senate|9th]]&lt;br /&gt;
| [[:Category:10th Senate|10th]]&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:11th Senate|11th]]&lt;br /&gt;
| [[:Category:12th Senate|12th]]&lt;br /&gt;
| [[:Category:13th Senate|13th]]&lt;br /&gt;
| [[:Category:14th Senate|14th]]&lt;br /&gt;
| [[:Category:15th Senate|15th]]&lt;br /&gt;
| [[:Category:16th Senate|16th]]&lt;br /&gt;
| [[:Category:17th Senate|17th]]&lt;br /&gt;
| [[:Category:18th Senate|18th]]&lt;br /&gt;
| [[:Category:19th Senate|19th]]&lt;br /&gt;
| [[:Category:20th Senate|20th]]&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:21st Senate|21st]]&lt;br /&gt;
| [[:Category:22nd Senate|22nd]]&lt;br /&gt;
| [[:Category:23rd Senate|23rd]]&lt;br /&gt;
| [[:Category:24th Senate|24th]]&lt;br /&gt;
| [[:Category:25th Senate|25th]]&lt;br /&gt;
| [[:Category:26th Senate|26th]]&lt;br /&gt;
| [[:Category:27th Senate|27th]]&lt;br /&gt;
| [[:Category:28th Senate|28th]]&lt;br /&gt;
| [[:Category:29th Senate|29th]]&lt;br /&gt;
| [[:Category:30th Senate|30th]]&lt;br /&gt;
|-&lt;br /&gt;
| [[:Category:31st Senate|31st]]&lt;br /&gt;
| [[:Category:32nd Senate|32nd]]&lt;br /&gt;
| [[:Category:33rd Senate|33rd]]&lt;br /&gt;
| [[:Category:34th Senate|34th]]&lt;br /&gt;
| [[:Category:35th Senate|35th]]&lt;br /&gt;
| [[:Category:36th Senate|36th]]&lt;br /&gt;
| [[:Category:37th Senate|37th]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:{{{1}}} Congress|Senate]]&lt;br /&gt;
[[Category:Senate| ]]&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{SenateCat|}}&lt;br /&gt;
Add this navbox to categories for sessions of the [[Senate]]. For example, [[:Category:25th Senate]].&lt;br /&gt;
[[Category:Senate|!Category]]&lt;br /&gt;
[[Category:Navbox templates]]&lt;br /&gt;
[[Category:Sessions of Congress|!Category]]&lt;br /&gt;
[[Category:Category templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Category:39th_Senate&amp;diff=13686</id>
		<title>Category:39th Senate</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Category:39th_Senate&amp;diff=13686"/>
		<updated>2026-09-19T18:18:27Z</updated>

		<summary type="html">&lt;p&gt;RylandW: created category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SenateCat|39th}}&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Dartanman&amp;diff=13685</id>
		<title>Dartanman</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Dartanman&amp;diff=13685"/>
		<updated>2026-09-19T18:17:28Z</updated>

		<summary type="html">&lt;p&gt;RylandW: categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox person&lt;br /&gt;
| username    = Dartanman&lt;br /&gt;
| uuid        = 73eee2f0-4717-4a6a-89fd-b5f7430051b1&lt;br /&gt;
| join_date   = 12 May 2022&lt;br /&gt;
| occupation  = {{hlist|Jurist|politician}}&lt;br /&gt;
| nationality = {{ISO|US}}&lt;br /&gt;
| party=[[Redmontians for Redmont]]&lt;br /&gt;
| header10         = Member of the [[Senate]]&lt;br /&gt;
| label11          = Sessions&lt;br /&gt;
| data11           = {{Hlist|[[24th Congress|24th]]|[[39th Congress|39th]]}}&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Dartanboy&#039;&#039;&#039; (joined 12 May 2022), whose former &#039;&#039;Minecraft&#039;&#039; account was &#039;&#039;&#039;Dartanman&#039;&#039;&#039; and is known as &#039;&#039;&#039;Dart&#039;&#039;&#039; for short, is a Redmontian jurist and politician. He was confirmed as a [[Federal Court judge]] on 4 July 2026; from 11 June to 12 July 2024 he served as the [[chief justice of the Supreme Court]] under President [[GoldBlooded]]. Before that, from March to May 2024, he served as the [[president of the Senate|president]] of the [[24th Senate]].&lt;br /&gt;
&lt;br /&gt;
Dartanman has had a lengthy career in law. From February to June 2023, he served as the [[secretary of legal affairs]] under President [[Twixted]]. He has also achieved success as a journalist, operating the &#039;&#039;Redmont News Network&#039;&#039; (&#039;&#039;RNN&#039;&#039;) newspaper and the satirical &#039;&#039;The Radish&#039;&#039;. A businessman, Dartanman is the CEO of the Helix Corporation, which owns and operates Helix Law Group and Luxor, LLC.&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/673612908868927498/1522614179452813315/1522666727236964353|messager=dartifyy|channel=oversight|server=DemocracyCraft|date=3 July 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Career ==&lt;br /&gt;
&lt;br /&gt;
=== 2023 ===&lt;br /&gt;
On 20 March 2023 he was appointed as the first Director of the [[Public Defenders Program]].&amp;lt;ref&amp;gt;[https://discord.com/channels/673612908868927498/686158870435201035/1087259492527382568 Court update] by [[Nacholebraa]] in #government-announcements on 20 March 2023.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 2026 ===&lt;br /&gt;
Dartanman opposed the [[June 2026 general strike]] and used the &#039;&#039;RNN&#039;&#039; to advocate against it.&amp;lt;ref&amp;gt;{{Cite news|url=https://discord.com/channels/673612908868927498/754622580777812130/1513282962924245115|title=Why I Am Not Striking|author=[[Dartanboy]]|newspaper=Redmont News Network|publication_date=7 June 2026}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite news|url=https://discord.com/channels/673612908868927498/754622580777812130/1513306080954941510|title=Stop Striking|newspaper=Redmont News Network|publication_date=7 June 2026}}&amp;lt;/ref&amp;gt; On 18 June, he launched his own &amp;quot;Build Back Better&amp;quot;&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/673612908868927498/1432327070217797694/1516961445135515658|messager=dartifyy|channel=campaign|server=DemocracyCraft|date=18 June 2026}}&amp;lt;/ref&amp;gt; campaign in [[37th Congress#June House special 4|a special House election]] as the [[Progressive Conservative Party|Progressive Conservative]] candidate; he received four of 176 valid votes, tying for 10th place.&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/house-of-representatives-elections-june-2026-special-4.39615|title=House of Representatives Elections - JUNE 2026 (Special #4)|author=[[Department of State|Dept. State]]|publication_date=23 June 2026|access_date=5 July 2026}}&amp;lt;/ref&amp;gt; Later in the month, he criticised the [[37th Congress]]: &amp;quot;Reactionary lawmaking just leads to bad laws. . . . usually it results in weird statutes that were really meant to target someone.&amp;quot;&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/673612908868927498/1432326985501118504/1519153280213717113|messager=dartifyy|channel=legal|server=DemocracyCraft|date=23 June 2026}}&amp;lt;/ref&amp;gt; Also in June he encouraged [[Ameslap]] to express interest in becoming a public defender.&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/673612908868927498/1432326985501118504/1519328118328791131|messager=dartifyy|channel=legal|server=DemocracyCraft|date=24 June 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On 20 July he founded the [[Redmontians for Redmont]] party for &amp;quot;the prosperity, preservation, and protection of our Commonwealth&amp;quot;.&amp;lt;ref&amp;gt;{{Cite forum|title=Redmontians for Redmont|url=https://www.democracycraft.net/threads/redmontians-for-redmont.41259/#post-161850|id=161850|author=[[Dartanboy]]|date=20 July 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Department of Legal Affairs}}&lt;br /&gt;
[[Category:2022 joins]]&lt;br /&gt;
[[Category:2023 people]]&lt;br /&gt;
[[Category:2024 people]]&lt;br /&gt;
[[Category:2025 people]]&lt;br /&gt;
[[Category:2026 people]]&lt;br /&gt;
[[Category:24th Senate]]&lt;br /&gt;
[[Category:39th Senate]]&lt;br /&gt;
[[Category:Chief justices]]&lt;br /&gt;
[[Category:Federal Court judges]]&lt;br /&gt;
[[Category:Political party founders]]&lt;br /&gt;
[[Category:Presidents of the Senate]]&lt;br /&gt;
[[Category:Secretaries of legal affairs]]&lt;br /&gt;
[[Category:Redmontians for Redmont members]]&lt;br /&gt;
[[Category:Twixted administration]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Redmontians_for_Redmont&amp;diff=13684</id>
		<title>Redmontians for Redmont</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Redmontians_for_Redmont&amp;diff=13684"/>
		<updated>2026-09-19T18:16:50Z</updated>

		<summary type="html">&lt;p&gt;RylandW: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{as of|September 2026}}&lt;br /&gt;
{{Infobox political party&lt;br /&gt;
| name               = Redmontians for Redmont&lt;br /&gt;
| abbr               = RfR&lt;br /&gt;
| logo               = yes&lt;br /&gt;
| leader_title       = Party Leader&lt;br /&gt;
| leader             = [[Dartanboy]]&lt;br /&gt;
| seats_house        = {{composition bar|0|11|hex=#e57200}}&lt;br /&gt;
| seats_senate       = {{composition bar|0|6|hex=#e57200}}&lt;br /&gt;
| founded            = 2026&lt;br /&gt;
| founder            = [[Dartanboy]]|registered=20 July 2026&lt;br /&gt;
| registrar          = [[Dartanboy]]|registration_link=redmontians-for-redmont.41259&lt;br /&gt;
| discord            = eymcBefJ6p&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Redmontians for Redmont&#039;&#039;&#039; (&#039;&#039;&#039;RfR&#039;&#039;&#039;) is a [[political party]] in [[Redmont]] founded by [[Dartanboy]], who serves as its current party leader.&amp;lt;ref&amp;gt;{{Cite forum |title=Redmontians for Redmont |url=https://www.democracycraft.net/threads/redmontians-for-redmont.41259/#post-161850 |id=161850 |author=[[Dartanboy]] |date=20 July 2026}}&amp;lt;/ref&amp;gt; It was registered on 20 July 2026.&amp;lt;ref&amp;gt;{{Cite forum |thread=Redmontians for Redmont |url=https://www.democracycraft.net/threads/redmontians-for-redmont.41259/#post-161850 |title=Accepted |id=161850 |author=[[Department of State|Dept. State]] |date=20 July 2026}}&amp;lt;/ref&amp;gt; The party&#039;s four core values are individual freedom, limited government, fiscal responsibility and transparent accountability.&amp;lt;ref&amp;gt;{{Cite web |url=https://docs.google.com/document/d/1KfVjA-x5btDMuRmNENZYjFjfbbC58reqgKYdaKTqbLw/ |title=Charter of the Redmontians for Redmont |publisher=Redmontians for Redmont |publication_date=20 July 2026 |access_date=5 August 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Party founder and leader Dartanboy was elected to the [[39th Senate]] in the July 2026 special elections, with [[ameslap]] and [[Kaizered]] sent to the [[39th House of Representatives|House]].&amp;lt;ref&amp;gt;{{Cite forum |url=https://www.democracycraft.net/threads/senate-election-july-2026-special-1.41303/#post-162787 |id=162787 |thread=Senate Election - JULY 2026 (Special #1) |title=Official poll results |author=[[Department of State|Dept. State]] |date=25 July 2026 |access_date=5 August 2026}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite forum |url=https://www.democracycraft.net/threads/house-of-representatives-elections-july-2026-special-1.41302/#post-162788 |id=162788 |thread=House of Representatives Elections - JULY 2026 (Special #1) |title=Official poll results |author=[[Department of State|Dept. State]] |date=25 July 2026 |access_date=5 August 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
No RfR candidates were elected to the [[40th Congress]].&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/house-of-representatives-election-september-2026.43606/|title=House of Representatives Election - September 2026|author=Dept. State|publication_date=1 September 2026|access_date=13 September 2026}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:1&amp;quot;&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/senate-election-september-2026.43607/|title=Senate Election - September 2026|author=Dept. State|publication_date=1 September 2026|access_date=13 September 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Political parties}}&lt;br /&gt;
[[Category:Redmontians for Redmont| ]]&lt;br /&gt;
[[Category:Political parties established in 2026]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Template:Political_party_category&amp;diff=13683</id>
		<title>Template:Political party category</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Template:Political_party_category&amp;diff=13683"/>
		<updated>2026-09-19T18:15:54Z</updated>

		<summary type="html">&lt;p&gt;RylandW: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{CatMain|{{PAGENAME}}}}&lt;br /&gt;
[[File:{{PAGENAME}}.png|frameless|right|250px]]&lt;br /&gt;
{{#if: {{{sidebar|}}}|{{{{PAGENAME}} sidebar}}}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Political party categories]]&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;This template is used for categories dedicated to individual [[political parties]]. See [[:Category:Redmontians for Redmont]] for an example.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
=== Blank ===&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{political party category}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Filled ===&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{political party category|sidebar=}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Template:Political_party_category&amp;diff=13682</id>
		<title>Template:Political party category</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Template:Political_party_category&amp;diff=13682"/>
		<updated>2026-09-19T18:15:39Z</updated>

		<summary type="html">&lt;p&gt;RylandW: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{CatMain|{{PAGENAME}}}}&lt;br /&gt;
[[File:{{PAGENAME}}.png|frame|right|250px]]&lt;br /&gt;
{{#if: {{{sidebar|}}}|{{{{PAGENAME}} sidebar}}}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Political party categories]]&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;This template is used for categories dedicated to individual [[political parties]]. See [[:Category:Redmontians for Redmont]] for an example.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
=== Blank ===&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{political party category}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Filled ===&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{political party category|sidebar=}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Template:Political_party_category&amp;diff=13681</id>
		<title>Template:Political party category</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Template:Political_party_category&amp;diff=13681"/>
		<updated>2026-09-19T18:14:30Z</updated>

		<summary type="html">&lt;p&gt;RylandW: image&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{CatMain|{{PAGENAME}}}}&lt;br /&gt;
[[File:{{PAGENAME}}.png|frame|right|250px]]&lt;br /&gt;
{{#if: {{{sidebar|}}}|{{PAGENAME}} sidebar}}}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Political party categories]]&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;This template is used for categories dedicated to individual [[political parties]]. See [[:Category:Redmontians for Redmont]] for an example.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
=== Blank ===&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{political party category}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Filled ===&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{political party category|sidebar=}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Template:Political_party_category&amp;diff=13680</id>
		<title>Template:Political party category</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Template:Political_party_category&amp;diff=13680"/>
		<updated>2026-09-19T18:14:19Z</updated>

		<summary type="html">&lt;p&gt;RylandW: documentation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{CatMain|{{PAGENAME}}}}&lt;br /&gt;
[[File:{{PAGENAME}}.png|frame|250px]]&lt;br /&gt;
{{#if: {{{sidebar|}}}|{{PAGENAME}} sidebar}}}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Political party categories]]&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;This template is used for categories dedicated to individual [[political parties]]. See [[:Category:Redmontians for Redmont]] for an example.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
=== Blank ===&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{political party category}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Filled ===&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{political party category|sidebar=}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Category:Redmontians_for_Redmont&amp;diff=13679</id>
		<title>Category:Redmontians for Redmont</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Category:Redmontians_for_Redmont&amp;diff=13679"/>
		<updated>2026-09-19T18:12:13Z</updated>

		<summary type="html">&lt;p&gt;RylandW: created category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{political party category}}&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Template:Political_party_category&amp;diff=13678</id>
		<title>Template:Political party category</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Template:Political_party_category&amp;diff=13678"/>
		<updated>2026-09-19T18:11:39Z</updated>

		<summary type="html">&lt;p&gt;RylandW: created category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{CatMain|{{PAGENAME}}}}&lt;br /&gt;
[[File:{{PAGENAME}}.png|thumb|250px]]&lt;br /&gt;
{{#if: {{{sidebar}}}|{{PAGENAME}} sidebar}}}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Political party categories]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Redmontians_for_Redmont&amp;diff=13677</id>
		<title>Redmontians for Redmont</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Redmontians_for_Redmont&amp;diff=13677"/>
		<updated>2026-09-19T18:08:23Z</updated>

		<summary type="html">&lt;p&gt;RylandW: categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{as of|September 2026}}&lt;br /&gt;
{{Infobox political party&lt;br /&gt;
| name               = Redmontians for Redmont&lt;br /&gt;
| abbr               = RfR&lt;br /&gt;
| logo               = yes&lt;br /&gt;
| leader_title       = Party Leader&lt;br /&gt;
| leader             = [[Dartanboy]]&lt;br /&gt;
| seats_house        = {{composition bar|0|11|hex=#e57200}}&lt;br /&gt;
| seats_senate       = {{composition bar|0|6|hex=#e57200}}&lt;br /&gt;
| founded            = 2026&lt;br /&gt;
| founder            = [[Dartanboy]]|registered=20 July 2026&lt;br /&gt;
| registrar          = [[Dartanboy]]|registration_link=redmontians-for-redmont.41259&lt;br /&gt;
| discord            = eymcBefJ6p&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Redmontians for Redmont&#039;&#039;&#039; (&#039;&#039;&#039;RfR&#039;&#039;&#039;) is a [[political party]] in [[Redmont]] founded by [[Dartanboy]], who serves as its current party leader.&amp;lt;ref&amp;gt;{{Cite forum |title=Redmontians for Redmont |url=https://www.democracycraft.net/threads/redmontians-for-redmont.41259/#post-161850 |id=161850 |author=[[Dartanboy]] |date=20 July 2026}}&amp;lt;/ref&amp;gt; It was registered on 20 July 2026.&amp;lt;ref&amp;gt;{{Cite forum |thread=Redmontians for Redmont |url=https://www.democracycraft.net/threads/redmontians-for-redmont.41259/#post-161850 |title=Accepted |id=161850 |author=[[Department of State|Dept. State]] |date=20 July 2026}}&amp;lt;/ref&amp;gt; The party&#039;s four core values are individual freedom, limited government, fiscal responsibility and transparent accountability.&amp;lt;ref&amp;gt;{{Cite web |url=https://docs.google.com/document/d/1KfVjA-x5btDMuRmNENZYjFjfbbC58reqgKYdaKTqbLw/ |title=Charter of the Redmontians for Redmont |publisher=Redmontians for Redmont |publication_date=20 July 2026 |access_date=5 August 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Party founder and leader Dartanboy was elected to the [[39th Senate]] in the July 2026 special elections, with [[ameslap]] and [[Kaizered]] sent to the [[39th House of Representatives|House]].&amp;lt;ref&amp;gt;{{Cite forum |url=https://www.democracycraft.net/threads/senate-election-july-2026-special-1.41303/#post-162787 |id=162787 |thread=Senate Election - JULY 2026 (Special #1) |title=Official poll results |author=[[Department of State|Dept. State]] |date=25 July 2026 |access_date=5 August 2026}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite forum |url=https://www.democracycraft.net/threads/house-of-representatives-elections-july-2026-special-1.41302/#post-162788 |id=162788 |thread=House of Representatives Elections - JULY 2026 (Special #1) |title=Official poll results |author=[[Department of State|Dept. State]] |date=25 July 2026 |access_date=5 August 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
No RfR candidates were elected to the [[40th Congress]].&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/house-of-representatives-election-september-2026.43606/|title=House of Representatives Election - September 2026|author=Dept. State|publication_date=1 September 2026|access_date=13 September 2026}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:1&amp;quot;&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/senate-election-september-2026.43607/|title=Senate Election - September 2026|author=Dept. State|publication_date=1 September 2026|access_date=13 September 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Political parties}}&lt;br /&gt;
[[Category:Redmontians for Redmont]]&lt;br /&gt;
[[Category:Political parties established in 2026]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Redmontians_for_Redmont&amp;diff=13676</id>
		<title>Redmontians for Redmont</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Redmontians_for_Redmont&amp;diff=13676"/>
		<updated>2026-09-19T18:07:46Z</updated>

		<summary type="html">&lt;p&gt;RylandW: updates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{as of|September 2026}}&lt;br /&gt;
{{Infobox political party&lt;br /&gt;
| name               = Redmontians for Redmont&lt;br /&gt;
| abbr               = RfR&lt;br /&gt;
| logo               = yes&lt;br /&gt;
| leader_title       = Party Leader&lt;br /&gt;
| leader             = [[Dartanboy]]&lt;br /&gt;
| seats_house        = {{composition bar|0|11|hex=#e57200}}&lt;br /&gt;
| seats_senate       = {{composition bar|0|6|hex=#e57200}}&lt;br /&gt;
| founded            = 2026&lt;br /&gt;
| founder            = [[Dartanboy]]|registered=20 July 2026&lt;br /&gt;
| registrar          = [[Dartanboy]]|registration_link=redmontians-for-redmont.41259&lt;br /&gt;
| discord            = eymcBefJ6p&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Redmontians for Redmont&#039;&#039;&#039; (&#039;&#039;&#039;RfR&#039;&#039;&#039;) is a [[political party]] in [[Redmont]] founded by [[Dartanboy]], who serves as its current party leader.&amp;lt;ref&amp;gt;{{Cite forum |title=Redmontians for Redmont |url=https://www.democracycraft.net/threads/redmontians-for-redmont.41259/#post-161850 |id=161850 |author=[[Dartanboy]] |date=20 July 2026}}&amp;lt;/ref&amp;gt; It was registered on 20 July 2026.&amp;lt;ref&amp;gt;{{Cite forum |thread=Redmontians for Redmont |url=https://www.democracycraft.net/threads/redmontians-for-redmont.41259/#post-161850 |title=Accepted |id=161850 |author=[[Department of State|Dept. State]] |date=20 July 2026}}&amp;lt;/ref&amp;gt; The party&#039;s four core values are individual freedom, limited government, fiscal responsibility and transparent accountability.&amp;lt;ref&amp;gt;{{Cite web |url=https://docs.google.com/document/d/1KfVjA-x5btDMuRmNENZYjFjfbbC58reqgKYdaKTqbLw/ |title=Charter of the Redmontians for Redmont |publisher=Redmontians for Redmont |publication_date=20 July 2026 |access_date=5 August 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Party founder and leader Dartanboy was elected to the [[39th Senate]] in the July 2026 special elections, with [[ameslap]] and [[Kaizered]] sent to the [[39th House of Representatives|House]].&amp;lt;ref&amp;gt;{{Cite forum |url=https://www.democracycraft.net/threads/senate-election-july-2026-special-1.41303/#post-162787 |id=162787 |thread=Senate Election - JULY 2026 (Special #1) |title=Official poll results |author=[[Department of State|Dept. State]] |date=25 July 2026 |access_date=5 August 2026}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Cite forum |url=https://www.democracycraft.net/threads/house-of-representatives-elections-july-2026-special-1.41302/#post-162788 |id=162788 |thread=House of Representatives Elections - JULY 2026 (Special #1) |title=Official poll results |author=[[Department of State|Dept. State]] |date=25 July 2026 |access_date=5 August 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
No RfR candidates were elected to the [[40th Congress]].&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/house-of-representatives-election-september-2026.43606/|title=House of Representatives Election - September 2026|author=Dept. State|publication_date=1 September 2026|access_date=13 September 2026}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:1&amp;quot;&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/senate-election-september-2026.43607/|title=Senate Election - September 2026|author=Dept. State|publication_date=1 September 2026|access_date=13 September 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Political parties}}&lt;br /&gt;
&lt;br /&gt;
[[Category:2026 establishments]]&lt;br /&gt;
[[Category:Political parties]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=File:RedmontiansForRedmontLogo.png&amp;diff=13675</id>
		<title>File:RedmontiansForRedmontLogo.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=File:RedmontiansForRedmontLogo.png&amp;diff=13675"/>
		<updated>2026-09-19T18:06:25Z</updated>

		<summary type="html">&lt;p&gt;RylandW: RylandW moved page File:RedmontiansForRedmontLogo.png to File:Redmontians for Redmont.png: infobox nomenclature&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[File:Redmontians for Redmont.png]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=File:Redmontians_for_Redmont.png&amp;diff=13674</id>
		<title>File:Redmontians for Redmont.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=File:Redmontians_for_Redmont.png&amp;diff=13674"/>
		<updated>2026-09-19T18:06:25Z</updated>

		<summary type="html">&lt;p&gt;RylandW: RylandW moved page File:RedmontiansForRedmontLogo.png to File:Redmontians for Redmont.png: infobox nomenclature&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=1950minecrafter_February_2021_presidential_campaign&amp;diff=13673</id>
		<title>1950minecrafter February 2021 presidential campaign</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=1950minecrafter_February_2021_presidential_campaign&amp;diff=13673"/>
		<updated>2026-09-19T17:57:30Z</updated>

		<summary type="html">&lt;p&gt;RylandW: {{as of}}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{as of|September 2026}}&lt;br /&gt;
{{Infobox presidential campaign&lt;br /&gt;
| president      = 1950minecrafter&lt;br /&gt;
| election       = February 2021&lt;br /&gt;
| image          = 1950minecrafter February 2021 presidential campaign.png&lt;br /&gt;
| vice_president = pugbandit&lt;br /&gt;
| party          = [[Socialist Party of the People]]&lt;br /&gt;
| announced      = 25 January 2021&lt;br /&gt;
| votes          = 64&lt;br /&gt;
| percentage     = 32.8&lt;br /&gt;
| result         = Loss&lt;br /&gt;
| discord        = jtrxMPsCA&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;[[1950minecrafter]]&#039;s campaign in the [[February 2021 presidential election]]&#039;&#039;&#039; was launched on 25 January 2021. As the [[Socialist Party of the People]]&#039;s nominee, 1950minecrafter selected [[pugbandit]], a [[Liberal Reform Party]] (LRP) member, to be his running mate. pugbandit was [[partypig678]]&#039;s running mate in his own campaign, the LRP ticket, until the campaign was suspended on 24 January.&lt;br /&gt;
&lt;br /&gt;
In a three-way race, 1950minecrafter received 64 of the 195 votes (32.8%). A runoff was called between [[Krix February 2021 presidential campaign|Krix]] and 1950minecrafter. In the runoff, 1950minecrafter received 92 of 204 votes (45.1%), ultimately losing the race. He conceded and congratulated the two on their victory.&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/803312127615828038/803383950474870835/809247831151607869|messager=[[1950minecrafter]]|channel=announcements|server=1950/Pug Candidacy|date=11 February 2021}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== 1950minecrafter ===&lt;br /&gt;
1950minecrafter was the first non-staff person to join DemocracyCraft.&amp;lt;ref&amp;gt;{{Cite wiki|page=New Beginnings|date=16 June 2026}}&amp;lt;/ref&amp;gt; He founded the Socialist Party of the People some weeks later and, that month, was elected to the [[1st House of Representatives]]. During this term he became the 2nd [[Speaker of the House]]. After the [[Democratic Reformist Party]] took power, he took a break from DemocracyCraft, and was approached to join another city roleplay server, where he became a moderator. Because of DemocracyCraft&#039;s anti-competition rule, 1950 was banned; the new server failed to launch. But in September–October, 1950 was asked to return, and did so.&amp;lt;ref&amp;gt;{{Cite wiki|page=1950minecrafter|date=16 June 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Policies ==&lt;br /&gt;
As for towns, the campaign wanted to implement a tier system. At tier 2 or 3, the town would get a health clinic&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;{{Cite Discord|url=https://discord.com/channels/803312127615828038/803384087401594892/803805875771801610|messager=[[1950minecrafter]]|channel=questions|server=1950/Pug Candidacy|date=27 January 2021}}&amp;lt;/ref&amp;gt; and a police station.&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/803312127615828038/803384087401594892/806535154927009822|messager=[[1950minecrafter]]|channel=questions|server=1950/Pug Candidacy|date=3 February 2021}}&amp;lt;/ref&amp;gt; It wanted to promote living in towns by adding more plots and through advertisement.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt; It also had plans for a space programme.&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/803312127615828038/803384087401594892/803899581003595806|messager=[[1950minecrafter]]|channel=questions|server=1950/Pug Candidacy|date=27 January 2021}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;:1&amp;quot;&amp;gt;{{Cite Discord|url=https://discord.com/channels/803312127615828038/803383950474870835/806676757171273738|messager=[[1950minecrafter]]|channel=announcements|server=1950/Pug Candidacy|date=4 February 2021}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Cabinet listing ==&lt;br /&gt;
[[File:1950 PUG.png|thumb|A promotional graphic for the campaign]]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Cabinet picks, announced in late February through early January&lt;br /&gt;
!Office&lt;br /&gt;
!Pick&lt;br /&gt;
!Announced&lt;br /&gt;
!Ref.&lt;br /&gt;
|-&lt;br /&gt;
|[[Secretary of construction and transport]]&lt;br /&gt;
|[[Dr.Thunder7]]&lt;br /&gt;
|30 January&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/803312127615828038/803776266909384704/804895380696727552|messager=Carl-boy#1536|channel=cabinet-members|server=1950/Pug Candidacy|date=30 January 2021}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Secretary of education and commerce]]&lt;br /&gt;
|[[_Zab_]]&lt;br /&gt;
|27 January&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/803312127615828038/803776266909384704/804113046435004426|messager=Carl-bot#1536|channel=cabinet-members|server=1950/Pug Candidacy|date=27 January 2021}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Secretary of environment and recreation]]&lt;br /&gt;
|[[Vanquish69]]&lt;br /&gt;
|27 January&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite Discord|messager=Carl-bot#1536|url=https://discord.com/channels/803312127615828038/803776266909384704/803782934284337172|channel=cabinet-members|server=1950/Pug Candidacy|date=27 January 2021}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Secretary of health]]&lt;br /&gt;
|[[wolfistaken]]&lt;br /&gt;
|30 January&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/803312127615828038/803776266909384704/804895212589023312|messager=Carl-bot#1536|channel=cabinet-members|server=1950/Pug Candidacy|date=30 January 2021}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Secretary of justice]]&lt;br /&gt;
|[[bubbarc]]&lt;br /&gt;
|27 January&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite Discord|messager=Carl-bot#1536|url=https://discord.com/channels/803312127615828038/803776266909384704/803783105093566475|channel=cabinet-members|server=1950/Pug Candidacy|date=27 January 2021}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Secretary of public affairs]]&lt;br /&gt;
|[[Muffins29]]&lt;br /&gt;
|27 January&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/803312127615828038/803776266909384704/804112954550124600|messager=Carl-bot#1536|channel=cabinet-members|server=1950/Pug Candidacy|date=27 January 2021}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Secretary of state]]&lt;br /&gt;
|[[JoanM999]]&lt;br /&gt;
|3 February&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite Discord|messager=Carl-bot#1536|url=https://discord.com/channels/803312127615828038/803776266909384704/806674867625656350|channel=cabinet-members|server=1950/Pug Candidacy|date=3 February 2021}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Events ==&lt;br /&gt;
The campaign rallied at [[bubbarc]]&#039;s apartment on 3 February.&amp;lt;ref name=&amp;quot;:1&amp;quot; /&amp;gt; 1950minecrafter participated in the presidential debate organised by the [[Department of Public Affairs]] on 6 February 2021.&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/803312127615828038/803383950474870835/807717016198316032|messager=[[1950minecrafter]]|channel=announcements|server=DemocracyCraft|date=6 February 2021}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
=== February 2021 presidential campaigns ===&lt;br /&gt;
* [[Krix February 2021 presidential campaign]]&lt;br /&gt;
* [[xEndeavour February 2021 presidential campaign]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:1950minecrafter presidential campaigns]]&lt;br /&gt;
[[Category:February 2021 presidential campaigns]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Template:As_of_category&amp;diff=13672</id>
		<title>Template:As of category</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Template:As_of_category&amp;diff=13672"/>
		<updated>2026-09-19T17:56:23Z</updated>

		<summary type="html">&lt;p&gt;RylandW: calling instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;__HIDDENCAT__&lt;br /&gt;
&lt;br /&gt;
{{As of category/toc}}&lt;br /&gt;
&lt;br /&gt;
The following pages were last updated in {{#invoke:string|sub|{{PAGENAME}}|7}}.&lt;br /&gt;
&lt;br /&gt;
[[Category:As of {{#invoke:String|replace|source={{#invoke:string|sub|{{PAGENAME}}|7}}|pattern=.*%s|replace=|plain=false}}|{{#switch:{{#invoke:String|match|s={{#invoke:string|sub|{{PAGENAME}}|7}}|^[^%s]*}}&lt;br /&gt;
|January=01&lt;br /&gt;
|February=02&lt;br /&gt;
|March=03&lt;br /&gt;
|April=04&lt;br /&gt;
|May=05&lt;br /&gt;
|June=06&lt;br /&gt;
|July=07&lt;br /&gt;
|August=08&lt;br /&gt;
|September=09&lt;br /&gt;
|October=10&lt;br /&gt;
|November=11&lt;br /&gt;
|December=12&lt;br /&gt;
}}]]&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;{{As of category/toc|{{CURRENTMONTHNAME}} {{CURRENTYEAR}}}}&lt;br /&gt;
The following pages were last updated in {{#invoke:String|match|s={{CURRENTMONTHNAME}} {{CURRENTYEAR}}|^[^%s]*}} {{#invoke:String|replace|source={{CURRENTMONTHNAME}} {{CURRENTYEAR}}|pattern=.*%s|replace=|plain=false}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;Category:As of {{#invoke:String|replace|source={{CURRENTMONTHNAME}} {{CURRENTYEAR}}|pattern=.*%s|replace=|plain=false}}|{{#switch:{{#invoke:String|match|s={{CURRENTMONTHNAME}} {{CURRENTYEAR}}|^[^%s]*}}&lt;br /&gt;
|January=01&lt;br /&gt;
|February=02&lt;br /&gt;
|March=03&lt;br /&gt;
|April=04&lt;br /&gt;
|May=05&lt;br /&gt;
|June=06&lt;br /&gt;
|July=07&lt;br /&gt;
|August=08&lt;br /&gt;
|September=09&lt;br /&gt;
|October=10&lt;br /&gt;
|November=11&lt;br /&gt;
|December=12&lt;br /&gt;
}}&amp;lt;nowiki&amp;gt;]]&amp;lt;/nowiki&amp;gt;To call this template, simply enter &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{as of category}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, no parameters needed.&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Category:As_of_September_2026&amp;diff=13671</id>
		<title>Category:As of September 2026</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Category:As_of_September_2026&amp;diff=13671"/>
		<updated>2026-09-19T17:54:01Z</updated>

		<summary type="html">&lt;p&gt;RylandW: created category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{as of category}}&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Workers%27_Party_of_Redmont&amp;diff=13670</id>
		<title>Workers&#039; Party of Redmont</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Workers%27_Party_of_Redmont&amp;diff=13670"/>
		<updated>2026-09-19T17:53:10Z</updated>

		<summary type="html">&lt;p&gt;RylandW: updates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{as of|September 2026}}&lt;br /&gt;
{{Infobox political party&lt;br /&gt;
| name               = Workers&#039; Party of Redmont&lt;br /&gt;
| abbr               = WPR&lt;br /&gt;
| logo               = yes&lt;br /&gt;
| logo_since         = 2025&lt;br /&gt;
| logo_from          =&lt;br /&gt;
| logo_pride         = yes&lt;br /&gt;
| leader_title       = Chair&lt;br /&gt;
| leader             = [[1950minecrafter]]&amp;lt;ref&amp;gt;{{Cite Discord|url=https://discord.com/channels/1312792077385465877/1325650921698496645/1520070347141939240|messager=[[1950minecrafter]]|channel=📢 │ announcements|date=26 June 2026|server=Workers&#039; Party of Redmont}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| hq                 = or-c055&lt;br /&gt;
| hq_city            = Oakridge&lt;br /&gt;
| discord            = njHxtFdt2t&lt;br /&gt;
| founded            = December 2024&lt;br /&gt;
| founder            = [[_ReDkA_]]&lt;br /&gt;
| registered         = 6 January 2025&lt;br /&gt;
| registrar          = [[JunoAndrist]]&lt;br /&gt;
| registration_link  = missandrist-political-party-application.24310&lt;br /&gt;
| deregistered       =&lt;br /&gt;
| former_names       = {{hlist|Leftist Front of Redmont|Workers&#039; Front of Redmont}}&lt;br /&gt;
| political_position = Left-wing&lt;br /&gt;
| economic_system    = Socialism&lt;br /&gt;
| ideologies         = Progressivism&lt;br /&gt;
| seats_house        = {{composition bar|0|11|hex=#a20f00}}&lt;br /&gt;
| seats_senate       = {{composition bar|2|6|hex=#a20f00}}&lt;br /&gt;
}}&lt;br /&gt;
{{Workers&#039; Party of Redmont sidebar}}&lt;br /&gt;
The &#039;&#039;&#039;Workers&#039; Party of Redmont&#039;&#039;&#039; (&#039;&#039;&#039;WPR&#039;&#039;&#039;) is a left-wing political party in [[Redmont]]. Founded on 1 December 2024 by [[_ReDka_]], it was rebranded and registered by [[JunoAndrist]]. The party is currently led by its chairman, [[gwiis]]. The WPR calls itself a &amp;quot;big-tent&amp;quot;, encouraging all left-wing tendencies to unite under it,&amp;lt;ref&amp;gt;Kaiserin_, [https://discord.com/channels/1312792077385465877/1335108208049651723/1335113633444663320 Welcome to the Workers&#039; Party!], WPR Discord Server&amp;lt;/ref&amp;gt; and has Anarchist, Communist, Democratic Socialist, and Materialist caucuses; the ideologies held by its members range from left-wing capitalism to socialism.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
The Workers&#039; Party began as the Leftist Front of Redmont, and was founded by [[_ReDkA_]] on 1 December 2024. It was a small political grouping of leftists, and did not have any legal recognition. Its first leaders were _ReDkA_, Miridosso and .Sirbucket420. However, the group was largely dormant until the new year.&lt;br /&gt;
&lt;br /&gt;
With the beginning of 2025 came the first Trolligarch video about Redmont, and with the influx of new players came an influx of leftists. One of those leftists was [[MissAndrist|JunoAndrist]], who joined the Workers&#039; Front on 2 January 2025.&amp;lt;ref&amp;gt;DemocracyCraft Discord Server, [https://discord.com/channels/673612908868927498/759528352825868338/1324576453324443649 Build the Workers&#039; Party of Redmont!]&amp;lt;/ref&amp;gt; From the day she joined, she began helping to conduct membership interviews, and pushed for the group to be renamed the Workers&#039; Party of Redmont, which they voted to name the group on 2 January in a poll, winning with six votes. The alternative choices were the Socialist Party of Redmont (0 votes) and the Labor Party of Redmont (1 vote).&amp;lt;ref&amp;gt;WPR Discord Server, [https://discord.com/channels/1312792077385465877/1312792077901500509/1324351437312098314 The Party&#039;s Name]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The next day, on 3 January, JunoAndrist applied for the Workers&#039; Party to become a legally registered party,&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/missandrist-political-party-application.24310/|title=MissAndrist - Political Party Registration|publication_date=4 January 2025|access_date=12 December 2025|author=JunoAndrist}}&amp;lt;/ref&amp;gt; and declared her candidacy for that month&#039;s House election. Two days later, on January 5, the party became Redmont&#039;s newest official political party. Over the next week, the Workers&#039; Party would grow in size due to the influx of new players, and on 11 January, JunoAndrist became the party&#039;s first elected representative, serving in the [[29th Congress#House of Representatives|29th House of Representatives]].&amp;lt;ref&amp;gt;Dr_Eksplosive, [https://discord.com/channels/673612908868927498/686169895901462548/1327526981893357650 Representatives and Senators by Vote Count], DemocracyCraft Discord Server&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From 12 to 18 January, the party held its first party convention,&amp;lt;ref&amp;gt;JunoAndrist, [https://discord.com/channels/1312792077385465877/1326727881400914033/1328122985596321855 JunoAndrist&#039;s Speech Regarding the Convention], WPR Discord Server&amp;lt;/ref&amp;gt; voting on its January platform and electing its first Central Committee, made up of Chairwoman JunoAndrist, [[Kaiserin_]], [[juniperfig]], [[SoggehToast]], and [[_ReDkA_]] .&amp;lt;ref&amp;gt;JunoAndrist, [https://discord.com/channels/1312792077385465877/1326727881400914033/1330334133318193266 Announcement of the Newly-Elected Central Committee], WPR Discord Server&amp;lt;/ref&amp;gt; Following the convention, committees were established to fulfill the party&#039;s missions, including a Propaganda Committee to create campaign material, a Labor Committee to explore unionization, and a Finance Committee to handle the party&#039;s finances. Later, however, the Financial Committee was disbanded, and the Legal Committee was created in its place to review party policies, legislation, and legal representation.&lt;br /&gt;
&lt;br /&gt;
On 26 January, a special Senate election was held to fill the seat of [[Yeet_Boy]], who had been nominated and confirmed as vice president under President [[lcn]]. In an unexpected victory, the Workers&#039; Party candidate, [[Goldendude15]], was elected to the Senate.&amp;lt;ref&amp;gt;The Reveille Times, [https://trvtimes.com/2025/01/26/politics/goldendude15-wins-senate-special-election-in-shocking-victory/ Goldendude15 WINS Senate Special Election in SHOCKING Victory]&amp;lt;/ref&amp;gt; This victory cemented the Workers&#039; Party as a legitimate political force in Redmont.&lt;br /&gt;
&lt;br /&gt;
In the [[February 2025 presidential election]], the Workers&#039; Party ran [[1950minecrafter]], a legacy player and foundational socialist politician, as their candidate in [[1950minecrafter February 2025 presidential campaign|a joint-party ticket]] with the [[Galactic Empire of Redmont]]&#039;s [[Yeet_Boy]].&amp;lt;ref&amp;gt;JunoAndrist, [https://discord.com/channels/673612908868927498/759528352825868338/1337587165504340092 &#039;&#039;Vote 1950minecrafter for President!&#039;&#039;], DemocracyCraft Discord Server&lt;br /&gt;
&amp;lt;/ref&amp;gt; After a contentious election, 1950 was certified as the victor, and inaugurated [[List of presidents|president of Redmont]], bringing the Workers&#039; Party to the presidency. This victory was followed by the ascension of Kaiserin_ to the House of Representatives in the February congressional special elections, bringing WPR&#039;s count in the House to three (JunoAndrist, Kaiserin_, and [[AsexualDinosaur]], who joined the Workers&#039; Party after their old party, the [[Redmont People&#039;s Party]] (RPP), merged with the [[Patriotic Coalition of Redmont]] (PCR) to form [[Liberty for Redmont]] (LfR).&lt;br /&gt;
&lt;br /&gt;
During the February Party Convention, the WPR published a new platform, as well as elected a new Central Committee, made up of JunoAndrist, Kaiserin_, [[AETHER1AN]], [[Jorinton]], and [[norselyqueer]].&lt;br /&gt;
&lt;br /&gt;
In the March 2025 congressional elections, the party successfully elected and re-elected JunoAndrist, Kaiserin_, [[Sleepii_Sloth]] to the [[30th Congress#House of Representatives|30th House of Representatives]], and re-elected Goldendude15 to the Senate. During the Speaker of the House vote, the GER who had previously been involved in [[GER–WPR coalition|a coalition with the WPR]], elected to vote LfR&#039;s [[Bezzergeezer]] for speaker over the WPR&#039;s JunoAndrist,&amp;lt;ref&amp;gt;Congress of Redmont Discord Server, [https://discord.com/channels/794162227837534208/795498539189927997/1349586909797548134 March 13, 2025 Speaker Election]&amp;lt;/ref&amp;gt; marking the end of the two parties&#039; alliance. With the collapse of the GER–WPR coalition, this election also marked the end of a united leftist majority in the House, with the merger of former PCR and RPP congresspeople into LfR giving power back to the right-wing. During this time, WPR member [[AETHER1AN]] was also successfully nominated and passed as the congressional press assistant of the 30th Congress, assisting the [[Speaker of the House of Representatives|Speaker of the House]] and the President of the [[Senate]] in informing the public of the activities of congress&lt;br /&gt;
&lt;br /&gt;
During the March Party Convention, the WPR updated their February platform and elected a new Central Committee, made up of JunoAndrist, Kaiserin_, [[TrueDarklander]], gribble19 and Sleepii_Sloth. This election marked the first change in chairperson since the establishment of the current WPR, with Kaiserin_ being elected as the new chairwoman of the party and JunoAndrist being chosen as the vice-chair. &lt;br /&gt;
&lt;br /&gt;
The party&#039;s influence began to decline in the summer of 2026. By August 2026, only four persons identified themselves as members in the [[State of the Commonwealth]] report, the lowest in party history.&amp;lt;ref name=&amp;quot;:2&amp;quot;&amp;gt;{{Cite forum|url=https://www.democracycraft.net/threads/sotc-report-august-2026.43189/|author=[[Dept. State]]|date=24 May 2026|title=SOTC Report - AUGUST 2026|access-date=19 September 2026}}&amp;lt;/ref&amp;gt; In September, going into the [[40th Congress]], the party lost its last seat in the House.&amp;lt;ref name=&amp;quot;:02&amp;quot;&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/house-of-representatives-election-september-2026.43606/|title=House of Representatives Election - September 2026|author=Dept. State|publication_date=1 September 2026|access_date=13 September 2026}}&amp;lt;/ref&amp;gt; However, it flipped a Senate seat.&amp;lt;ref name=&amp;quot;:1&amp;quot;&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/senate-election-september-2026.43607/|title=Senate Election - September 2026|author=Dept. State|publication_date=1 September 2026|access_date=13 September 2026}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Structure ==&lt;br /&gt;
The Workers&#039; Party is governed by its monthly party conventions, in which members convene to draft new platforms, elect new [[Central Committee]] members, and vote on amendments to the Party Charter. These conventions serve as the highest decision-making body within the party, ensuring a democratic and participatory approach to governance. The Central Committee functions as the party&#039;s primary leadership body, responsible for the day-to-day administration and execution of the party&#039;s agenda. It oversees party operations, ensures adherence to its platform, and coordinates efforts among its members and committees.&lt;br /&gt;
&lt;br /&gt;
The Workers&#039; Party also includes caucuses, which are informal ideological affinity groups that allow members with similar political perspectives to collaborate and organise. Currently, there are two recognized caucuses: the Communist Caucus and the Democratic Socialist Caucus. The Democratic Socialist Caucus represents the majority of party members, though it is closely followed in membership by the Communist Caucus. These caucuses facilitate internal discourse and help shape the party&#039;s policy direction. From the founding of the WPR and until mid-February, the party had a third caucus; the Anarchist Caucus. However, following the departure of the sole member of the caucus, [[_ReDkA_]], from the party, the Anarchist Caucus was disbanded.&lt;br /&gt;
&lt;br /&gt;
In addition to its leadership structure, the Party operates through three specialized committees, each tasked with executing key Party initiatives:&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Growth Committee&#039;&#039;&#039; – Chaired by Floor IsTired, this committee attends and reviews applications for party membership and associate status.&lt;br /&gt;
# &#039;&#039;&#039;Legal Committee&#039;&#039;&#039; – Chaired by [[Gwi Styx]], this committee represents the Party in legal matters, defends its interests in court when necessary, and ensures the legality of all party policies and proposed legislation.&lt;br /&gt;
# &#039;&#039;&#039;Propaganda Committee&#039;&#039;&#039; – Chaired by [[Ryland Wethersbee]], this committee is responsible for the creation of campaign materials for Workers&#039; Party candidates and endorsed candidates.&lt;br /&gt;
&lt;br /&gt;
== Membership ==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+Membership in the Workers&#039; Party of Redmont according to [[State of the Commonwealth]] reports&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |Month&lt;br /&gt;
!Membership&lt;br /&gt;
!Respondents&lt;br /&gt;
!Ref.&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;12&amp;quot; |2025&lt;br /&gt;
|January&lt;br /&gt;
|12&lt;br /&gt;
|53&lt;br /&gt;
|&amp;lt;ref&amp;gt;[https://www.democracycraft.net/threads/sotc-report-january-2025.24685/ &amp;quot;State of the Commonwealth - SOTC Report - JANUARY 2025&amp;quot;] on forums.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|February&lt;br /&gt;
|16&lt;br /&gt;
|54&lt;br /&gt;
|&amp;lt;ref&amp;gt;[https://www.democracycraft.net/threads/sotc-report-february-2025.25097/ &amp;quot;State of the Commonwealth - SOTC Report - FEBRUARY 2025&amp;quot;] on forums.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|March&lt;br /&gt;
|15&lt;br /&gt;
|53&lt;br /&gt;
|&amp;lt;ref&amp;gt;[https://www.democracycraft.net/threads/sotc-report-march-2025.25614/ &amp;quot;State of the Commonwealth - SOTC Report - MARCH 2025&amp;quot;] on forums.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|April&lt;br /&gt;
|23&lt;br /&gt;
|53&lt;br /&gt;
|&amp;lt;ref&amp;gt;[https://www.democracycraft.net/threads/sotc-report-april-2025.26067/ &amp;quot;State of the Commonwealth - SOTC Report - APRIL 2025&amp;quot;] on forums.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|May&lt;br /&gt;
|18&lt;br /&gt;
|41&lt;br /&gt;
|&amp;lt;ref&amp;gt;[https://www.democracycraft.net/threads/sotc-report-may-2025.26559/ &amp;quot;State of the Commonwealth - SOTC Report - MAY 2025&amp;quot;] on forums.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|June&lt;br /&gt;
|22&lt;br /&gt;
|56&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/sotc-report-june-2025.26933/|title=SOTC Report - JUNE 2025|author=Dept. State|publication_date=6 July 2025|access_date=13 December 2025}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|July&lt;br /&gt;
|21&lt;br /&gt;
|64&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/sotc-report-july-2025.29170/|title=SOTC Report - JULY 2025|author=Dept. State|publication_date=26 July 2025|access_date=13 December 2025}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|August&lt;br /&gt;
|19&lt;br /&gt;
|60&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/sotc-report-august-2025.31308/|title=SOTC Report - AUGUST 2025|publication_date=28 August 2025|author=Dept. State|access_date=13 December 2025}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|September&lt;br /&gt;
|11&lt;br /&gt;
|58&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/sotc-report-september-2025.32111/|title=SOTC Report - SEPTEMBER 2025|author=Dept. State|publication_date=30 September 2025|access_date=13 December 2025}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|October&lt;br /&gt;
|10&lt;br /&gt;
|53&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/sotc-report-october-2025.32685/|title=SOTC Report - OCTOBER 2025|author=Dept. State|publication_date=27 October 2025|access_date=13 December 2025}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|November&lt;br /&gt;
|7&lt;br /&gt;
|64&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/sotc-report-november-2025.33310/|title=SOTC Report - NOVEMBER 2025|author=Dept. State|publication_date=27 November 2025|access_date=20 December 2025}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|December&lt;br /&gt;
|13&lt;br /&gt;
|69&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/sotc-report-december-2025.33991/|title=SOTC Report - DECEMBER 2025|publication_date=27 December 2025|access_date=28 January 2026|author=Dept. State}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; |2026&lt;br /&gt;
|January&lt;br /&gt;
|7&lt;br /&gt;
|45&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/sotc-report-january-2026.34761/|publication_date=27 January 2026|author=[[Department of State|Dept. State]]|title=SOTC Report - JANUARY 2026|access_date=28 May 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|February&lt;br /&gt;
|8&lt;br /&gt;
|50&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/sotc-report-february-2026.35313/|title=SOTC Report - FEBRUARY 2026|author=[[Department of State|Dept. State]]|publication_date=23 February 2026|access_date=28 May 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|March&lt;br /&gt;
|10&lt;br /&gt;
|65&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/sotc-report-march-2026.36126/|title=SOTC Report - MARCH 2026|author=[[Department of State|Dept. State]]|publication_date=23 February 2026|access_date=28 May 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|April&lt;br /&gt;
|8&lt;br /&gt;
|72&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/sotc-report-april-2026.36943/|title=SOTC Report - APRIL 2026|author=[[Department of State|Dept. State]]|publication_date=25 April 2026|access_date=27 May 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|May&lt;br /&gt;
|19&lt;br /&gt;
|82&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/sotc-report-may-2026.37644/|title=SOTC Report - MAY 202|author=[[Dept. State]]|publication_date=24 May 2026|access_date=19 September 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|June&lt;br /&gt;
|9&lt;br /&gt;
|48&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite forum|url=https://www.democracycraft.net/threads/sotc-report-june-2026.39737/|author=[[Dept. State]]|date=24 May 2026|access-date=19 September 2026|title=SOTC Report - JUNE 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|July&lt;br /&gt;
|7&lt;br /&gt;
|51&lt;br /&gt;
|&amp;lt;ref&amp;gt;{{Cite forum|url=https://www.democracycraft.net/threads/sotc-report-july-2026.41729/|author=[[Dept. State]]|date=24 May 2026|access-date=19 September 2026|title=SOTC Report - JULY 2026}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|August&lt;br /&gt;
|4&lt;br /&gt;
|82&lt;br /&gt;
|&amp;lt;ref name=&amp;quot;:2&amp;quot; /&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Electoral history ==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|+Public offices contested by the Workers&#039; Party of Redmont&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |Month&lt;br /&gt;
!Election&lt;br /&gt;
!Candidate&lt;br /&gt;
!Result&lt;br /&gt;
!Ref.&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;22&amp;quot; |2025&lt;br /&gt;
|January&lt;br /&gt;
|[[29th Senate]] special&lt;br /&gt;
|[[Goldendude15]]&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |Won&lt;br /&gt;
|&amp;lt;ref&amp;gt;[https://www.democracycraft.net/threads/senate-election-january-2025-special.24497/ &amp;quot;Election - Senate Election - JANUARY 2025 (Special)&amp;quot;] on forums.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |February&lt;br /&gt;
|[[February 2025 presidential election]]&lt;br /&gt;
|[[1950minecrafter]] / [[Yeet_Boy]]&lt;br /&gt;
|&amp;lt;ref&amp;gt;[https://www.democracycraft.net/threads/presidential-elections-february-2025.24616/ &amp;quot;Election - Presidential Elections - FEBRUARY 2025&amp;quot;] on forums.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[February 2025 Aventura mayoral election]]&lt;br /&gt;
|[[RylandW]] / [[Sleepii_Sloth]]&lt;br /&gt;
|&amp;lt;ref&amp;gt;[https://www.democracycraft.net/threads/mayor-election-february-2025.24702/ &amp;quot;Election - Mayor Election - FEBRUARY 2025&amp;quot;] on forums.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; |March&lt;br /&gt;
|[[30th Senate]]&lt;br /&gt;
|[[Goldendude15]]&lt;br /&gt;
|&amp;lt;ref&amp;gt;[https://www.democracycraft.net/threads/senate-election-march-2025.25000/ &amp;quot;Election - Senate Election - MARCH 2025&amp;quot;] on forums.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; |[[30th House of Representatives]]&lt;br /&gt;
|[[AETHER1AN]]&lt;br /&gt;
|Lost&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; |&amp;lt;ref&amp;gt;[https://www.democracycraft.net/threads/house-of-representatives-election-march-2025.24999/ &amp;quot;Election - House of Representatives Election - MARCH 2025&amp;quot;] on forums.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[JunoAndrist]]&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Won&lt;br /&gt;
|-&lt;br /&gt;
|[[Kaiserin_]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Sleepii_Sloth]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TrueDarklander]]&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Lost&lt;br /&gt;
|-&lt;br /&gt;
|[[March 2025 Aventura mayoral election]]&lt;br /&gt;
|[[RylandW]] / [[Sleepii_Sloth]]&lt;br /&gt;
|&amp;lt;ref&amp;gt;[https://www.democracycraft.net/threads/mayor-election-march-2025-special.25510/ &amp;quot;Election - Mayor Election - MARCH 2025 (SPECIAL)&amp;quot;] on forums.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[30th House of Representatives]] special&lt;br /&gt;
|[[AETHER1AN]]&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; |Won&lt;br /&gt;
|&amp;lt;ref&amp;gt;[https://www.democracycraft.net/threads/house-of-representatives-election-march-2025-special.25941/ &amp;quot;Election - House of Representatives Election - MARCH 2025 (Special)&amp;quot;] on forums.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;7&amp;quot; |May&lt;br /&gt;
|[[31st Senate]]&lt;br /&gt;
|[[JunoAndrist]]&lt;br /&gt;
|&amp;lt;ref&amp;gt;[https://www.democracycraft.net/threads/senate-election-may-2025.25985/ &amp;quot;Election - Senate Election - MAY 2025&amp;quot;] on forums.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; |[[31st House of Representatives]]&lt;br /&gt;
|[[Eenza]]&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; |&amp;lt;ref&amp;gt;[https://www.democracycraft.net/threads/house-of-representatives-election-may-2025.25986/ &amp;quot;Election - House of Representatives Election - MAY 2025&amp;quot;] on forums.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[Kaiserin_]]&lt;br /&gt;
|-&lt;br /&gt;
|[[malka]]&lt;br /&gt;
|-&lt;br /&gt;
|[[rora_soul]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TrueDarklander]]&lt;br /&gt;
|Lost&lt;br /&gt;
|-&lt;br /&gt;
|[[May 2025 Oakridge mayoral election]]&lt;br /&gt;
|[[Roryyy___]] / [[JunoAndrist]]&lt;br /&gt;
|Won&lt;br /&gt;
|&amp;lt;ref&amp;gt;[https://www.democracycraft.net/threads/mayor-election-may-2025.26222/ &amp;quot;Election - Mayor Election - MAY 2025&amp;quot;] on forums.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |June&lt;br /&gt;
|[[June 2025 presidential election]]&lt;br /&gt;
|[[Kaiserin_]] / [[juniperfig]]&lt;br /&gt;
|Won&lt;br /&gt;
|&amp;lt;ref&amp;gt;[https://www.democracycraft.net/threads/presidential-elections-june-2025.26419/ &amp;quot;Election - Presidential Elections - JUNE 2025&amp;quot;] on forums.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[31st House of Representatives]] special&lt;br /&gt;
|[[EATB]]&lt;br /&gt;
|Won&lt;br /&gt;
|&amp;lt;ref&amp;gt;&lt;br /&gt;
https://www.democracycraft.net/threads/house-of-representatives-election-june-2025-special.26629/#post-105173&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[31st Senate]] special&lt;br /&gt;
|[[xSyncx]]&lt;br /&gt;
|Won&lt;br /&gt;
|&amp;lt;ref&amp;gt;&lt;br /&gt;
https://www.democracycraft.net/threads/senate-election-june-2025-special.26760/#post-105834&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|December&lt;br /&gt;
|[[34th House of Representatives#December House special|34th House of Representatives special]]&lt;br /&gt;
|[[RylandW]]&lt;br /&gt;
|Won&lt;br /&gt;
|&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;{{Cite forums|url=https://www.democracycraft.net/threads/house-of-representatives-elections-dec-2025-special.33722/|title=House of Representatives Elections - DEC 2025 (Special)|author=Dept. State|publication_date=16 December 2025|access_date=20 December 2025}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Political parties}}&lt;br /&gt;
[[Category:Workers&#039; Party of Redmont| ]]&lt;br /&gt;
[[Category:2025 political parties]]&lt;br /&gt;
[[Category:2026 political parties]]&lt;br /&gt;
[[Category:Political parties established in 2024]]&lt;br /&gt;
[[Category:Socialist political parties]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
	<entry>
		<id>https://wiki.democracycraft.net/index.php?title=Dept._State&amp;diff=13669</id>
		<title>Dept. State</title>
		<link rel="alternate" type="text/html" href="https://wiki.democracycraft.net/index.php?title=Dept._State&amp;diff=13669"/>
		<updated>2026-09-19T17:41:51Z</updated>

		<summary type="html">&lt;p&gt;RylandW: username on the forums&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Department of State]]&lt;/div&gt;</summary>
		<author><name>RylandW</name></author>
	</entry>
</feed>