Cëru yu jëfandikukat bii di Rich Farmbrough

Un utilisateur avec 57 modifications. Compte créé le 21 Samwiyee 2009.
Seet ay cëruaffichermasquer
⧼contribs-top⧽
⧼contribs-date⧽

8 Samwiye 2022

  • 17:298 Samwiye 2022 à 17:29 wuute jaar +473 N Royuwaay:EditXët wu bees : <span class="noprint plainlinks" title="{{#if:{{{tooltip|}}}|{{{tooltip}}}|Edit {{{1}}}}}">[{{fullurl:{{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}}|action=edit{{#if:{{{section|}}}|&section={{{section}}}}}{{#if:{{{editintro|}}}|&editintro={{urlencode:{{{editintro}}}|wiki}}}}{{#if:{{{preload|}}}|&preload={{urlencode:{{{preload}}}|wiki}}}}{{#if:{{{preloadtitle|}}}|&preloadtitle={{urlencode:{{{preloadtitle}}}}}}}}} {{{2|edit}}}]</span><noinclude> {{documentation}} </noinclude> bi mujj
  • 17:288 Samwiye 2022 à 17:28 wuute jaar +1 177 N Royuwaay:Emergency-bot-shutoffXët wu bees : <div class="plainlinks plainlinks2" style="text-align:center;"> <strong style="font-size: 2em;">Emergency {{{titlename|bot}}} shutoff button</strong> [[{{{icon|File:Shutdown button.svg}}}|{{{buttonsize|128}}}px|Emergency block button|link={{fullurl:Special:Block|wpTarget={{BASEPAGENAMEE}}&wpExpiry=indefinite&wpHardBlock=1&wpAutoBlock=0&wpCreateAccount=0&wpReason=other&wpReason-other=Bot%20malfunctioning:%20}}]] <strong>Administrators:</strong> {{#... bi mujj
  • 16:578 Samwiye 2022 à 16:57 wuute jaar +35 026 N Module:DocumentationXët wu bees : -- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in the p -- table for testing purposes. -... bi mujj
  • 16:568 Samwiye 2022 à 16:56 wuute jaar +151 N Royuwaay:DocumentationXët wu bees : {{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude> bi mujj
  • 16:558 Samwiye 2022 à 16:55 wuute jaar +435 N Royuwaay:Template otherXët wu bees : {{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Template}} | template | other }} }} | template = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude> bi mujj
  • 16:548 Samwiye 2022 à 16:54 wuute jaar +3 545 N Module:Namespace detect/configXët wu bees : -------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --... bi mujj
  • 16:538 Samwiye 2022 à 16:53 wuute jaar +2 569 N Module:Namespace detect/dataXët wu bees : -------------------------------------------------------------------------------- -- 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 addK... bi mujj
  • 16:528 Samwiye 2022 à 16:52 wuute jaar +720 N Module:Category handler/blacklistThis module may need tweaking to match the Wolof WQ namespace etc bi mujj
  • 16:488 Samwiye 2022 à 16:48 wuute jaar +888 N Module:Category handler/sharedXët wu bees : -- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Module:Namespace detect/data' if useLoadData then return mw.loadData(dataPage).mappings else return requi... bi mujj
  • 16:478 Samwiye 2022 à 16:47 wuute jaar +5 755 N Module:Category handler/configXët wu bees : -------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. ---------------------------------... bi mujj
  • 16:468 Samwiye 2022 à 16:46 wuute jaar +631 N Module:Category handler/dataXët wu bees : -- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Module:Category handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blacklist') local title = mw.title.getCurrentTitle() data.currentTitleMatchesBlacklist = mShared.matchesBlacklist( titl... bi mujj
  • 16:458 Samwiye 2022 à 16:45 wuute jaar +6 119 N Module:Color contrast/colorsXët wu bees : return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.8988459998705, bisque = 0.80732327372979, black = 0, blanchedalmond = 0.85084439608156, blue = 0.0722, blueviolet = 0.12622014321946, brown = 0.098224287876511, bu... bi mujj
  • 16:448 Samwiye 2022 à 16:44 wuute jaar +6 971 N Module:Color contrastXët wu bees : -- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then return 0.2126 * sRGB(... bi mujj
  • 16:438 Samwiye 2022 à 16:43 wuute jaar +10 054 N Module:ArgumentsXët wu bees : -- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string' then... bi mujj
  • 16:428 Samwiye 2022 à 16:42 wuute jaar +745 N Module:YesnoXët wu bees : -- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val == 'tr... bi mujj
  • 16:408 Samwiye 2022 à 16:40 wuute jaar +7 871 N Module:Category handlerXët wu bees : -------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace aliases... bi mujj
  • 16:398 Samwiye 2022 à 16:39 wuute jaar +13 045 N Module:UserboxXët wu bees : -- This module implements {{userbox}}. local categoryHandler = require('Module:Category handler').main local p = {} -------------------------------------------------------------------------------- -- Helper functions -------------------------------------------------------------------------------- local function checkNum(val, default) -- Checks whether a value is a number greater than or equal to zero. If so, -- returns it as a number. If not, returns a default value. v... bi mujj
  • 16:368 Samwiye 2022 à 16:36 wuute jaar +144 N Royuwaay:UserboxXët wu bees : {{#invoke:userbox|userbox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude> bi mujj
  • 16:358 Samwiye 2022 à 16:35 wuute jaar +1 582 N Royuwaay:Userbox-levelXët wu bees : {{userbox | border-c = #{{#switch:{{{hidden-level|{{{level}}}}}}|0=B7B7B7|0a=B7B7B7|0b=FFB3B3|0.5=FFCC66|1=C0C8FF|2=77E0E8 |3=99B3FF|3a=99B3FF|3b=00FF00|4=CCCC00|4a=FFCF4D |5=CC0000|5a=CC0000|5b=F99C99|#default=6EF7A7}} | id = {{{id}}}{{#if:{{{level|}}}|{{#if:{{{level-br|}}}|<br>|-}}{{#switch:{{{level}}}|0|0.5|1|2|3|4|5|N={{{level}}}|0a|0b=0|3a|3b=3|4a=4|5a|5b=5}}}} | id-c = #{{#switch:{{{hidden-l... bi mujj
  • 16:348 Samwiye 2022 à 16:34 wuute jaar +295 N Royuwaay:User en-4Xët wu bees : {{userbox-level | level = 4 | id = en | info = This user can contribute with a '''near-native''' level of '''English'''. | usercategory = User en-4 | nocat = {{{nocat|}}} }}<noinclude> {{documentation}} </noinclude> bi mujj

14 Nowembar 2022

13 Nowembar 2022