User contributions for Nomad

Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

10 February 2023

5 February 2023

4 February 2023

2 February 2023

30 January 2023

  • 17:5817:58, 30 January 2023 diff hist +17,850 N Update:Star Citizen Alpha 3.17.1Created page with "{{PatchData|Prev=Star Citizen Alpha 3.17.1|Next=Star Citizen Alpha 3.17.3|futurerelease=|publishdate=2022-07-28|version=3.17.2|image=SolankiNineTails.png}} right|400px '''Star Citizen Alpha 3.17.2''' is an incremental release adding some AI changes, the Siege of Orison event, and some additional points of interest and missions for players. {| class="wikitable" !Feature !Description |- | Siege of Orison | Implementation of Siege of Or..." current
  • 17:5817:58, 30 January 2023 diff hist +17,850 N Update:Star Citizen Alpha 3.17.2Created page with "{{PatchData|Prev=Star Citizen Alpha 3.17.1|Next=Star Citizen Alpha 3.17.3|futurerelease=|publishdate=2022-07-28|version=3.17.2|image=SolankiNineTails.png}} right|400px '''Star Citizen Alpha 3.17.2''' is an incremental release adding some AI changes, the Siege of Orison event, and some additional points of interest and missions for players. {| class="wikitable" !Feature !Description |- | Siege of Orison | Implementation of Siege of Or..." current
  • 17:5717:57, 30 January 2023 diff hist +3,801 N Update:Star Citizen Alpha 3.17.3Created page with "{{PatchData|Prev=Star Citizen Alpha 3.17.2|Next=Star Citizen Alpha 3.17.4|futurerelease=|publishdate=2022-10-06|version=3.17.2|image=SolankiNineTails.png}}'''Star Citizen Alpha 3.17.3''' (VERSION 3.17.3-LIVE.8240506) is an small Patch adding some changes to the speed of ground vehicles and bug fixes. ==Patch Notes== It is strongly recommended that players delete their USER and Shader folders for the Public client after patching, particularly if you start encountering an..." current
  • 17:5717:57, 30 January 2023 diff hist +2,791 N Update:Star Citizen Alpha 3.17.4Created page with "{{PatchData|Prev=Star Citizen Alpha 3.17.3|Next=Star Citizen Alpha 3.17.5|publishdate=2022-11-17|version=3.17.4 |image=DRAK Corsair promo shot05.jpg}} Alpha Patch 3.17.4 has been released to the LIVE environment! Patch should now show: VERSION 3.17.4-LIVE.8288900. It is strongly recommended that players delete their USER and Shader folders for the Public client after patching, particularly if you start encountering any odd character graphical issues or crash on loading..." current
  • 17:5417:54, 30 January 2023 diff hist +3,774 N Update:Star Citizen Alpha 3.17.5Created page with "{{PatchData | Prev = Star Citizen Alpha 3.17.4 | Next = Star Citizen Alpha 3.18.0 | publishdate = 2023-01-18 | version = 3.17.5 | image = LNY_Envelopes_012021.jpg }} right|thumb|Lunar New Year '''Alpha 3.17.5''' is an upcoming update for Star Citizen that is expected to bring Red Festival(Year of the Rooster for 2953) to the game. Patch Notes: {{Link_RSI|url=spectrum/community/SC/forum/190048/thread/star-citizen-alp..." Tag: Visual edit: Switched
  • 16:0316:03, 30 January 2023 diff hist +2 Template:Main page/settingsNo edit summary
  • 15:5315:53, 30 January 2023 diff hist 0 m Main PageChanged protection settings for "Main Page" ([Move=Allow only administrators] (indefinite))

