User contributions for Salty Nori

A user with 0 edits. Account created on 2 November 2023.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

26 October 2023

  • 05:2305:23, 26 October 2023 diff hist +3,540 N Module:Namespace detect/configCreated page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --..." current
  • 05:2305:23, 26 October 2023 diff hist +2,569 N Module:Namespace detect/dataCreated page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function..." current
  • 05:1905:19, 26 October 2023 diff hist +431 User:Salty NoriNo edit summary current
  • 05:1705:17, 26 October 2023 diff hist +4,216 N Module:Arguments/i18nCreated page with "-- <nowiki> return { ["en"] = { ["error-value-func"] = "bad value assigned to option \"valueFunc\" (function expected, got $1)", ["error-overwrite-permission"] = "could not write to argument table key \"$1\"; overwriting existing arguments is not permitted", ["error-write-permission"] = "could not write to argument table key \"$1\"; the table is read-only" }, ["qqq"] = { ["error-value-func"] = "Error thrown when options.valueFu..." current
  • 05:1305:13, 26 October 2023 diff hist +42 N User:Salty NoriCreated page with "{{Other Languages |en = Nori |ja = Nori }}"
  • 05:1305:13, 26 October 2023 diff hist +24,348 N Module:Ko-rm/dataCreated page with "return { FSC = { --final syllable conversion [""] = "Ø", ["X"] = "" }, VV = { --vowel variation [1] = 112, -- 개→게 [3] = 112, -- 걔→계 [10] = 140, -- 괘→궤 [7] = -56, -- 계→게 [11] = 112, -- 괴→궤 [16] = 0, -- 귀→귀 }, AVS = { --allowed vowel scheme ["1-1"] = 1, ["1-6"] = 1, ["3-1"] = 1, ["3-6"] = 1, ["10-1"] = 1, ["10-6"] = 1, ["7-1"] = 1, ["7-6"] = 1, ["11-1"] = 1, ["11-6"] = 1, ["16-6"]..." current

25 October 2023

  • 07:5507:55, 25 October 2023 diff hist +14,977 N Module:I18nCreated page with "--- I18n library for message storage in Lua datastores. -- The module is designed to enable message separation from modules & -- templates. It has support for handling language fallbacks. This -- module is a Lua port of I18n-js and i18n modules that can be loaded -- by it are editable through I18nEdit. -- -- @module i18n -- @version 1.4.0 -- @require Module:Entrypoint -- @require Module:Fallbacklist -- @author [[Use..." current
  • 07:5507:55, 25 October 2023 diff hist +16,796 N Module:Ko-rmCreated page with "-- based on Wiktionary wikt:Module:ko-translit wikt:Module:ko-pron wikt:Module:ko-pron/data wikt:Module:ko local p = {} local Ugsub = mw.ustring.gsub local Umatch = mw.ustring.match local Usub = mw.ustring.sub local Uchar = mw.ustring.char local codepoint = mw.ustring.codepoint local data = mw.loadData('Module:Ko-rm/data') local lib = require('Module:Feature') local CleanTT = require('Module:Tt').CleanTT function p.main(frame) local args = require('Modu..." current
  • 07:5407:54, 25 October 2023 diff hist −221 Template:OtherLanguagesNo edit summary current
  • 07:5307:53, 25 October 2023 diff hist +11,458 N Module:FeatureCreated page with "--- Miscellaneous useful functions. local lib = {} local util = require('libraryUtil') local checkType = util.checkType local checkTypeMulti = util.checkTypeMulti local NIL_OK = true --- Choose one of two values to return. -- @param {boolean} cond Determines which value to return. -- @param T The value to return if `cond` is true (or truthy). -- @param F The value to return if `cond` is false (or falsey). function lib.ternary(cond, T, F) if cond then ret..." current
  • 07:5207:52, 25 October 2023 diff hist +19,620 N Module:Other LanguagesCreated page with "local p = {} local lib = require('Module:Feature') local KOrm = require('Module:Ko-rm') local i18n = require('Module:I18n').loadMessages('Other Languages') local SelectiveSpan = require('Module:Lang').SelectiveSpan local search = lib.inArray local ne = lib.isNotEmpty local ie = lib.isEmpty local langOrder = {'en', 'zhs', 'zht', 'ja', 'ko', 'es', 'fr', 'ru', 'th', 'vi', 'de', 'id', 'pt', 'tr', 'it'} local categories = mw.html.create() local noCat =..."
  • 07:5207:52, 25 October 2023 diff hist −326 Template:Other LanguagesNo edit summary current