河湾桥的用户贡献
来自东方Project线下活动维基
2024年6月5日 (星期三)
- 22:492024年6月5日 (三) 22:49 差异 历史 +3,545 新 模块:Namespace detect/config 创建页面,内容为“-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --…” 当前
- 22:482024年6月5日 (三) 22:48 差异 历史 +71 新 模块:Math/doc 创建页面,内容为“{{FromOtherWiki|interwiki=enwiki|pagename=Module:Math|oldid=613638641}}” 当前
- 22:482024年6月5日 (三) 22:48 差异 历史 +12,731 新 模块:Math 创建页面,内容为“--This module provides a number of basic mathematical operations. local yesno, getArgs -- lazily initialized local p = {} -- Holds functions to be returned from #invoke, and functions to make available to other Lua modules. local wrap = {} -- Holds wrapper functions that process arguments from #invoke. These act as intemediary between functions meant for #invoke and functions meant for Lua. --Helper functions used to avoid redundant code. loca…” 当前
- 22:472024年6月5日 (三) 22:47 差异 历史 +2,161 新 模块:Main 创建页面,内容为“--[[ -- This module produces a link to a main article or articles. It implements the -- template {{main}}. -- -- If the module is used in category or category talk space, it produces "The -- main article for this category is xxx". Otherwise, it produces -- "Main article: xxx". --]] local mHatnote = require('Module:Hatnote') local mHatlist = require('Module:Hatnote list') local mArguments -- lazily initialise local p = {} function p.main(frame) mArguments =…” 当前
- 22:472024年6月5日 (三) 22:47 差异 历史 +52 新 模块:Loop/doc 创建页面,内容为“<includeonly>{{FromOtherWiki|moegirl}}</includeonly>” 当前
- 22:462024年6月5日 (三) 22:46 差异 历史 +7,640 新 模块:Loop 创建页面,内容为“local module = {} local getArgs = require('Module:Arguments').getArgs local nowiki_blocks = { 'do', 'condition' } function pack_inner_loop(loop) -- 给内层循环的do参数包裹<nowiki>标签 loop = mw.ustring.gsub(loop, '{{%s-[Ll]oop%s-|', '{{#invoke:loop|loop|') loop = mw.ustring.gsub(loop, '{{%s-[Ww]hile%s-|', '{{#invoke:loop|while|') loop = mw.ustring.gsub(loop, '{{%s-[Dd]o[Ww]hile%s-|', '{{#invoke:loop|dowhile|') return mw.ustring…” 当前
- 22:462024年6月5日 (三) 22:46 差异 历史 +3,317 新 模块:L/沙盒 创建页面,内容为“local L={} --package.path = 'lua_modules' local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') --local libraryUtil = require('libraryUtil') --local checkType = libraryUtil.checkType --local html = mw.html.create() local linksTable = { ['bv'] = 'https://www.bilibili.com/video/BV', ['av'] = 'https://www.bilibili.com/video/av', ['sm'] = 'https://nicovideo.jp/watch/sm', ['nm'] = 'https://nicovideo.jp/watch/nm', ['ac'…” 当前
- 22:452024年6月5日 (三) 22:45 差异 历史 +71 新 模块:Json/doc 创建页面,内容为“<includeonly>{{无法使用|没有经过足够的测试}}</includeonly>” 当前
- 22:452024年6月5日 (三) 22:45 差异 历史 +9,637 新 模块:Json 创建页面,内容为“-- -- json.lua -- -- Copyright (c) 2020 rxi -- -- Permission is hereby granted, free of charge, to any person obtaining a copy of -- this software and associated documentation files (the "Software"), to deal in -- the Software without restriction, including without limitation the rights to -- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -- of the Software, and to permit persons to whom the Software is furnished to do -- so, subj…” 当前
- 22:452024年6月5日 (三) 22:45 差异 历史 +17,232 新 模块:Infobox 创建页面,内容为“-- -- This module implements {{Infobox}} -- 中文的此模块对比英文维基多解析了overimage, overcaption, -- overimagerowclass以及header/labal/data*style参数。 -- 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_mar…” 当前
- 22:442024年6月5日 (三) 22:44 差异 历史 +7,871 新 模块:Hatnote list 创建页面,内容为“-------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. A…” 当前
- 22:442024年6月5日 (三) 22:44 差异 历史 +6,868 新 模块:Hatnote 创建页面,内容为“-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules.…” 当前
- 22:442024年6月5日 (三) 22:44 差异 历史 +2,544 新 模块:File link 创建页面,内容为“-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "type…” 当前
- 22:432024年6月5日 (三) 22:43 差异 历史 +226 新 模块:Expand Tag Args 创建页面,内容为“local p = {} function p.main(frame) local args = frame.args local parts = {} for k, v in pairs(args) do table.insert(parts, string.format(' %s="%s"', string.lower(k), v)) end return table.concat(parts) end return p” 当前
- 22:432024年6月5日 (三) 22:43 差异 历史 +2,846 新 模块:Eval 创建页面,内容为“ local module = {} local getArgs = require("Module:Arguments").getArgs local preprocessNoWiki = function(wiki) wiki = mw.ustring.gsub(wiki, "(%$+)NOWIKI_([ES])", function(prefix, postfix) local length, tag = math.modf(mw.ustring.len(prefix) / 2) local escape = "" for i = 1, length do escape = escape .. "$" end if tag == 0 then tag = "NOWIKI_" .. postfix…” 当前
- 22:422024年6月5日 (三) 22:42 差异 历史 +2,494 新 模块:Effective protection level 创建页面,内容为“local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action ~= 'edit' and action ~=…” 当前
- 22:422024年6月5日 (三) 22:42 差异 历史 +1,223 新 模块:Effective protection expiry 创建页面,内容为“local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if actio…” 当前
- 22:422024年6月5日 (三) 22:42 差异 历史 +18,947 新 模块:Documentation/config 创建页面,内容为“---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. -----------------------------------------------------------------------…” 当前
- 22:412024年6月5日 (三) 22:41 差异 历史 +36,962 新 模块:Documentation 创建页面,内容为“-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- 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,…” 当前
- 22:412024年6月5日 (三) 22:41 差异 历史 +819 新 模块:Data 创建页面,内容为“local mt = {} function mt.__index(t, k) return function(frame) local data = mw.loadData(k) local i = 1 for _,v in ipairs(frame.args) do local ty = type(data) if ty ~= 'table' then local args = {} for j = 1, i - 1 do args[j] = frame.args[j] end if frame.args.softfail then return '<span class="error">Category:Pages with failed Module:Data lookupsError: Tried to read index "' .. mw.text.nowiki(v) .. '" of mw.loadData("'…” 当前
- 22:362024年6月5日 (三) 22:36 差异 历史 +297 新 模块:Citation/CS1/doc 创建页面,内容为“{{Documentation subpage}}<!-- 在本行下編輯模組說明 --> {{High-use|614495}} <includeonly>{{Sandbox other|| <!-- 本行下加入模組的分類 --> Category:添加追踪分类的模块 {{#ifeq:{{SUBPAGENAME}}|Identifiers|Category:Modules using data from Wikidata}} }}</includeonly>” 当前
- 22:362024年6月5日 (三) 22:36 差异 历史 +15,875 新 模块:Citation/CS1/Whitelist 创建页面,内容为“ --[[--------------------------< S U P P O R T E D P A R A M E T E R S >-------------------------------------- Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items can have three values: true - these parameters are valid and supported parameters false - these parameters are deprecated but still supported nil - these parameters are no longer supported. remove entirely ]] local basic_arguments = { ['accessd…” 当前
- 22:362024年6月5日 (三) 22:36 差异 历史 +24 新 模块:Citation/CS1/Suggestions/doc 创建页面,内容为“#重定向 ../../doc” 当前
- 22:352024年6月5日 (三) 22:35 差异 历史 +5,644 新 模块:Citation/CS1/Suggestions 创建页面,内容为“--Please insert new suggestions in alphabetical order --The form is ['incorrect'] = 'correct', suggestions = { -- ['acccessdate'] = 'access-date', -- ['accesdate'] = 'access-date', -- ['access date'] = 'access-date', -- ['accessate'] = 'access-date', -- ['accessdare'] = 'access-date', -- ['accessdatte'] = 'access-date', -- ['accessddate'] = 'access-date', -- ['accessdte'] = 'access-date', -- ['accessed'] = 'access-date', -- ['accessedate'] = 'access-date', --…” 当前
- 22:352024年6月5日 (三) 22:35 差异 历史 +182,794 新 模块:CGroup/IT 创建页面,内容为“ return { name = 'IT', description = '-{zh-cn:信息技术; zh-tw:資訊科技;}-', content = { { type = 'text', text = [=[ {{NoteTA |G1 = IT |G2 = MediaWiki }} 请在本页编辑資訊科技公共轉換組的全文轉換。 在编辑前,请阅读Help:手工字詞轉換及Wikipedia:字詞轉換處理/公共轉換組以了解基本的语法,特别注意语法中带有<code>=></code>的单向转换规则,若您没有充分…” 当前 标签:need-check
- 22:332024年6月5日 (三) 22:33 差异 历史 +342 新 模块:Citation/CS1/Date validation/doc 创建页面,内容为“{{high-risk|614498}} {{module rating|p}} 此模块被[https://github.com/liangent/mediawiki-maintenance/blob/master/cleanupCiteDates.php 机器人]使用。请不要修改导出的<code>dates</code>函数接口(此接口同时被Module:Citation/CS1使用),也不要在现有的<code>is_set</code>外引入新的全局函数依赖。” 当前
- 22:312024年6月5日 (三) 22:31 差异 历史 +33,510 新 模块:Citation/CS1/Date validation 创建页面,内容为“ local p = {} --[[--------------------------< I S _ V A L I D _ A C C E S S D A T E >---------------------------------------- returns true if: Wikipedia start date <= accessdate < today + 2 days Wikipedia start date is 2001-01-15T00:00:00 UTC which is 979516800 seconds after 1970-01-01T00:00:00 UTC (the start of Unix time) accessdate is the date provided in |accessdate= at time 00:00:00 UTC today is the current date at time 00:00:00 UTC plus 48 hours if to…” 当前
- 22:312024年6月5日 (三) 22:31 差异 历史 +37,780 新 模块:Citation/CS1/Configuration 创建页面,内容为“ local citation_config = {}; -- override <code>...</code> styling to remove color, border, and padding. <code> css is specified here: -- https://git.wikimedia.org/blob/mediawiki%2Fcore.git/69cd73811f7aadd093050dbf20ed70ef0b42a713/skins%2Fcommon%2FcommonElements.css#L199 local code_style="color:inherit; border:inherit; padding:inherit;"; --[[--------------------------< U N C A T E G O R I Z E D _ N A M E S P A C E S >------------------------------ List of na…” 当前
- 22:292024年6月5日 (三) 22:29 差异 历史 +11,531 新 模块:CGroup/MediaWiki 创建页面,内容为“return { name = 'MediaWiki', description = 'MediaWiki', content = { { type = 'text', text = [=[ {{NoteTA/MediaWiki}} 本转换组为MediaWiki及中文维基百科专有用语。 由于中文维基百科部分统一用语与常见IT术语不同,可视情况与模块:CGroup/IT配合使用来抵消模块:CGroup/IT带来的过度转换。 本转换组只应用于Wikipedia、Help、Template等名字空间或与维基百科相关的条目,请勿用于…” 当前
- 22:272024年6月5日 (三) 22:27 差异 历史 +3,346 新 模块:Bar 创建页面,内容为“local p = {} local inner = {} --########## --## Public functions --########## --- Render a bar chart. -- @param frame The arguments passed to the script. See docs on renderFromLua. function p.format( frame ) -- extract args local width = frame.args['width'] local barCSS = frame.args['barCSS'] local zeroWidth = frame.args['zeroWidth'] local total = frame.args['total'] -- extract bar series from arguments like 'value,color,title'…” 当前
- 22:252024年6月5日 (三) 22:25 差异 历史 +15,835 新 模块:Arguments/doc 创建页面,内容为“ {{FromOtherWiki|zhwiki}} 此模块提供了对通过<code><nowiki>{{#invoke:}}</nowiki></code>(以下简称#invoke)传递参数的简单处理。它是一个元模块,只能被其他模块所使用,而不应被#invoke直接调用。其特性如下: * 对参数的简易修整,移除空白参数。 * 参数可以在当前框架或父框架中同时传递。(具体见下) * 参数可以直接通过其他Lua模块或调试控制台传递。 * 参…” 当前
- 20:262024年6月5日 (三) 20:26 差异 历史 +34 小 潮汕东方同好新年聚会 无编辑摘要
- 20:252024年6月5日 (三) 20:25 差异 历史 0 新 文件:潮汕东方同好新年聚会.png 无编辑摘要 当前
- 20:212024年6月5日 (三) 20:21 差异 历史 −8 小 潮汕THP 无编辑摘要
- 20:212024年6月5日 (三) 20:21 差异 历史 0 新 文件:潮汕THP.png 无编辑摘要 当前
- 20:132024年6月5日 (三) 20:13 差异 历史 +271 小 潮汕东方同好新年聚会 无编辑摘要
- 20:092024年6月5日 (三) 20:09 差异 历史 +624 小 潮汕THP →历史概述
- 20:082024年6月5日 (三) 20:08 差异 历史 +24 小 潮汕THP 无编辑摘要
- 20:022024年6月5日 (三) 20:02 差异 历史 +6 小 潮汕东方同好新年聚会 →历史概述
- 20:022024年6月5日 (三) 20:02 差异 历史 +6 小 潮汕THONLY →历史概述
- 20:022024年6月5日 (三) 20:02 差异 历史 +1,462 小 潮汕THP 无编辑摘要
- 19:432024年6月5日 (三) 19:43 差异 历史 +57 小 潮汕THONLY 无编辑摘要
- 19:412024年6月5日 (三) 19:41 差异 历史 +39 小 潮汕东方同好新年聚会 无编辑摘要
- 19:392024年6月5日 (三) 19:39 差异 历史 −136 小 潮汕东方同好新年聚会 无编辑摘要
- 19:352024年6月5日 (三) 19:35 差异 历史 +1,832 小 潮汕东方同好新年聚会 无编辑摘要
- 19:262024年6月5日 (三) 19:26 差异 历史 +16 小 模板:广东活动 无编辑摘要
- 19:212024年6月5日 (三) 19:21 差异 历史 +12 小 潮汕THONLY →历史概述
- 19:152024年6月5日 (三) 19:15 差异 历史 +1,338 小 潮汕THONLY 无编辑摘要
2024年6月4日 (星期二)
- 03:552024年6月4日 (二) 03:55 差异 历史 0 新 用户:河湾桥 create user page 当前
2024年5月26日 (星期日)
- 14:412024年5月26日 (日) 14:41 差异 历史 +567 新 潮汕THONLY 创建页面,内容为“页面建设中 >>>2024潮汕地区东方Project同人活动信息<<< 潮汕THO02~秘封粤东之旅 活动时间:2024年8月4日 活动地点:广东省揭阳市榕城区天福东路123创意园宴会厅 游客交流群:700076261 潮汕本土摇滚乐队【饮冰馆】公演 活动时间:2024年8月4日晚 活动地点:广东省揭阳市榕城区天福东路123创意园宴会厅 东方PartyNight x 潮汕THO02-秘封粤东之旅 活动…”