Naudotojo M0dii indėlis
A user with 995 edits. Paskyra sukurta 6 kovo 2024.
11 balandžio 2025
- 15:3015:30, 11 balandžio 2025 skirt ist +180 S Module:Documentation Nėra keitimo santraukos
- 15:2615:26, 11 balandžio 2025 skirt ist +4 464 N Module:DPLlua/doc Naujas puslapis: {{Documentation}} Uses Template:DPLlua helper to make it possible to include all parameters of a template while maintaining good performance. {{Helper module|name=DPLlua |fname1 = ask( ... ) |ftype1 = tables |fuse1 = <code>ask</code> takes a series of tables each containing the settings for a DPL query; it will return the same number of result tables as input tables. All formatting settings are stripped from the config. If the config does not contains <code>... dabartinis
- 15:2415:24, 11 balandžio 2025 skirt ist +871 N Module:Yesno Naujas puslapis: --[[ {{Helper module|name=Yesno |fname1=(arg) |ftype1=Any value |fuse1=Reads arg for yes/no and returns the appropriate boolean or nil |fname2=(arg1,arg2) |ftype2=Any value, Any value |fuse2=Reads arg1 for yes/no and returns the appropriate boolean; returns arg2 if arg1 was not an applicable value }} --]] -- <pre> -- Used to evaluate args to booleans where applicable -- -- Based on <https://en.wikipedia.org/wiki/Module:Yesno> -- see page history there for contributors -- r... dabartinis
- 15:2315:23, 11 balandžio 2025 skirt ist −33 S Šablonas:Date page Nėra keitimo santraukos Žyma: Atmesta
- 15:2215:22, 11 balandžio 2025 skirt ist +1 592 N Module:Tooltip Naujas puslapis: local p = {} local yn = require('Module:Yesno') local hc = require('Module:Paramtest').has_content -- module access point for div p._div = function(args) local name = args.name if not hc(name) then error('Name is required!') end local content = args.content local hasarrow = yn(args.arrow or 'yes', true) local arrowsize = tonumber(args.arrowsize) or 10 local limitwidthbool = yn(args.limitwidth or 'yes', true) local style = args.style local div = mw.html.... dabartinis
- 15:2115:21, 11 balandžio 2025 skirt ist +24 436 N Module:DependencyList Naujas puslapis: local p = {} local libraryUtil = require( 'libraryUtil' ) local arr = require( 'Module:Array' ) local yn = require( 'Module:Yesno' ) local param = require( 'Module:Paramtest' ) local dpl = require( 'Module:DPLlua' ) local tooltip = require( 'Module:Tooltip' ) local moduleIsUsed = false local COLLAPSE_LIST_LENGTH_THRESHOLD = 5 local MAX_DYNAMIC_REQUIRE_LIST_LENGTH = 30 local dynamicRequireListQueryCache = {} local builtins = { ["libraryUtil"] = { link = "mw:Spec... dabartinis
- 15:1315:13, 11 balandžio 2025 skirt ist +1 268 N Module:Top icons Naujas puslapis: --<nowiki> local p = {} local sites = { rs = { params = { 'mc' }, interwiki = 'mcslime', wikiname = 'MCSlime Wiki', } } local order = { 'mc' } local allparams = {} function p.main(frame) local args = frame:getParent().args return p._main(args) end function p._main(args) local pagename = mw.title.getCurrentTitle().fullText local vals = {} -- create allparams for s,t in pairs(sites) do for _,v in ipairs(t.params) do allparams[v] = s end end -- l... dabartinis
- 15:1115:11, 11 balandžio 2025 skirt ist +84 N Šablonas:External Naujas puslapis: <includeonly>{{#invoke:Top icons|main}}</includeonly><noinclude>{{/doc}}</noinclude> dabartinis
- 15:1115:11, 11 balandžio 2025 skirt ist +72 Šablonas:T Pašalintas nukreipimas į Šablonas:Template link dabartinis Žyma: Pašalintas nukreipimas
- 15:0915:09, 11 balandžio 2025 skirt ist +72 N Šablonas:Mainonly Naujas puslapis: {{#ifeq:{{NAMESPACE}}|{{ns:0}}|{{{1|}}}}}<noinclude>{{/doc}}</noinclude> dabartinis
- 14:4514:45, 11 balandžio 2025 skirt ist +84 N Šablonas:Data page dpl Naujas puslapis: <includeonly>{{#invoke:Update|datedpl}}</includeonly><noinclude>{{/doc}}</noinclude> dabartinis
- 14:3714:37, 11 balandžio 2025 skirt ist +16 313 N Module:DPLlua Naujas puslapis: -- <nowiki> local dpl = {} local libraryUtil = require( 'libraryUtil' ) local hasContent = require( 'Module:Paramtest' ).has_content local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg dpl.pipe = '¦' local dataContentMarker = '`#@@#`' local allIncludedParamNames = {} -- Custom function for splitting a string because mw.text.split() is waaay too slow local function split( str, pattern, plain ) local res = {} local contin... dabartinis
- 14:3614:36, 11 balandžio 2025 skirt ist +633 N Šablonas:Date page/doc Naujas puslapis: {{documentation}} This template is a DPL call to collect and format all update pages with a specific date. It uses Template:Date page dpl (based on Module:Update) and Template:Date page dpl.default to do so. In the case of a date featuring no historic updates, no output will be shown if the first parameter is left blank (ie. date pages), or "... Nothing interesting happened" will show if the first parameter is set. ==Usage== <pre>{{Date page}}</pre> The templ... dabartinis
- 14:3614:36, 11 balandžio 2025 skirt ist +546 N Šablonas:Date page Naujas puslapis: <includeonly>{{#vardefine:datedpl|{{#dpl: |category = {{{1|{{PAGENAME}}}}} updates |uses = Template:Update¦Template:Patch Notes |ordermethod = sortkey |order = descending |include = {Update¦Date page dpl},{Patch Notes¦Date page dpl} |format = ,\n* ,, }}}}{{#ifexpr:{{#len:{{#var:datedpl}}}} > 100 |{{#var:datedpl}} |{{#if:{{{1|}}}|* ... Nothing interesting happened.|{{#var:datedpl}}}} }}{{mainonly|{{#iferror:{{#time:j F|{{PAGENAME}}}}||[[Category:{{PAGENAME}} updates| ]]...
- 14:3414:34, 11 balandžio 2025 skirt ist +213 N Šablonas:On this day/doc Naujas puslapis: {{documentation}} This template is used on the Main Page to list updates that happened [[{{CURRENTDAY}} {{CURRENTMONTHNAME}}|on this day]]. <includeonly>{{PAGENAME}}</includeonly> dabartinis
- 14:3414:34, 11 balandžio 2025 skirt ist +266 N Šablonas:On this day Naujas puslapis: <includeonly><div class="mainpage-onthisday tile nomobile"> <p class="byline">{{CURRENTDAY}} {{CURRENTMONTHNAME}}</p> <h2>On this day...</h2> <div>{{Date page|{{CURRENTDAY}} {{CURRENTMONTHNAME}}}}</div> </div></includeonly><noinclude>{{/doc}}</noinclude>
- 14:3214:32, 11 balandžio 2025 skirt ist +2 055 N Module:ParamTest Naujas puslapis: --[[ {{Helper module |name=Paramtest |fname1 = is_empty(arg) |ftype1 = String |fuse1 = Returns true if arg is not defined or contains only whitespace |fname2 = has_content(arg) |ftype2 = String |fuse2 = Returns true if arg exists and does not only contain whitespace |fname3 = default_to(arg1,arg2) |ftype3 = String, Any value |fuse3 = If arg1 exists and does not only contain whitespace, the function returns arg1, otherwise returns arg2 |fname4 = defaults{ {arg1,arg2},...} |f... dabartinis
- 14:3114:31, 11 balandžio 2025 skirt ist +30 679 N Module:Array Naujas puslapis: local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti ---Returns the length of the array but it also works on proxy arrays ---@param arr any[] ---@return integer local function len(arr) local l = #arr if l == 0 then if arr[1] ~= nil then -- Exponential search to find length of proxy table local low = 1 local high = 1 local ceil = math.ceil while arr[high] ~= nil do high =... dabartinis
- 14:2914:29, 11 balandžio 2025 skirt ist +13 S Serverio restartas 2025-04-18 Nėra keitimo santraukos Žyma: Vizualus redagavimas
- 14:2214:22, 11 balandžio 2025 skirt ist −2 S Serverio restartas 2025-04-18 Nėra keitimo santraukos Žyma: Vizualus redagavimas
- 14:2214:22, 11 balandžio 2025 skirt ist +237 S Serverio restartas 2025-04-18 Nėra keitimo santraukos Žyma: Vizualus redagavimas
- 14:1714:17, 11 balandžio 2025 skirt ist −3 S Serverio restartas 2025-04-18 Nėra keitimo santraukos Žyma: Vizualus redagavimas
- 14:1614:16, 11 balandžio 2025 skirt ist 0 S Serverio restartas 2025-04-18 Nėra keitimo santraukos Žyma: Vizualus redagavimas
- 14:1614:16, 11 balandžio 2025 skirt ist +356 S Serverio restartas 2025-04-18 Nėra keitimo santraukos Žyma: Vizualus redagavimas
- 14:1514:15, 11 balandžio 2025 skirt ist +20 N Vaizdas:2025-04-18 PvP Arena.png Nėra keitimo santraukos dabartinis
- 14:1314:13, 11 balandžio 2025 skirt ist +29 N Vaizdas:Serverio -spawn 2025-04-18 v2.png Nėra keitimo santraukos dabartinis
- 14:1114:11, 11 balandžio 2025 skirt ist +26 N Vaizdas:Serverio -spawn 2025-04-18.png Nėra keitimo santraukos dabartinis
- 13:3713:37, 11 balandžio 2025 skirt ist +409 Naujos struktūros Naujos struktūros Žyma: Vizualus redagavimas
- 13:3513:35, 11 balandžio 2025 skirt ist 0 N Vaizdas:Watchtower.jpg Uploaded with SimpleBatchUpload dabartinis
- 13:3513:35, 11 balandžio 2025 skirt ist 0 N Vaizdas:Supply Cache.jpg Uploaded with SimpleBatchUpload dabartinis
- 13:3513:35, 11 balandžio 2025 skirt ist 0 N Vaizdas:Mangrove Hut.jpg Uploaded with SimpleBatchUpload dabartinis
- 13:3513:35, 11 balandžio 2025 skirt ist 0 N Vaizdas:Desert Shrine.jpg Uploaded with SimpleBatchUpload dabartinis
- 13:3513:35, 11 balandžio 2025 skirt ist 0 N Vaizdas:Ruins.jpg Uploaded with SimpleBatchUpload dabartinis
- 13:3513:35, 11 balandžio 2025 skirt ist 0 N Vaizdas:Mausoleum.jpg Uploaded with SimpleBatchUpload dabartinis
- 13:3513:35, 11 balandžio 2025 skirt ist 0 N Vaizdas:End Shipwreck.png Uploaded with SimpleBatchUpload dabartinis
- 13:3513:35, 11 balandžio 2025 skirt ist 0 N Vaizdas:Guide Post.jpg Uploaded with SimpleBatchUpload dabartinis
- 13:3513:35, 11 balandžio 2025 skirt ist 0 N Vaizdas:Badlands Pyramid.jpg Uploaded with SimpleBatchUpload dabartinis
- 13:3513:35, 11 balandžio 2025 skirt ist 0 N Vaizdas:Dark Forest Settlement.jpg Uploaded with SimpleBatchUpload dabartinis
- 13:3513:35, 11 balandžio 2025 skirt ist 0 N Vaizdas:Farmstead.jpg Uploaded with SimpleBatchUpload dabartinis
- 13:3513:35, 11 balandžio 2025 skirt ist 0 N Vaizdas:Campsite.jpg Uploaded with SimpleBatchUpload dabartinis
- 13:3513:35, 11 balandžio 2025 skirt ist 0 N Vaizdas:Black Spiral.jpg Uploaded with SimpleBatchUpload dabartinis
- 13:3513:35, 11 balandžio 2025 skirt ist 0 N Vaizdas:Tavern.jpg Uploaded with SimpleBatchUpload dabartinis
- 13:3113:31, 11 balandžio 2025 skirt ist +57 Serverio restartas 2025-04-18 Nėra keitimo santraukos Žyma: Vizualus redagavimas
- 13:2613:26, 11 balandžio 2025 skirt ist −44 S Naujos struktūros Nėra keitimo santraukos Žyma: Vizualus redagavimas
- 13:2413:24, 11 balandžio 2025 skirt ist +1 289 N Naujos struktūros Naujas puslapis: Naujos struktūros, įdėtos per Serverio restartas 2025-04-18.<gallery mode="slideshow" widths="420" heights="420"> Vaizdas:Lone Citadel.png Vaizdas:Badlands Miner Outpost.webp|alt= Vaizdas:Conduit ruin.webp|alt= Vaizdas:Desert Ruins.png|alt= Vaizdas:End Castle.webp|alt= Vaizdas:End Lighthouse.webp|alt= Vaizdas:End Ships.webp|alt= Vaizdas:Firewatch towers.webp|alt= Vaizdas:Hamlet.webp|alt= Vaizdas:Illager Camps.png|alt= Vaizdas:Illager Hideout.webp|alt= Vaizdas:Illager... Žyma: Vizualus redagavimas
- 13:1613:16, 11 balandžio 2025 skirt ist 0 N Vaizdas:Witch Villa.webp Uploaded with SimpleBatchUpload dabartinis
- 13:1613:16, 11 balandžio 2025 skirt ist 0 N Vaizdas:Underground House.png Uploaded with SimpleBatchUpload dabartinis
- 13:1613:16, 11 balandžio 2025 skirt ist 0 N Vaizdas:Wells.webp Uploaded with SimpleBatchUpload dabartinis
- 13:1613:16, 11 balandžio 2025 skirt ist 0 N Vaizdas:Wild Ruins.png Uploaded with SimpleBatchUpload dabartinis
- 13:1613:16, 11 balandžio 2025 skirt ist 0 N Vaizdas:Undead Crypts.png Uploaded with SimpleBatchUpload dabartinis