More actions
12 June 2025
- 07:2607:26, 12 June 2025 diff hist 0 Survival No edit summary Tag: 2017 source edit
- 07:2507:25, 12 June 2025 diff hist +7 Survival No edit summary Tag: 2017 source edit
- 07:2507:25, 12 June 2025 diff hist +1,863 Season 3 (Survival) No edit summary Tag: 2017 source edit
- 07:2307:23, 12 June 2025 diff hist +6,152 Season 3 (Survival) No edit summary Tag: 2017 source edit
- 07:2207:22, 12 June 2025 diff hist −52 Season 2 - World Download available now! No edit summary current Tag: 2017 source edit
- 07:2107:21, 12 June 2025 diff hist +1 Item Transfer Set-up No edit summary current Tag: 2017 source edit
- 07:2107:21, 12 June 2025 diff hist +40 Item Transfer Set-up No edit summary Tag: 2017 source edit
- 07:1807:18, 12 June 2025 diff hist −8 Season 3 (Survival) No edit summary Tag: 2017 source edit
- 07:1807:18, 12 June 2025 diff hist +1 Season 3 (Survival) No edit summary Tag: 2017 source edit
- 07:1607:16, 12 June 2025 diff hist 0 Season 3 (Survival) No edit summary Tag: 2017 source edit
- 07:0907:09, 12 June 2025 diff hist +56 Season 3 (Survival) No edit summary Tag: 2017 source edit
- 07:0707:07, 12 June 2025 diff hist −7 Season 3 (Survival) No edit summary Tag: 2017 source edit
- 07:0607:06, 12 June 2025 diff hist −38 Season 3 (Survival) No edit summary Tag: 2017 source edit
- 06:5706:57, 12 June 2025 diff hist +22 MediaWiki:Citizen.css No edit summary
- 06:5606:56, 12 June 2025 diff hist +158 MediaWiki:Citizen.css No edit summary
- 06:5106:51, 12 June 2025 diff hist 0 MediaWiki:Citizen.css No edit summary
- 06:5106:51, 12 June 2025 diff hist +114 MediaWiki:Citizen.css add prevnext styles
- 06:4806:48, 12 June 2025 diff hist −44 Template:Prevnext No edit summary current Tags: Manual revert 2017 source edit
- 06:4706:47, 12 June 2025 diff hist +44 Template:Prevnext No edit summary Tags: Reverted 2017 source edit
- 06:4506:45, 12 June 2025 diff hist −101 Template:Prevnext/doc No edit summary current Tag: 2017 source edit
- 06:4406:44, 12 June 2025 diff hist −88 Prism Party:Lua No edit summary current Tag: 2017 source edit
- 06:4406:44, 12 June 2025 diff hist +1,484 N Prism Party:Lua Created page with " '''Lua''' is a programming language that is integrated into {{SITENAME}} with Scribunto. Lua source code is run from Modules in their own namespace, and invoked with <code><nowiki>{{#invoke:Module|function}}</nowiki></code>; this should be done with a wrapper template. For example, if we have a module named "foo", then we should have a template called "Template:Foo" consisting of <code><nowiki>{{#invoke:Foo|main}}</nowiki></code> to call the m..." Tag: 2017 source edit
- 06:4306:43, 12 June 2025 diff hist −87 Template:Prevnext/doc No edit summary Tag: 2017 source edit
- 06:3806:38, 12 June 2025 diff hist 0 m File:WikimediaUI-ArrowPrevious-ltr.svg Protected "File:WikimediaUI-ArrowPrevious-ltr.svg" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite)) current
- 06:3806:38, 12 June 2025 diff hist 0 File:WikimediaUI-ArrowPrevious-ltr.svg BakiDance uploaded File:WikimediaUI-ArrowPrevious-ltr.svg
- 06:3706:37, 12 June 2025 diff hist +366 N File:WikimediaUI-ArrowPrevious-ltr.svg Created page with " =={{int:filedesc}}== {{Information |description={{en|1=Navigation icons for Prevnext}} |date=2024-6-12 |source=Wikipedia |author=Unknown |permission= |other versions= }} =={{int:license-header}}== {{Licensing|PD}} This file was uploaded with the UploadWizard extension. Category:Protected files Category:Site files Category:Uploaded with UploadWizard" Tag: 2017 source edit
- 06:3706:37, 12 June 2025 diff hist 0 m File:WikimediaUI-ArrowNext-ltr.svg Protected "File:WikimediaUI-ArrowNext-ltr.svg" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite)) current
- 06:3706:37, 12 June 2025 diff hist −34 File:WikimediaUI-ArrowNext-ltr.svg →Licensing Tag: 2017 source edit
- 06:3706:37, 12 June 2025 diff hist +366 File:WikimediaUI-ArrowNext-ltr.svg No edit summary Tag: 2017 source edit
- 06:3406:34, 12 June 2025 diff hist +34 N File:WikimediaUI-ArrowNext-ltr.svg No edit summary
- 06:3206:32, 12 June 2025 diff hist −21 Module:Prevnext No edit summary current
- 06:3006:30, 12 June 2025 diff hist +2,754 N Module:Prevnext/styles.css Created page with ".template-prevnext { margin: var( --space-md ) 0; padding: var( --space-xxs ); background-color: var( --color-surface-1 ); border: var( --border-base ); border-radius: var( --border-radius-medium ); font-size: var( --font-size-small ); line-height: var( --line-height-xx-small ); display: grid; align-items: center; grid-template-areas: 'prev current next'; grid-template-columns: minmax( max-content, 1fr ) minmax( max-content, 1f..." current
- 06:2906:29, 12 June 2025 diff hist +59 N Module:Prevnext/doc Created page with "{{Documentation|scwShared=true}} Implements {{t|Prevnext}}" current Tag: 2017 source edit
- 06:2906:29, 12 June 2025 diff hist +2,974 N Module:Prevnext Created page with "require( 'strict' ) local Prevnext = {} local metatable = {} local methodtable = {} metatable.__index = methodtable --- Returns true if a page exists --- @param page string --- @return boolean local function pageExists( page ) local title = mw.title.new( page ) return title and title.exists end --- Creates the prev/next header --- --- @return string function methodtable.make( self ) local function makeLink( dir ) if not self.frameArgs[ dir ] then return..."
- 06:2806:28, 12 June 2025 diff hist +2,838 N Template:Prevnext/doc Created page with "{{Documentation}} The {{t|Prevnext}} template is used to provide a top navigation bar that shows the previous and next pages. It is an updated version of the {{t|PrevNext}} template but it only supports one link at the moment. ==Examples== <code><nowiki> {{Prevnext|prev=United Nations of Earth|prevDesc=Preceded by|next=United Empire of Earth|nextDesc=Successor}}</nowiki></code> gives: {{Prevnext|Prevnext||prev=United Nations of Earth|prevDesc=Preceded by|next=United Em..." Tag: 2017 source edit
- 06:2706:27, 12 June 2025 diff hist +83 N Template:Prevnext Created page with "<includeonly>{{#invoke:Prevnext|main}}</includeonly><noinclude>{{/doc}}</noinclude>" Tag: 2017 source edit
- 06:2506:25, 12 June 2025 diff hist +1 Season 3 (Survival) No edit summary Tag: 2017 source edit
- 06:2506:25, 12 June 2025 diff hist +162 N Season 3 (Survival) Created page with "{{PatchData | buildnumber = 4.1.1-LIVE.9768350 | Prev = Star Citizen Alpha 4.1.0 | Next = Star Citizen Alpha 4.2.0 | publishdate = 2025-05-13 | version = 4.1.1 }}" Tag: 2017 source edit
- 06:2006:20, 12 June 2025 diff hist +36 List of Seasons No edit summary Tag: 2017 source edit
- 06:1906:19, 12 June 2025 diff hist +28 N List of Seasons Redirected page to List of Seasons current Tags: New redirect 2017 source edit
- 06:1706:17, 12 June 2025 diff hist +965 N List of Seasons Created page with "Seasons on {{SITENAME}} are major updates that coincide with world resets within respective servers. In order to keep gameplay interesting, worlds within servers are occasionally reset on a scheduled basis (often every two years or following a community vote). During a reset, the world is archived and a new world map is created, giving players a fresh start. These resets, in turn, are referred to as "Seasons". Seasons on {{SITENAME}} often correlate with major feature u..." Tag: 2017 source edit
- 06:1006:10, 12 June 2025 diff hist +37 N List of Seasons Redirected page to List of Seasons current Tags: New redirect 2017 source edit
- 06:0606:06, 12 June 2025 diff hist +27 N Spawnia Redirected page to Spawnia current Tags: New redirect 2017 source edit
10 June 2025
- 20:1720:17, 10 June 2025 diff hist +9 Survival No edit summary Tag: 2017 source edit
- 17:2417:24, 10 June 2025 diff hist +7 Prism Party No edit summary current Tag: 2017 source edit
7 October 2024
- 15:2315:23, 7 October 2024 diff hist −12 Staff No edit summary Tag: 2017 source edit
4 October 2024
- 19:3419:34, 4 October 2024 diff hist −6 Template:Home/settings No edit summary Tag: 2017 source edit
17 September 2024
- 22:4322:43, 17 September 2024 diff hist +88 Staff →Builders Tag: 2017 source edit
14 September 2024
- 07:1507:15, 14 September 2024 diff hist +57 Prism Party:Resource Pack No edit summary Tag: 2017 source edit
13 September 2024
- 19:5119:51, 13 September 2024 diff hist +72 Prism Party:Resource Pack No edit summary Tag: 2017 source edit