主要公开日志
来自The Land of StarLight
所有The Land of StarLight公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2022年10月6日 (四) 16:18 Kesager 留言 贡献通过文件上传导入了模块:InvSprite(1个版本)
- 2022年10月6日 (四) 16:18 Kesager 留言 贡献通过文件上传导入了模块:Editions(1个版本)
- 2022年10月6日 (四) 16:18 Kesager 留言 贡献通过文件上传导入了模块:Documentation(1个版本)
- 2022年10月6日 (四) 16:18 Kesager 留言 贡献通过文件上传导入了模块:Crafting(1个版本)
- 2022年10月6日 (四) 16:18 Kesager 留言 贡献通过文件上传导入了模块:Autolink(1个版本)
- 2022年10月6日 (四) 16:18 Kesager 留言 贡献通过文件上传导入了模块:Array(1个版本)
- 2022年10月6日 (四) 12:07 Kesager 留言 贡献创建了页面文件:睿颐镇的logo.png
- 2022年10月6日 (四) 12:07 Kesager 留言 贡献上传文件:睿颐镇的logo.png
- 2022年10月3日 (一) 16:52 Kesager 留言 贡献删除页面模块:UI (内容:“local slot = require( Module:Inventory slot ).slot local addSlot = function( args, item, prefix, class, default ) local none, nostacksize prefix = prefix or '' if #prefix == 0 then none = 'none' nostacksize = ((item == '' or nil) and '') or (args and args[item] and args[item]:gsub( '[,%d]', '' ) or '') end return slot{ nostacksize or args[item], mod = args.Mod, link = none or args[prefix .. 'link'], title = none or args[prefix .. 'title'], class = class, defaul…”)
- 2022年10月3日 (一) 16:52 Kesager 留言 贡献删除页面模块:Recipe table (内容:“local m = {} local i18n = { headingDescription = '描述', headingIngredients = '材料', headingName = '名称', headingRecipe = '$1配方', moduleSlot = Module:Inventory slot, moduleUi = Module:UI, separator = ' +', setSeparator = '或', tableDescription = '$1配方', } local slot = require( i18n.moduleSlot ) local prefixes = slot.i18n.prefixes --[[Merges a list, or inserts a string or table into a table --]] local function mergeList( parentTable,…”)
- 2022年10月3日 (一) 16:52 Kesager 留言 贡献删除页面模块:Random (内容:“local p = {} local seeded local randomseed = math.randomseed local random = math.random function p.random( m, n ) if not seeded then p.seed() end return random( n and m or m and 1 or 0, n or m or 1 ) end function p.seed( seed ) randomseed( seed or ( os.time() + os.clock() * 1000000000 ) ) -- First few values of seed is not guaranteed to be random on some platforms random() random() seeded = true end return p”)
- 2022年10月3日 (一) 16:51 Kesager 留言 贡献删除页面模块:ProcessArgs (内容:“local p = {} function p.norm( origArgs ) if type( origArgs ) ~= 'table' then origArgs = mw.getCurrentFrame():getParent().args end local args = {} for k, v in pairs( origArgs ) do v = mw.text.trim( tostring( v ) ) if v ~= '' then args[k] = v end end return args end function p.merge( origArgs, parentArgs, norm ) if type( origArgs ) ~= 'table' then norm = origArgs local f = mw.getCurrentFrame() origArgs = f.args parentArgs = f:getParent().args end…”)
- 2022年10月3日 (一) 16:51 Kesager 留言 贡献删除页面模块:Inventory slot (内容:“local p = {} local i18n = { filename = 'Invicon $1', legacyFilename = 'Grid $1.png', modLink = 'Mods/$1/$2', moduleAliases = Module:Inventory slot/Aliases, moduleInvData = Module:InvSprite, moduleModData = 'Module:InvSprite/Mods/$1', moduleRandom = Module:Random, moduleSprite = Module:Sprite, -- List of special prefixes which should be handled by -- other modules (such as being moved outside links) prefixes = { 'Any', 'Matching', 'Damaged', '…”)
- 2022年10月3日 (一) 16:51 Kesager 留言 贡献删除页面模块:InvSprite (内容:“return { settings = { align = 'middle', classname = 'inv-sprite', image = 'InvSprite.webp', sheetsize = 1024, size = 32, stylesheet = true, url = require( Module:Sprite ).getUrl( 'InvSprite.webp', 'format=original', 'inv-sprite' ), }, sections = { { name = '盔甲', id = 1 }, { name = '旗帜', id = 2 }, { name = '酿造材料', id = 3 }, { name = '桶', id = 4 }, { name = '装饰', id = 5 }, { name = '染料', id = 6 }, { name = '已染色',…”)
- 2022年10月3日 (一) 16:50 Kesager 留言 贡献删除页面模块:Editions (内容:“local p = {} local fullName = mw.loadData(Module:Editions/FullName) local shortName = mw.loadData(Module:Editions/ShortName) function p.editions(args) local editionTable = {} local categories = {} local isShort = args.short local nocat = args.nocat local catTemplate = args.cat or '$' for _, v in ipairs(args) do if v ~= '' then local name = fullName[mw.ustring.lower(v)] or v .. '版' table.insert(editionTable, table.concat { '[[', name, '|',…”)
- 2022年10月3日 (一) 16:50 Kesager 留言 贡献删除页面模块:Documentation (内容:“local p = {} local defaultDocPage = 'doc' local getType = function( namespace, page ) local pageType = 'template' if namespace == '模块' then pageType = 'module' elseif namespace == 'Widget' then pageType = 'widget' elseif page.fullText:gsub( '/' .. defaultDocPage .. '$', '' ):find( '%.css$' ) then pageType = 'stylesheet' elseif page.fullText:gsub( '/' .. defaultDocPage .. '$', '' ):find( '%.js$' ) then pageType = 'script' elseif namespace == 'MediaWiki' then…”)
- 2022年10月3日 (一) 16:50 Kesager 留言 贡献删除页面模块:Crafting (内容:“local p = {} local i18n = { colored = 'Colored', coloredDyes = { 'Orange Dye', 'Magenta Dye', 'Light Blue Dye', 'Yellow Dye', 'Lime Dye', 'Pink Dye', 'Gray Dye', 'Light Gray Dye', 'Cyan Dye', 'Purple Dye', 'Blue Dye', 'Brown Dye', 'Green Dye', 'Red Dye', 'Black Dye', }, categoryIngredientUsage = 'Category:Recipe using $1', categoryRecipeType = 'Category:$1 recipe', categoryUpcoming = 'Category:即将到来', itemBlockOfQuartz = 'Block of Quartz', itemBoneMeal =…”)
- 2022年10月3日 (一) 16:49 Kesager 留言 贡献删除页面模块:Autolink (内容:“local p = {} local block = mw.loadData( 'Module:Autolink/Block' ) local item = mw.loadData( 'Module:Autolink/Item' ) local other = mw.loadData( 'Module:Autolink/Other' ) local exclusive = mw.loadData( 'Module:Autolink/Exclusive' ) local earth = mw.loadData( 'Module:Autolink/Earth' ) local dungeons = mw.loadData( 'Module:Autolink/Dungeons' ) local colors = { ['black '] = '黑色', ['blue '] = '蓝色', ['brown '] = '棕色', ['cyan '] = '青色', ['gray '] = '灰色', ['g…”)
- 2022年10月3日 (一) 16:48 Kesager 留言 贡献删除页面模块:Array (内容:“local p = {} local f = mw.getCurrentFrame() local function stringToArray(str, separator, wrapTag, keepBlank) local arr = {} local i = 1 for v in mw.text.gsplit(str, separator) do if v ~= '' or keepBlank then if wrapTag ~= '' then arr[i] = f:extensionTag(wrapTag, v) else arr[i] = v end end i = i + 1 end return arr end local function tableToArray(tbl, wrapTag, keepBlank) local arr = {} for k, v in pairs(tbl) do if type(k) == 'number' and (v ~= ''…”)
- 2022年10月3日 (一) 13:55 Kesager 留言 贡献通过文件上传导入了Widget:FileUrlStyle(1个版本)
- 2022年10月3日 (一) 13:55 Kesager 留言 贡献通过文件上传导入了Widget:FileUrl(1个版本)
- 2022年10月3日 (一) 12:44 Kesager 留言 贡献通过文件上传导入了模板:Tag/list(1个版本)
- 2022年10月3日 (一) 12:44 Kesager 留言 贡献通过文件上传导入了模板:Tag(1个版本)
- 2022年10月3日 (一) 12:44 Kesager 留言 贡献通过文件上传导入了模板:Extension DPL(1个版本)
- 2022年10月3日 (一) 12:44 Kesager 留言 贡献通过文件上传导入了模板:Citation needed/doc(1个版本)
- 2022年10月3日 (一) 12:44 Kesager 留言 贡献通过文件上传导入了模板:Citation needed(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模块:UI/doc(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模块:ProcessArgs/doc(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模块:Sprite/doc(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模块:Inventory slot/doc(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模板:Sprite see also(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模板:Sprite/Parameters(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模板:Main(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模板:LoadPage(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模板:InvSprite/doc(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模板:Hatnote(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模板:Dablink(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模板:T(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模板:Shortcut(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模板:Inventory slot/doc(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模板:Fullurl(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模板:=(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模块:SpecialConversion/Snapshot(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模块:SpecialConversion/All(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模块:SpecialConversion(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模板:SpecialConversion(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模板:Sc(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模板:Inventory/doc(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模板:Hotbar/doc(1个版本)
- 2022年10月3日 (一) 11:09 Kesager 留言 贡献通过文件上传导入了模板:Grindstone/doc(1个版本)
