Combined display of all available logs of StateCraft Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:49, 12 January 2026 Taelor talk contribs created page Template:TemplateData header (Created page with "<div class="templatedata-header">{{#if:{{{noheader|}}}|<!-- noheader: -->{{Template parameter usage|{{{1|{{BASEPAGENAME}}}}}|based=y}}|<!-- +header: -->This is the {{#if:{{{nolink|}}}|<!-- +header, nolink TD -->TemplateData|<!-- +header, +link TD; DEFAULT: -->TemplateData}}<!-- e.o. #if:nolink; DEFAULT: --> for this template used by TemplateWizard, VisualEditor and other...")
- 21:47, 12 January 2026 Taelor talk contribs created page Template:Sandbox other (Created page with "{{#if:{{#ifeq:{{#invoke:String|sublength|s={{SUBPAGENAME}}|i=0|len=7}}|sandbox|1}}{{#ifeq:{{SUBPAGENAME}}|doc|1}}{{#invoke:String|match|{{PAGENAME}}|/sandbox/styles.css$|plain=false|nomatch=}}|{{{1|}}}|{{{2|}}}}}<!-- --><noinclude>{{documentation}}</noinclude>")
- 21:46, 12 January 2026 Taelor talk contribs created page Template:Note/doc (Created page with "{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{TemplateData header|editlinks=1|docpage=Note/doc}} <templatedata> { "format": "block", "description": { "en": "Show a note in a box (e.g. a top-of-the-page warning).", "es": "Muestra una nota en un recuadro (p. ej. un aviso en la parte superior de la página).", "cs": "Zobrazí poznámku v poli (např. upozornění v horní části stránky)",...")
- 21:45, 12 January 2026 Taelor talk contribs deleted page Template:Note//doc (content was: "{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{TemplateData header|editlinks=1|docpage=Note/doc}} <templatedata> { "format": "block", "description": { "en": "Show a note in a box (e.g. a top-of-the-page warning).", "es": "Muestra una nota en un recuadro (p. ej. un aviso en la parte superior de la pá...", and the only contributor was "Taelor" (talk))
- 21:45, 12 January 2026 Taelor talk contribs created page Template:Note//doc (Created page with "{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{TemplateData header|editlinks=1|docpage=Note/doc}} <templatedata> { "format": "block", "description": { "en": "Show a note in a box (e.g. a top-of-the-page warning).", "es": "Muestra una nota en un recuadro (p. ej. un aviso en la parte superior de la página).", "cs": "Zobrazí poznámku v poli (např. upozornění v horní části stránky)",...")
- 21:44, 12 January 2026 Taelor talk contribs created page Template:Documentation Subpage (Created page with "<includeonly><!-- -->{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-- -->{{#ifeq:{{{doc-notice|show}}} |show | {{Mbox | type = notice | style = margin-bottom:1.0em; | image = 40px|alt=|link= | text = {{strong|This is a documentation...")
- 21:43, 12 January 2026 Taelor talk contribs created page Template:Documentation (Created page with "<noinclude> <languages/> </noinclude><includeonly>{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}</includeonly><noinclude> {{documentation|content= {{Lua|Module:Documentation}} <translate><!--T:12--> This template automatically displays a documentation box like the one you are seeing now, of which the content is sometimes transcluded from another page.</translate> <translate><!--T:13--> It is intended for pages which are <tvar name=...")
- 19:50, 12 January 2026 Taelor talk contribs created page MediaWiki:Sidebar (Created page with "Welcome! mainpage | Home Main_Page#Joining_the_Server | Server IP Getting started Jobs | Jobs Making money | Making money Category:Tips and Tricks | Tips and tricks Policies rules | Rules Category:Staff | Staff Server Category:Crime | Crime Category:Features | Features Category:Government | Government Category:History | Server history Useful_commands | Commands Miscellaneous Special:AllPages|All pages Special:Random|Random page DemocracyCraft_Wiki:Editor's_guide | Editor...")
- 19:41, 12 January 2026 Taelor talk contribs created page Module:Navbox/configuration (Created page with "return { aria_label = 'Navbox', nowrap_item = '%s<span class="nowrap">%s</span>', templatestyles = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' } }, hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', -- do not localize marker table marker = { oddeven = '\127_ODDEVEN_\127', restart = '\127_ODDEVEN0_\127', regex = '\127_ODDEVEN(%d?)_\127' }, category = {...")
- 19:39, 12 January 2026 Taelor talk contribs created page Module:Navbar/configuration (Created page with "return { ['templatestyles'] = 'Module:Navbar/styles.css', ['hlist_templatestyles'] = 'Hlist/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizontal lis...")
- 19:39, 12 January 2026 Taelor talk contribs created page Module:Navbar (Created page with "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, false, false...")
- 19:30, 12 January 2026 Taelor talk contribs created page MediaWiki:Citizen.css (Created page with "All CSS here will be loaded for users of the Citizen skin: Make sidebar persist: Many thanks to Coasterpedia: Make drawer always visible > 1300px: @media screen and ( min-width: 1300px ) { :root { --fixed-menu-width: 240px; } .citizen-page-container { Reserve space for drawer: margin-left: calc( var( --header-size ) + var( --fixed-menu-width ) ); } .citizen-drawer .citizen-dropdown-details {...")
- 23:22, 11 January 2026 Taelor talk contribs created page Template:Jobs (Created page with "<includeonly>{{Sidebar | title = Jobs | image = frameless|150px | heading1 = Trades | content2 = {{Hlist| Brewer| Carpenter| Chef| Designer| Farmer| Fisher| Journalist| Lumberjack| Miner| Hunter Accountant Pharmacist }} | heading3 = Professions | content3 = {{Hlist| Armourer| Jeweller| Mason| Mechanic| Realtor}} | heading4 = Government jobs | content4 = {{Hlist| Aud...")
- 23:20, 11 January 2026 Taelor talk contribs created page Module:Sidebar/configuration (Created page with "return { i18n = { child_yes = 'yes', float_none = 'none', float_left = 'left', wrap_true = 'true', navbar_none = 'none', navbar_off = 'off', default_list_title = 'List', title_not_to_add_navbar = 'Template:Sidebar', collapse_title_not_to_add_navbar = 'Template:Sidebar with collapsible lists', templatestyles = 'Module:Sidebar/styles.css', hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', category = {...")
- 23:19, 11 January 2026 Taelor talk contribs created page Template:Navbox sidebar (Created page with "<includeonly>{{Sidebar | title = Navboxes | image = | heading1 = Ministries | content1 = {{Hlist|Development|Finance|Welfare|Internal Affairs|Foreign Affairs|Template:Ministry of Justice|Just...")
- 23:13, 11 January 2026 Taelor talk contribs created page Module:Sidebar (Created page with "require('strict') local cfg = mw.loadData('Module:Sidebar/configuration') local p = {} local getArgs = require('Module:Arguments').getArgs --[[ Categorizes calling templates and modules with a 'style' parameter of any sort for tracking to convert to TemplateStyles. TODO after a long cleanup: Catch sidebars in other namespaces than Template and Module. TODO would probably want to remove /log and /archive as CS1 does ]] local function categorizeTemplatesWithInlineStyle...")
- 23:12, 11 January 2026 Taelor talk contribs created page Template:Sidebar (Created page with "*Welcome! ** mainpage | Home ** Main_Page#Joining_the_Server | Server IP * Getting started ** Jobs | Jobs ** Making money | Making money ** Category:Tips and Tricks | Tips and tricks * Policies ** rules | Rules ** Category:Staff | Staff * Server ** Category:Crime | Crime ** Category:Features | Features ** Category:Government | Government ** Category:History | Server history ** Useful_commands | Commands * Miscellaneous ** Special:AllPages|All pages ** Special:Rando...")
- 17:00, 10 January 2026 Torten talk contribs created page User:Torten/sandbox/Labour Public Servants (Initial Commit) Tag: Visual edit
- 16:54, 10 January 2026 Torten talk contribs created page User:Torten (Hello World!) Tag: Visual edit
- 02:39, 3 January 2026 Mesemi talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: Make drawer always visible > 1300px: @media screen and ( min-width: 1300px ) { :root { --fixed-menu-width: 240px; } .citizen-page-container { Reserve space for drawer: margin-left: calc( var( --header-size ) + var( --fixed-menu-width ) ); } .citizen-drawer .citizen-dropdown-details { Hide drawer button: display: none; } .cit...")
- 00:08, 3 January 2026 Taelor talk contribs created page Wiki/MediaWiki:Common.css (force vector 2022) Tag: Visual edit
- 14:46, 5 December 2025 Technofied talk contribs changed group membership for Taelor from (none) to administrator, interface administrator, bureaucrat and suppressor (tae :))
- 14:46, 5 December 2025 Technofied talk contribs changed group membership for Mesemi from (none) to administrator, interface administrator, bureaucrat and suppressor (Amer!!)
- 14:45, 5 December 2025 Technofied talk contribs changed group membership for PrestigeIX from (none) to administrator, interface administrator, bureaucrat and suppressor (Prestige :o)
- 03:11, 29 October 2025 Taelor talk contribs created page Template:Infobox (Created page with "{{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|{{remove first word|{{SUBPAGENAME}}}}}}}}|}}</includeonly><noinclude> {{documentation}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>")
- 17:02, 28 October 2025 Torten talk contribs created page User:Torten/sandbox/Capt11543 (test) Tag: Visual edit
- 17:14, 5 September 2025 Plura72 talk contribs created page File:Plura72Skin.png
- 17:14, 5 September 2025 Plura72 talk contribs uploaded File:Plura72Skin.png
- 10:07, 27 June 2025 Magik talk contribs created page Spawn (Created page with "Spawn is a key location in StateCraft. It can be visited by running the <code>/spawn</code> command. Spawn is located in the city of New Hamilton, at the coordinates 1818 95 2861. === Notable Features === The spawn of StateCraft is once of the busiest places in the server. Around the spawn, you can see a variety of holograms (floating text) that give information on how to play the server. Category:Commands") Tag: Visual edit
- 09:48, 27 June 2025 Magik talk contribs created page Find (copy/posta from DC page) Tag: Visual edit: Switched
- 09:07, 24 June 2025 Magik talk contribs created page List of sessions of Parliament (Created page with "'''A session of Parliament''' refers to the legislative period that begins following a general election and ends upon its dissolution or expiration. Each session encompasses the full term served by the elected Members of Parliament during that period. According to the Constitution, ''Parliamentary terms must be no longer than 90 days.<ref>[https://www.mcstatecraft.com/threads/constitution.3/ Constitution of the Kingdom of Alexandria – Section 5, Electoral Terms]</...") Tag: Visual edit
- 08:50, 19 June 2025 Magik talk contribs created page File:Ministry of Development seal.png (Seal of the Ministry of Development)
- 08:50, 19 June 2025 Magik talk contribs uploaded File:Ministry of Development seal.png (Seal of the Ministry of Development)
- 08:14, 19 June 2025 Magik talk contribs created page Category:Licenses (Nested into Jobs as expected) Tag: Visual edit
- 06:40, 19 June 2025 Magik talk contribs created page Category:Government jobs (Created page with "Category:Jobs") Tag: Visual edit
- 05:02, 17 June 2025 Magik talk contribs created page User talk:Magik (Created page with "Sandbox for thingy")
- 04:44, 17 June 2025 Magik talk contribs created page User:Magik (Minor staging) Tag: Visual edit
- 15:11, 10 May 2025 End talk contribs created page Staff Intent (Created page with "This thread outlines the ownership intent for StateCraft. It serves as a foundational document to inform owner decisions, including vetoes, and provides guidance to lawmakers and players in leadership positions. While player-led governance is central, server ownership retains the responsibility of safeguarding the core vision of the network. === Our Vision === StateCraft is a parliamentary City Roleplay server with a focus on political realism, aesthetics, and community...") Tag: Visual edit
- 18:15, 30 April 2025 BubbaNak talk contribs created page File:Example use of evidence locker.png
- 18:15, 30 April 2025 BubbaNak talk contribs uploaded File:Example use of evidence locker.png
- 18:12, 30 April 2025 BubbaNak talk contribs created page File:Outside spawn at a crime scene.png
- 18:12, 30 April 2025 BubbaNak talk contribs uploaded File:Outside spawn at a crime scene.png
- 18:10, 30 April 2025 BubbaNak talk contribs created page File:Example of an assigned case.png
- 18:10, 30 April 2025 BubbaNak talk contribs uploaded File:Example of an assigned case.png
- 18:01, 30 April 2025 BubbaNak talk contribs created page File:Temporary Analyser at Ministry of Justice.png
- 18:01, 30 April 2025 BubbaNak talk contribs uploaded File:Temporary Analyser at Ministry of Justice.png
- 18:00, 30 April 2025 BubbaNak talk contribs created page File:450px-Example of an assigned case.png
- 18:00, 30 April 2025 BubbaNak talk contribs uploaded File:450px-Example of an assigned case.png
- 18:00, 30 April 2025 BubbaNak talk contribs created page File:662px-Outside spawn at a crime scene.png
- 18:00, 30 April 2025 BubbaNak talk contribs uploaded File:662px-Outside spawn at a crime scene.png