28 January 2023

  • 07:5307:53, 28 January 2023 diff hist 0 m Main PageProtected "Main Page" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • 07:4207:42, 28 January 2023 diff hist −2 Main PageNo edit summary Tag: Visual edit: Switched
  • 07:0607:06, 28 January 2023 diff hist +788 N Module:Yesno/docCreated page with "{{Documentation}} {{Wikipedia template}} '''Module:Yesno''' provides a consistent interface for processing boolean or boolean-style string input. While Lua allows the <code>true</code> and <code>false</code> boolean values, wikicode templates can only express boolean values through strings such as "yes", "no", etc. This module processes these kinds of strings and turns them into boolean input for Lua to process. It also returns <code>nil</code> values as <code>nil</code..." current
  • 07:0607:06, 28 January 2023 diff hist +710 N Module:YesnoCreated page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =..."
  • 07:0507:05, 28 January 2023 diff hist +20 N Module:Util/docCreated page with "{{No documentation}}" current
  • 07:0507:05, 28 January 2023 diff hist +1,475 N Module:UtilCreated page with "-- Lua utility module. -- Usage: {{#invoke:util|function|arg1|arg2|...}} local p = {} -- Pluralize a word based on local dictionary or rules. -- Usage: {{#invoke:util|pluralize|arg}} function p.pluralize(frame) local base= frame.args[1] local return_val local base_len=string.len(base) local base_end=string.sub(base,-1) local base_last2=string.sub(base,-2) -- dictionary first - irregular plurals if (string.lower(base)=="nebula") then return_val = string...." current
  • 07:0507:05, 28 January 2023 diff hist +40 N Module:Transcluder/docCreated page with "{{Documentation}} {{Wikipedia template}}" current
  • 07:0407:04, 28 January 2023 diff hist +104 N Module:Time ago/docCreated page with "{{Documentation}} {{Wikipedia template}} '''Module:Time ago''' implements the {{tl|Time ago}} template." current
  • 07:0407:04, 28 January 2023 diff hist +4,416 N Module:Time agoCreated page with "-- Replacement for Template:Time ago local numberSpell = require('Module:NumberSpell')._main local yesno = require('Module:Yesno') local p = {} -- Table to convert entered text values to numeric values. timeText = { ['seconds'] = 1, ['minutes'] = 60, ['hours'] = 3600, ['days'] = 86400, ['weeks'] = 604800, ['months'] = 2678400, ['years'] = 31557600 } -- Table containing tables of possible units to use in output. timeUnits = { [1] = { 'second', 'seconds', "s..."
  • 07:0307:03, 28 January 2023 diff hist +115 N Module:Template translation/docCreated page with "{{Documentation}} {{Wikipedia template}} Implements {{Tl|Template link general}} and other templates in its family" current
  • 07:0207:02, 28 January 2023 diff hist +11,328 N Module:Template translationCreated page with "local this = {} function this.checkLanguage(subpage, default) --[[Check first if there's an any invalid character that would cause the mw.language.isKnownLanguageTag function() to throw an exception: - all ASCII controls in [\000-\031\127], - double quote ("), sharp sign (#), ampersand (&), apostrophe ('), - slash (/), colon (:), semicolon (;), lower than (<), greater than (>), - brackets and braces ([, ], {, }), pipe (|), bac..."
  • 07:0207:02, 28 January 2023 diff hist +115 N Module:Template link general/docCreated page with "{{Documentation}} {{Wikipedia template}} Implements {{Tl|Template link general}} and other templates in its family" current
  • 07:0207:02, 28 January 2023 diff hist +4,323 N Module:Template link generalCreated page with "-- This implements Template:Tlg local getArgs = require('Module:Arguments').getArgs local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns] then return s else return 'Template:' .. s end end local function trimTemplate(..."
  • 07:0107:01, 28 January 2023 diff hist +237 N Module:TableTools/docCreated page with "{{Documentation}} {{Wikipedia template}} '''Module:TableTools''' includes a number of functions for dealing with Lua tables. It is a meta-module, meant to be called from other Lua modules, and should not be called directly from #invoke." current
  • 07:0107:01, 28 January 2023 diff hist +8,030 N Module:TableToolsCreated page with "--[[ ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should -- -- not be called directly from #invoke...." current
  • 07:0107:01, 28 January 2023 diff hist +40 N Module:TNT/docCreated page with "{{Documentation}} {{Wikipedia template}}" current
  • 07:0107:01, 28 January 2023 diff hist +6,220 N Module:TNTCreated page with "-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code is maintained..." current
  • 07:0007:00, 28 January 2023 diff hist +4,144 N Module:String2/docCreated page with "{{Documentation}} {{Wikipedia template}} '''Module:String2''' contains five general purpose calls that convert strings to upper, lower, sentence or title case. There are also two utility calls that strip leading zeros from padded numbers and transform text so that it is not interpreted as wikitext. == Functions == === upper === The upper function simply converts all characters to upper case. === lower === The upper function simply converts all characters to upper case..." current
  • 07:0007:00, 28 January 2023 diff hist +3,565 N Module:String2Created page with "local p = {} p.upper = function(frame) local s = mw.text.trim(frame.args[1] or "") return string.upper(s) end p.lower = function(frame) local s = mw.text.trim(frame.args[1] or "") return string.lower(s) end p.sentence = function (frame ) frame.args[1] = string.lower(frame.args[1]) return p.ucfirst(frame) end p.ucfirst = function (frame ) local s = mw.text.trim( frame.args[1] or "" ) local s1 = "" -- if it's a list chop off and (store as s1) everything up..."
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)