Naudotojo M0dii indėlis
A user with 767 edits. Paskyra sukurta 6 kovo 2024.
11 balandžio 2025
- 15:5815:58, 11 balandžio 2025 skirt ist +1 499 N Module:T Naujas puslapis: -- <nowiki> -- Template:T -- local p = {} function p.main(frame) local args = frame:getParent().args return p._main(args) end function p._main(args) local link = args[1] local uri local targs = {} local ns local i = 1 -- strip transclusion modifiers (mw:Help:Magic words#Transclusion modifiers) link = link :gsub('safesubst:', '') :gsub('subst:', '') :gsub('int:', '') :gsub('msg:', '')... dabartinis
- 15:5715:57, 11 balandžio 2025 skirt ist +908 N Šablonas:Parentitle/doc Naujas puslapis: {{documentation}} This template is used to determine if the <tt>no-parenthesis-style</tt> class is to be added to a page, in order to suppress the styling applied to parentheses in article titles. See rsw:Forum:Two visual changes for more information. ==Usage== <pre>{{parentitle|parameter to check}}</pre> The template checks the parameter against the pagename. If they are the same, or if the parameter is empty, the class is added, otherwise nothing is added. The mos... dabartinis
- 15:5715:57, 11 balandžio 2025 skirt ist +163 N Šablonas:Parentitle Naujas puslapis: {{#if:{{{1|}}}|{{#ifeq:{{{1}}}|{{#replace:{{#replace:{{PAGENAME}}|'|'}}|&|&}}|no-parenthesis-style|}}|no-parenthesis-style}}<noinclude>{{/doc}}</noinclude> dabartinis
- 15:5615:56, 11 balandžio 2025 skirt ist +495 N Šablonas:Parentitle override/doc Naujas puslapis: {{documentation}} This template is used to override styling of parentheses in page titles. ==Usage== To simply prevent the styling, use: <pre>{{Parentitle override}}</pre> To provide your own, new title, the optional parameters can be used:<pre>{{Parentitle override|Normal part of title|styled part of title}}</pre> For example:<pre>{{Parentitle override|Dragonhide body (t)|(blue)}}</pre> ==See also== * Template:Parentitle <includeonly>Category:Formatting template... dabartinis
- 15:5615:56, 11 balandžio 2025 skirt ist +180 N Šablonas:Parentitle override Naujas puslapis: <span class="no-parenthesis-style"></span>{{#if:{{{1|}}}|{{DISPLAYTITLE:{{{1}}} {{#if:{{{2|}}}|<span class="title-parenthesis">{{{2}}}</span>|}}}}|}}<noinclude>{{/doc}}</noinclude> dabartinis
- 15:5515:55, 11 balandžio 2025 skirt ist +1 371 N Module:Ordinal Naujas puslapis: local p = {} local lang = mw.getContentLanguage() local hc = require('Module:Paramtest').has_content p._ordinals = { [0] = 'th', 'st', 'nd', 'rd', 'th', 'th', --5 'th', 'th', 'th', 'th', 'th', --10 -- special exceptions 'th', --11th 'th', --12th 'th', --13th } p._text = { [0] = 'zeroth', 'first', 'second', 'third', 'fourth', 'fifth', 'sixth', 'seventh', 'eighth', 'ninth', 'tenth', 'eleventh', 'twelfth', 'thirteenth', 'fourteenth', 'fifteen... dabartinis
- 15:5515:55, 11 balandžio 2025 skirt ist +2 265 N Module:Update/doc Naujas puslapis: {{documentation}} {{invokes|Update}} This template displays an notification stating the update pages copyrighted by MCSlime.LT. ==Usage== This template can be used by entering the following onto a relevant update article. {{t|Update|<nowiki>date=|<rev=>|category=|<link=>|<time=></nowiki>}} ===date=== This required parameter accepts the date. It should not be linked and can be in any format accepted by [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions#.23time...
- 15:5415:54, 11 balandžio 2025 skirt ist +94 N Šablonas:Update Naujas puslapis: <noinclude>{{external|mc}}</noinclude>{{#invoke:Update|update}}<noinclude>{{/doc}}</noinclude> dabartinis
- 15:5315:53, 11 balandžio 2025 skirt ist +15 S Module:Update Nėra keitimo santraukos
- 15:5315:53, 11 balandžio 2025 skirt ist −79 S Module:Update Nėra keitimo santraukos
- 15:4215:42, 11 balandžio 2025 skirt ist −1 S Šablonas:Date page Nėra keitimo santraukos Žyma: Atmesta
- 15:4115:41, 11 balandžio 2025 skirt ist −4 S Šablonas:Date page Nėra keitimo santraukos Žyma: Atmesta
- 15:3915:39, 11 balandžio 2025 skirt ist 0 N Vaizdas:Information icon-grey.svg Nėra keitimo santraukos dabartinis
- 15:3815:38, 11 balandžio 2025 skirt ist +431 N Šablonas:Extension DPL/doc Naujas puslapis: {{Documentation}} This page was automatically created. It serves as an anchor page for all '''invocations''' of [http://mediawiki.org/wiki/Extension:DynamicPageList Extension:DynamicPageList (DPL)]. ==Usage== This template should not be linked to, as it does nothing. <includeonly>{{PAGENAME}}{{PAGENAME}}</includeonly> dabartinis
- 15:3815:38, 11 balandžio 2025 skirt ist +31 N Šablonas:Extension DPL Naujas puslapis: <noinclude>{{/doc}}</noinclude> dabartinis
- 15:3715:37, 11 balandžio 2025 skirt ist +14 S Module:Documentation Nėra keitimo santraukos
- 15:3415:34, 11 balandžio 2025 skirt ist +19 N Šablonas:Date page dpl.default Naujas puslapis: <noinclude>{{/doc}} dabartinis
- 15:3415:34, 11 balandžio 2025 skirt ist +84 N Šablonas:Date page dpl Naujas puslapis: <includeonly>{{#invoke:Update|datedpl}}</includeonly><noinclude>{{/doc}}</noinclude> dabartinis
- 15:3315:33, 11 balandžio 2025 skirt ist +15 147 N Module:Update Naujas puslapis: --<nowiki> -- IMPORTS local pt = require('Module:Paramtest') local hc = pt.has_content local dt = pt.default_to local top_icons -- Module:Top icons local contains -- Module:Array local ordinal -- Module:Ordinal -- exposed table local p = {} --[=[ -- -- HELPER TABLES AND FUNCTIONS -- --]=] -- replacement before calling encode -- as lua patterns local repl_before = { ['%('] = '', ['%)'] = '', ['%!'] = '', } -- replacements after calling encode -- as lua...
- 15:3115:31, 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
- 15:3015:30, 11 balandžio 2025 skirt ist −4 545 S Module:Documentation Nėra keitimo santraukos
- 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 dabartinis Žyma: Vizualus redagavimas
- 13:3513:35, 11 balandžio 2025 skirt ist 0 N Vaizdas:Watchtower.jpg Uploaded with SimpleBatchUpload dabartinis