日程扠
交面
𨑜低𱺵名冊各張被扠𧵆低一。
- 19:57、𣈜25𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:Italic title」 (內容𫇰:「-- This module implements {{italic title}}. require('Module:No globals') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg local yesno = require('Module:Yesno') -------------------------------------------------------------------------------- -- ItalicTitle class -------------------------------------------------------------------------------- local ItalicTitle = {} do --------…」)
- 19:52、𣈜25𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:Namespace detect/data」 (內容𫇰:「-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #gọi, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function add…」)
- 19:51、𣈜25𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:Category handler/shared」 (內容𫇰:「-- 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 req…」)
- 19:51、𣈜25𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:Category handler/config」 (內容𫇰:「-------------------------------------------------------------------------------- -- 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. -------------------------------…」)
- 19:50、𣈜25𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:Category handler/data」 (內容𫇰:「-- 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( ti…」)
- 19:48、𣈜25𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:Message box/configuration」 (內容𫇰:「-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- local config = { ambox = { types = { speedy = { class = 'ambox…」)
- 20:53、𣈜22𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:List」 (內容𫇰:「-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['hor…」;𠊛曰唯一:「Keepout2010」(討論))
- 17:02、𣈜20𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:InfoboxImage」 (內容𫇰:「-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - s…」;𠊛曰唯一:「Keepout2010」(討論))
- 22:00、𣈜19𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:No globals」 (內容𫇰:「local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Cố đọc biến toàn cục nil ' .. tostring(k), 2) end return nil end function mt.__newindex(t, k, v) if k ~= 'arg' then error('Cố ghi biến toàn cục ' .. tostring(k), 2) end rawset(t, k, v) end setmetatable(_G, mt)」)
- 21:59、𣈜19𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:Tree chart/data」 (內容𫇰:「local SLD = '1px solid black' local DSH = '1px dashed black' local DOT = '1px dotted black' local data = { ['!'] = { t = { { attr = { rowspan = '2' }, style = { ['border-right'] = SLD, width = '1em', height = '2em' } }, { attr = { rowspan = '2' }, style = { width = '1em', height = '2em' } } } }, ['%'] = { b = { { style = { ['border-right'] =…」;𠊛曰唯一:「126.48.249.239」(討論))
- 21:59、𣈜19𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:Tree chart」 (內容𫇰:「require('Module:No globals') local p = {} local cells = mw.loadData('Module:Tree chart/data') function p._main(cell_args) local ret = mw.html.create() local top = ret:tag('tr') :css{ height = '1px', ['text-align'] = 'center' } local bottom = ret:tag('tr') :css{ height = '1px', ['text-align'] = 'center' } for _, v in ipairs(cell_args) do if type(v) == 'string' then top:wikitext(cells[v].t) bottom:wikitext(cells[v].b) else top:t…」)
- 21:26、𣈜18𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:TableTools」 (內容𫇰:「-- ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-modul…」;𠊛曰唯一:「Keepout2010」(討論))
- 21:25、𣈜18𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:Separated entries」 (內容𫇰:「-- This module takes positional parameters as input and concatenates them with -- an optional separator. The final separator (the "conjunction") can be -- specified independently, enabling natural-language lists like -- "foo, bar, baz and qux". local compressSparseArray = require('Mô đun:TableTools').compressSparseArray local p = {} function p._main(args) loc…」;𠊛曰唯一:「Keepout2010」(討論))
- 21:18、𣈜18𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:If empty」 (內容𫇰:「local p = {} function p.main(frame) local args = require('module:Arguments').getArgs(frame, {wrappers = 'Bản mẫu:If empty', removeBlanks = false}) -- For backwards compatibility reasons, the first 8 parameters can be unset instead of being blank, -- even though there's really no legitimate use case for this. At some point, this will be removed. local lowestNil = math.huge for i = 8,1,-1 do if args[i] == nil then args[i] = '' lowestNil = i end end for…」)
- 14:23、𣈜18𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:Infobox」 (內容𫇰:「-- -- Mô đun này thực hiện Bản mẫu:Infobox. -- local p = {} local navbar = require('Module:Navbar')._navbar local args = {} local origArgs local root local function notempty( s ) return s and s:match( '%S' ) end local function fixChildBoxes(sval, tt) if notempty(sval) then local marker = '<span class=special_infobox_marker>' local s = sva…」;𠊛曰唯一:「Keepout2010」(討論))
- 14:14、𣈜18𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:Icon」 (內容𫇰:「-- Mô đun này thực hiện Bản mẫu:Icon. local data = mw.loadData('Mô đun:Icon/data') local p = {} function p._main(args) local code = args.class or args[1] local iconData if code then code = code:match('^%s*(.-)%s*$'):lower() -- trim whitespace and put in lower case iconData = data[code] end if not iconData then iconData = data._DEFAUL…」;𠊛曰唯一:「Keepout2010」(討論))
- 14:12、𣈜18𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:Icon/data」 (內容𫇰:「-- Mô đun này chứa dữ liệu icon cho Mô đun:Icon. -------------------------------------------------------------------------------- -- Icon data -------------------------------------------------------------------------------- local data = { fa = { aliases = {"cl", "bvcl"}, image = "Symbol star gold.svg", tooltip = "Bài viết chọn lọc",…」;𠊛曰唯一:「Keepout2010」(討論))
- 14:03、𣈜18𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「印都尼嗤阿」 (內容𫇰:「𡮈|國旗印都泥嗤阿 '''印都呢嗤阿'''(In-đô-nê-xi-a/Indonesia)咍𠸜𫇰𱺵'''南洋'''、貝國號正式𱺵'''共和印都呢嗤阿'''。常噲𠦯𱺵{{r|'''印都'''|In-đô}}、𱺵𠬠島國連陸地㑲於𡧲東南亞吧洲大洋。印都呢嗤阿得命名𱺵"處所萬島"爲領土𧵑渃尼包𠁟固13.437𡉕島、貝民數約併達欣279兆𠊛(2022)摺項次𦊚世界、吧𨅸次𠀧洲亞…」)
- 14:02、𣈜18𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:Navbox」 (內容𫇰:「-- -- Mô đun này hỗ trợ {{Navbox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local getArgs -- lazily initialized local args local tableRowAdded = false local border local listnums = {} local function trim(s) return (mw.ustring.gsub(s, "^%s*(.-)%s*$", "%1")) end local function addNewline(s) if mw.ustring.match(s, '^[*:;#]')…」;𠊛曰唯一:「Keepout2010」(討論))
- 14:01、𣈜18𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:Navbar」 (內容𫇰:「local p = {} local getArgs function p._navbar(args) local titleArg = 1 if args.collapsible then titleArg = 2 if not args.plain then args.mini = 1 end if args.fontcolor then args.fontstyle = 'color:' .. args.fontcolor .. ';' end args.style = 'float:left; text-align:left; width:6em;' end local titleText = args[titleArg] or (':' .. mw.getCurrentFrame():getParent():getTitle()) local title = mw.title.new(mw.text.trim(titleText), 'Template'); if not t…」)
- 13:46、𣈜18𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:Category handler」 (內容𫇰:「-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace aliases…」)
- 13:41、𣈜18𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:Message box」 (內容𫇰:「-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('Mô đun:No globals') local getArgs local categoryHandler = require('Mô đun:Category handler')._main local yesno = require('Mô đun:Yesno') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Set aliases for often-used functions to…」)
- 13:38、𣈜18𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:Arguments」 (內容𫇰:「-- 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 ch…」;𠊛曰唯一:「Keepout2010」(討論))
- 13:30、𣈜18𣎃3𢆥2025 Keepout2010 討論 㨂𢵰㐌扠張「模庉:Arguments」 (扠抵固𡊲𢷮𠸜「Mô đun:Arguments」)
- 19:10、𣈜13𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張𢷮向板㑄:排曰譔漉憑格𥱬碮 (扠抵固𡊲𢷮𠸜「板㑄:排𢪏譔漉」) 𥮋:𢯢𢷮移動 Mobile web edit
- 19:10、𣈜13𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張𢷮向韋那威其:定樣排曰憑格𥱬碮 (扠抵固𡊲𢷮𠸜「韋那威其:定樣排𢪏」) 𥮋:𢯢𢷮移動 Mobile web edit
- 19:08、𣈜13𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張𢷮向韋那威其:排曰譔漉憑格𥱬碮 (扠抵固𡊲𢷮𠸜「韋那威其:排𢪏譔漉」) 𥮋:𢯢𢷮移動 Mobile web edit
- 16:17、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:KermitStace402」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:17、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:TomasSloman65」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:17、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:RosalieCromwell」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:17、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:MauricioBeggs82」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:16、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:NoemiWaters1」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:16、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:ThelmaSallee830」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:16、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:JereKoontz5360」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:16、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:TabathaLoya5687」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:16、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:JasminSellers0」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:16、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:MelissaNewell」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:16、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:Mercedes48F」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:16、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:PatrickHoughton」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:16、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:VictorinaFord7」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:16、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:SterlingKime85」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:15、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:TahliaLamond780」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:15、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:AthenaRawls39」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:15、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:HarrySumpter33」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:15、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:Lorena7570」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:15、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:InaLtq132213223」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:15、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:ThedaCowley84」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:15、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:CharlineSessums」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:15、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:JeannineMessner」 (Mass deletion of recently added pages) 𥮋:Nuke
- 16:15、𣈜10𣎃3𢆥2025 SaigonSarang 討論 㨂𢵰㐌扠張「成員:OdessaEdh3」 (Mass deletion of recently added pages) 𥮋:Nuke