ފަހު ބަދަލުތައް

މި ވިކިޕީޑިއާ އަށް ގެނެވިފައިވާ އެންމެ ފަހުގެ ބަދަލުތައް މި ޞަފްހާ އިން ބައްލަވާ!

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
ފޮރުވާ registered users | ފޮރުވާ anonymous users | ފޮރުވާ my edits | ދައްކަވާ bots | ފޮރުވާ minor edits | Show page categorization | ދައްކަވާ Wikidata
Show new changes starting from 18:35, 14 މެއި 2024
 
List of abbreviations:
D
Wikidata އުނިއިތުރު
N
މި އުނިއިތުރުން އާ ޞަފްޙާއެއް ފަށައިގަނެވުނެވެ. (also see list of new pages)
m
މިއީ ކުޑަކުޑަ އުނިއިތުރެކެވެ.
b
މި އުނިއިތުރު ގެނައީ ބޮޓެކެވެ.
(±123)
The page size changed by this number of bytes
Temporarily watched page

10 މެއި 2024

  • ފަރަގުތާރީޚް N މޮޑިއުލް:script utilities/data 03:59 +1,0452601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "local data = {} data.translit = { ["term"] = { --[=[ can't be done until Kana transliterations are correctly parsed by Module:links ["tag"] = "i", ]=] ["classes"] = "mention-tr", }, ["usex"] = { ["tag"] = "i", ["classes"] = "e-transliteration", }, ["head"] = { ["classes"] = "headword-tr", ["dir"] = "ltr", }, ["default"] = {}, } data.transcription = { ["head"] = { ["tag"] = "span", ["classes"] = "headword-ts", ["dir"] = "ltr", }, ["usex...")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:languages/doSubstitutions 03:58 +3,8612601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with " local gsub = require("Module:string utilities").gsub local function doRemoveExceptions(text, sc, remove_exceptions) substitutes = {} or substitutes local i = 0 for _, exception in ipairs(remove_exceptions) do exception = sc:toFixedNFD(exception) text = gsub(text, exception, function(m) i = i + 1 table.insert(substitutes, m) return "\127" end) end return text end local function undoRemoveExceptions(text) local i = 0 return text:gsub("\127", functi...")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:languages/data/patterns 03:58 +8822601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "-- Capture patterns used by Module:languages to prevent formatting from being disrupted while text is being processed. -- Certain character sequences are substituted beforehand to make pattern matching more straightforward: -- "\1" = "" -- "\2" = "" return { "((</?link>))\0", -- Special link formatting added by Module:links "((<[^<>\1\2]+>))", -- HTML tag "((\1[Ff][Ii][Ll][Ee]:[^\1\2]+\2))\0", -- File "((\1[Ii][Mm][Aa][Gg][Ee]:[^\1\2]+\2))\0", -- Image "...")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:data/interwikis 03:56 +3282601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "local data = {} local gsub = string.gsub local next = next local ulower = require("Module:string utilities").lower for _, interwiki in next, mw.site.interwikiMap() do data[ulower((gsub(interwiki.prefix, "_", " ")))] = interwiki.isCurrentWiki and "current" or interwiki.isLocal and "local" or "external" end return data")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:data/namespaces 03:56 +3592601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "local data = {} local gsub = string.gsub local next = next local ulower = require("Module:string utilities").lower for _, namespace in next, mw.site.namespaces do local prefix = ulower((gsub(namespace.name, "_", " "))) data[prefix] = prefix for _, alias in next, namespace.aliases do data[ulower((gsub(alias, "_", " ")))] = prefix end end return data")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:script utilities 03:55 +16,9422601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "local m_string_utils = require("Module:string utilities") local require_when_needed = require("Module:utilities/require when needed") local concat = table.concat local find = m_string_utils.find local gsub = m_string_utils.gsub local insert = table.insert local process_params = require_when_needed("Module:parameters", "process") local toNFD = mw.ustring.toNFD local u = m_string_utils.char local export = {} --[=[ Modules used: Module:script utilities/data [[Modu...")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:string/encode entities 03:54 +8472601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "local m_str_utils = require("Module:string utilities") local codepoint = m_str_utils.codepoint local decode_entities = m_str_utils.decode_entities local find = string.find local format = string.format local gsub = string.gsub local match = string.match local pattern_escape = m_str_utils.pattern_escape local function encode_entity(ch) return "&#x" .. format("%X", codepoint(ch)) .. ";" end return function(text, charset, raw) if not raw then text = decode_entities(te...")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:scripts/data 03:52 +52,7872601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "--[=[ When adding new scripts to this file, please don't forget to add style definitons for the script in MediaWiki:Common.css. ]=] local concat = table.concat local insert = table.insert local remove = table.remove local select = select local sort = table.sort local u = require("Module:string utilities").char ------------------------------------------------------------------------------------ -- -- Helper functions -- ---------------------------------------------...")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:scripts 03:51 +15,0462601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "local m_str_utils = require("Module:string utilities") local codepoint = m_str_utils.codepoint local gsplit = m_str_utils.gsplit local select = select local split = m_str_utils.split local toNFC = mw.ustring.toNFC local toNFD = mw.ustring.toNFD local toNFKC = mw.ustring.toNFKC local toNFKD = mw.ustring.toNFKD local type = type local u = m_str_utils.char local ugsub = m_str_utils.gsub local umatch = m_str_utils.match local export = {} local Script = {} --[==[Returns t...")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:string/char 03:50 +1,0192601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "local char = string.char local concat = table.concat local tonumber = tonumber local function err(cp) error("Codepoint " .. cp .. " is out of range: codepoints must be between 0x0 and 0x10FFFF.", 2) end local function utf8_char(cp) cp = tonumber(cp) if cp < 0 then err("-0x" .. ("%X"):format(-cp + 1)) elseif cp < 0x80 then return char(cp) elseif cp < 0x800 then return char( 0xC0 + cp / 0x40, 0x80 + cp % 0x40 ) elseif cp < 0x10000 then if cp >= 0xD8...")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:languages/data 03:49 +7,0532601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "local table = table local insert = table.insert local u = require("Module:string/char") local export = {} -- UTF-8 encoded strings for some commonly-used diacritics. local c = { grave = u(0x0300), acute = u(0x0301), circ = u(0x0302), tilde = u(0x0303), macron = u(0x0304), overline = u(0x0305), breve = u(0x0306), dotabove = u(0x0307), diaer = u(0x0308), ringabove = u(0x030A), dacute = u(0x030B), caron = u(0x030C), lineabove = u(0x030D)...")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:languages/data/2 03:48 +58,8642601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "local m_lang = require("Module:languages") local m_langdata = require("Module:languages/data") local u = require("Module:string utilities").char local c = m_langdata.chars local p = m_langdata.puaChars local s = m_langdata.shared -- Ideally, we want to move these into Module:languages/data, but because (a) it's necessary to use require on that module, and (b) they're only used in this data module, it's less memory-efficient to do that at the moment. If it becomes...")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:languages 03:46 +78,3242601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "local require = require local m_str_utils = require("Module:string utilities") local m_table = require("Module:table") local mw = mw local string = string local table = table local ustring = mw.ustring local check_object = require("Module:utilities").check_object local concat = table.concat local decode_entities = m_str_utils.decode_entities local decode_uri = m_str_utils.decode_uri local gmatch = string.gmatch local gsub = string.gsub local insert = table.insert local...")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:wikimedia languages/data 03:45 +1,9692601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "local m = {} --[=[ This table maps *FROM* Wikimedia language codes (used in lang-specific Wikipedias and Wiktionaries) into English Wiktionary language codes. See also the following: * `interwiki_langs` in Module:translations/data, which maps in the other direction (from English Wiktionary codes to foreign Wiktionaries), specifically for {{t+}}; * the `wiktprefix` field of the `metadata` variable in MediaWiki:Gadget-TranslationAdder-Data.js, which also maps...")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:wikimedia languages 03:44 +2,4482601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "local export = {} local WikimediaLanguage = {} function WikimediaLanguage:getCode() return self._code end function WikimediaLanguage:getCanonicalName() return self._rawData.canonicalName end --function WikimediaLanguage:getAllNames() -- return self._rawData.names --end --[==[Given a list of types as strings, returns true if the Wikimedia language has all of them. Possible types are explained in Module:wikimedia languages/data.]==] function WikimediaLanguage:ha...")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:utilities 03:43 +16,6562601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "local mw = mw local mw_text = mw.text local package = package local table = table local require = require local concat = table.concat local decode_entities = require("Module:string utilities").decode_entities local get_current_frame = mw.getCurrentFrame local insert = table.insert local ipairs = ipairs local maxn = table.maxn local tonumber = tonumber local trim = mw_text.trim local type = type local unstrip = mw_text.unstrip local unstripNoWiki = mw_text.unstripNoWiki...")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:collation 03:42 +4,4352601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "local export = {} local require = require local byte = string.byte local concat = table.concat local get_plaintext = require("Module:utilities").get_plaintext local match = string.match local memoize = require("Module:fun").memoize local remove = table.remove local sort = table.sort local string_sort -- defined below as export.string_sort local trim = mw.text.trim local type = type -- Custom functions for generating a sortkey that will achieve the desired sort -- order...")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:table 03:40 +29,7872601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "--[[ ------------------------------------------------------------------------------------ -- table (formerly 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....")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:utilities/require when needed 03:39 +4912601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "local loaded = package.loaded local require = require local setmetatable = setmetatable return function(text, key) local module = loaded[text] if module then return key and module[key] or module end local mt = {} function mt:__index(k) module = module or key and require(text)[key] or require(text) return module[k] end function mt:__call(...) module = module or key and require(text)[key] or require(text) return module(...) end return setmetat...")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:fun 03:38 +10,6212601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "local export = {} local libraryUtil = require("libraryUtil") local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local format = string.format local getmetatable = getmetatable local ipairs = ipairs local is_callable -- defined as export.is_callable below local pairs = pairs local select = select local tostring = tostring local type = type local unpack = unpack local iterableTypes = { "table", "string" } local function _check(func...")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:string utilities 03:37 +35,9632601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "local mw = mw local string = string local table = table local ustring = mw.ustring local byte = string.byte local char = string.char local concat = table.concat local find = string.find local format = string.format local gmatch = string.gmatch local gsub = string.gsub local len = string.len local load_data = mw.loadData local lower = string.lower local match = string.match local next = next local reverse = string.reverse local select = select local sort = table.sort loc...")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:parameters 03:35 +17,1642601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "local m_str_utils = require("Module:string utilities") local require_when_needed = require("Module:utilities/require when needed") local dump = mw.dumpObject local floor = math.floor local gsplit = mw.text.gsplit local gsub = string.gsub local huge = math.huge local insert = table.insert local list_to_set = require("Module:table").listToSet local list_to_text = mw.text.listToText local match = string.match local max = math.max local pairs = pairs local pattern_escape =...")
  • ފަރަގުތާރީޚް N މޮޑިއުލް:interproject 03:34 +6,3102601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "local export = {} local m_params = require("Module:parameters") local function track(page) require("Module:debug/track")("interproject/" .. page) return true end local function process_links(linkdata, prefix, name, wmlang, sc) prefix = prefix .. ":" .. (wmlang:getCode() == "en" and "" or wmlang:getCode() .. ":") local links = {} local iplinks = {} local m_links = require("Module:links") local lang = wmlang:getWiktionaryLanguage() local ipalt = name .. " "...")
  • ފަރަގުތާރީޚް N ފަންވަތް:wikipedia 03:32 +782601:18e:c67e:71e0:f176:bc6a:c0a7:4de5 ޚިޔާލު ސަފްޙާ(Created page with "{{#invoke:interproject|wikipedia_box}}<noinclude>{{documentation}}</noinclude>")

9 މެއި 2024