User contributions for Joanmp14

A user with 11 edits. Account created on 16 ለካቲት 2019.
ኣበርክቶታት ድለይዘርግሕኣክብ
⧼contribs-top⧽
⧼contribs-date⧽

17 ጥቅምቲ 2021

  • 16:0416:04, 17 ጥቅምቲ 2021 ለውጢ ታሪኽ +20,309 ሞድዩል:tableገጽ ምስ «--[[ ------------------------------------------------------------------------------------ -- 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 #in...» ተፈጢሩ እዋናዊ
  • 15:5915:59, 17 ጥቅምቲ 2021 ለውጢ ታሪኽ +5,932 ሞድዩል:debugገጽ ምስ «local export = {} local escape do local escapes = { ["\a"] = "a", ["\b"] = "b", ["\f"] = "f", ["\n"] = "n", ["\r"] = "r", ["\t"] = "t", ["\v"] = "v", ["\\"] = "\\", ["\""] = '"', ["'"] = "'", } local function helper(char) return escapes[char] and "\\" .. escapes[char] or ("\\%03d"):format(char:byte()) end -- Escape control characters, backslash, double quote, and bytes that aren't -- used in UTF-8. -- Escape stuff that can't be saved in a...» ተፈጢሩ እዋናዊ
  • 15:5415:54, 17 ጥቅምቲ 2021 ለውጢ ታሪኽ +1,856 ሞድዩል:ugly hacksገጽ ምስ «local export = {} function export.explode(frame) local wanted_index = tonumber(frame.args[3]) local count = 1 for item in mw.text.gsplit(frame.args[1], frame.args[2], true) do if count == wanted_index then return item end count = count + 1 end return "" end function export.substr(frame) return mw.ustring.sub(frame.args[1] or "", tonumber(frame.args[2]) or 1, tonumber(frame.args[3]) or -1) end function export.find(frame) return mw.ustrin...» ተፈጢሩ እዋናዊ
  • 15:5015:50, 17 ጥቅምቲ 2021 ለውጢ ታሪኽ +19,384 ሞድዩል:linksገጽ ምስ «local export = {} --[=[ Unsupported titles and pages with high memory usage are listed at Module:links/data. Other modules used: Module:script utilities Module:scripts Module:languages and its submodules Module:gender and number Module:utilities Module:string Module:debug ]=] -- These are prefixed with u to avoid confusion with the default string methods -- of the same name. local usub = mw.ustring.sub l...» ተፈጢሩ እዋናዊ

16 ጥቅምቲ 2021

18 መስከረም 2020

29 ሚያዝያ 2020

6 ሚያዝያ 2020

5 ሚያዝያ 2020