稀神灵梦的用户贡献

来自东方Project线下活动维基
搜索贡献展开折叠
⧼contribs-top⧽
⧼contribs-date⧽
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500

2024年6月2日 (星期日)

  • 02:022024年6月2日 (日) 02:02 差异 历史 +7,871 模块:Category handler创建页面,内容为“-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all name…” 当前
  • 02:012024年6月2日 (日) 02:01 差异 历史 +1,730 模块:WikitextLC创建页面,内容为“local p = {} --- Construct an inline conversion from a table input. -- @param content table of the form -- { ["zh-cn"]='foobar', ["zh-tw"]='firecat', ["zh-hk"]='' } -- @returns string -- "-{zh-cn:foobar;zh-tw:firecat;zh-hk:<span></span>}-" -- -- @fixme allow for generating output without "-{" "}-", so that -- it can be used with the last three wrappers. function p.selective( content ) local text = '-{' for variant, value in pairs( c…” 当前
  • 01:572024年6月2日 (日) 01:57 差异 历史 +1,654 模板:Navigational templates创建页面,内容为“{| class="wikitable" style="margin-left:auto; margin-right:auto; width:auto; text-align:center; font-size:90%;" |+ <span style="font-size:130%;">導航模板比較</span> |- style="line-height:10pt;" !style="text-align:left; padding-left:4px;"| {{Navbar|Navigational templates|plain=1}} ! 可摺疊性 !! 標題顏色 ! 圖像 !! 組別 !! 樣式(主體)<br/>參數 !! 範例 |- |style="text-align:left;"| {{tl|Navbox}} | {{yes2}} 可摺疊 ||style="background:…” 当前
  • 01:572024年6月2日 (日) 01:57 差异 历史 +1,658 模板:Tlx创建页面,内容为“<includeonly><!-- --><code><!-- --><nowiki>{{</nowiki>-{}-{{#if:{{{subst|}}} |subst:}}<!-- -->[[{{{LANG|}}}{{{SISTER|}}}{{ns:Template}}:{{{1|}}}|{{{1|}}}]]<!-- -->{{#if:{{{2|}}} ||{{{2}}}}}<!-- -->{{#if:{{{3|}}} ||{{{3}}}}}<!-- -->{{#if:{{{4|}}} ||{{{4}}}}}<!-- -->{{#if:{{{5|}}} ||…” 当前
  • 01:562024年6月2日 (日) 01:56 差异 历史 +1,644 模板:Documentation subpage创建页面,内容为“{{#if:{{{Original-recipe|{{{Orig|}}}}}} | <!-- -->{{Mbox<!-- -->| type = content<!-- -->| image = 40px|alt=|link=<!-- -->| text = <!-- ---->此頁面是[[{{NAMESPACE}}:{{{1|{{BASEPAGENAME}}}}}]]的{{NSPN}}。<!-- ----><small><!-- ------>此頁面可能不打算被直接閱讀。<!-- ------><br><!-- ------>使用變量的{{Lan/Link}}可能看起來已損壞,事實上,…” 当前
  • 01:562024年6月2日 (日) 01:56 差异 历史 +18,935 模块:Message box创建页面,内容为“-- This is a meta-module for producing message box templates, including {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Require necessary modules. local getArgs = require('Module:Arguments').getArgs local categoryHandler = require('Module:Category handler').main local yesno = require('Module:Yesno') -- Load the configuration page. local cfgTables = mw.loadData('Module:Message box/configuration') -- Get a language object for…” 当前
  • 01:552024年6月2日 (日) 01:55 差异 历史 +145 模板:Mbox创建页面,内容为“{{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>” 当前
  • 01:552024年6月2日 (日) 01:55 差异 历史 +3,725 模块:Lua banner创建页面,内容为“--[=[ 这个模块由Template:Lua调用 暂无模块调用 →‎**************************:​ 這個模組由Template:Lua調用 暫無模組調用 ]=]-- local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v…” 当前
  • 01:552024年6月2日 (日) 01:55 差异 历史 +159 模板:Lua创建页面,内容为“<includeonly>{{#iferror:{{#invoke:Lua banner|main}}|{{#invoke:Lua banner|main2}}}}</includeonly><noinclude>{{ {{FULLPAGENAME}} |Module:Lua banner}}</noinclude>” 当前
  • 01:542024年6月2日 (日) 01:54 差异 历史 +3,593 模块:NoteTA创建页面,内容为“local z = {} local WikitextLC = require( 'Module:WikitextLC' ) function Tcode( args ) if args.T == nil or args.T == '' then return '' end local div = mw.html.create( 'div' ) :attr( 'class', 'noteTA-title' ) :attr( 'data-noteta-code', args.T ) :wikitext( WikitextLC.title( args.T ) ) if args.dt ~= nil and args.dt ~= '' then div:attr( 'data-noteta-desc', args.dt ) end return tostring( div ) end function group( name, frame ) if name == nil or nam…” 当前
  • 01:542024年6月2日 (日) 01:54 差异 历史 +131 模板:NoteTA创建页面,内容为“{{#invoke:NoteTA|main}}<noinclude> {{模板文档}} <!-- 請在將分類與跨語言連結增加在 /doc 子頁面 --> </noinclude>” 当前
  • 01:542024年6月2日 (日) 01:54 差异 历史 +36,836 模板:Navbox/doc创建页面,内容为“{{NoteTA |G1 = IT |1 = zh-cn:用户; zh-tw:使用者; zh-hk:用戶; }} {{FromOtherWiki|zhwiki}} {{Documentation subpage}} {{lua|模块:Navbox}} <!-- 在本行下編輯模板說明 --> {{mbox|text= 相对于英文维基百科版本的本地变动(供之后更新的管理员参考): * 行数增加至35([//zh.wikipedia.org/wiki/模块:Navbox?diff=26204346&oldid=26204299]) * 由于中文字符较宽,navbar和collapseButton均扩展到8em以避免文字…”
  • 01:432024年6月2日 (日) 01:43 差异 历史 +15,822 模板:Navbox with columns创建页面,内容为“<!-- Please do not edit without discussion first as this is a "VERY complex" template. -->{{Navbox |name = {{{name|}}} |navbar = {{{navbar|}}} |state = {{{state|}}} |border = {{{border|{{{1|}}}}}} |title = {{{title|}}} |above = {{{above|}}} |below = {{{below|}}} |image = {{{image|}}} |imageleft = {{{imageleft|}}} |bodyclass = {{{bodyclass|}}} |titleclass = {{{titleclass|}}} |titlegroupclass = {{{titlegroupclass|}}} |aboveclass = {{{aboveclass|}}} |belowclas…” 当前
  • 01:422024年6月2日 (日) 01:42 差异 历史 +45 模板:T1重定向页面至模板:Tl 标签新重定向
  • 01:422024年6月2日 (日) 01:42 差异 历史 +321 模板:Navbox suite创建页面,内容为“{{Navbox |navbar = off |state = off |style = width:auto;float:right;margin:0em 0em 0em 1em; |title = 导航框系列 |list1 = {{t1|Navbox}} |list2 = {{t1|Navbox subgroup}} |list3 = {{t1|Navbox with columns}} |list4 = {{t1|Navbox with collapsible groups}} }}<noinclude> {{PAGENAME}} </noinclude>” 当前
  • 01:422024年6月2日 (日) 01:42 差异 历史 +15,150 模板:Navbox subgroup/doc创建页面,内容为“<includeonly>{{Esoteric}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude> <!-- 在本行下編輯模板說明 --> {{Navbox suite}} 本模板被设计与{{tl|Navbox}}或其他导航模板共同使用,它们允许创建带分组抬头或标题的链接列表。这个模板允许创建子分组,整个子分组能被赋值作为{{tl|Navbox}}内的一个列表项。一个子分组可以容纳最多22个列表…” 当前
  • 01:412024年6月2日 (日) 01:41 差异 历史 +9,064 模板:Navbox subgroup创建页面,内容为“{{Navbox |name = {{{name|}}} |state = {{{state|}}} |navbar = {{{navbar|}}} |border = {{#if:{{{border|}}}|{{{border}}}|child}} |title = {{{title|}}} |above = {{{above|}}} |below = {{{below|}}} |image = {{{image|}}} |imageleft = {{{imageleft|}}} |groupwidth = {{{groupwidth|}}} |group1 = {{#if:{{{group1|}}}|<div style="padding:{{{grouppadding|0em 0.75em;}}}">{{{group1}}}</div>}} |group2 = {{#if:{{{group2|}}}|<div style="padding:{{{grouppadding|0em 0.75em;}}}">{{…” 当前
  • 01:402024年6月2日 (日) 01:40 差异 历史 0 模板:Navbox with collapsible groups已保护“模板:Navbox with collapsible groups”([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期)) 当前
  • 01:402024年6月2日 (日) 01:40 差异 历史 +15,463 模板:Navbox with collapsible groups创建页面,内容为“{{#invoke:navbox|navbox |name = {{{name|<noinclude>Navbox with collapsible groups</noinclude>}}} |navbar = {{{navbar|}}} |state = {{{state|<noinclude>uncollapsed</noinclude>}}} |border = {{{border|{{{1|}}}}}} |title = {{{title<includeonly>|</includeonly>}}} |above = {{{above|}}} |image = {{{image|}}} |imageleft = {{{imageleft|}}} |bodyclass = {{{bodyclass|}}} |titleclass = {{{titleclass|}}} |aboveclass = {{{aboveclass|}}} |belowclass = {{{belowclass|}}} |grou…”
  • 01:282024年6月2日 (日) 01:28 差异 历史 −382 首页无编辑摘要
  • 01:282024年6月2日 (日) 01:28 差异 历史 +389 首页撤销稀神灵梦讨论)的版本397 标签撤销
  • 01:272024年6月2日 (日) 01:27 差异 历史 −389 首页无编辑摘要 标签已被回退

2024年6月1日 (星期六)

2024年5月31日 (星期五)

最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500