Zeroclanzhang的用户贡献

搜索贡献展开折叠
⧼contribs-top⧽
⧼contribs-date⧽
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500

2023年8月14日 (星期一)

2023年8月11日 (星期五)

2023年8月10日 (星期四)

2023年8月9日 (星期三)

  • 23:532023年8月9日 (三) 23:53 差异 历史 +222 模块:Module toc/doc创建页面,内容为“{{Documentation}} This module is used to generate a table of content consists of functions of a Lua module. See [https://runescape.wiki/w/Module:Module_toc Module:Module toc] on RuneScape Wiki for more details.” 当前
  • 23:502023年8月9日 (三) 23:50 差异 历史 +686 模块:Main/doc创建页面,内容为“ {{Documentation}} {{Wikipedia template}} '''Module:Main''' produces a link to a main article or articles. It implements the {{tl|main}} template. Normally, it produces a link like "Main article: A". If used in the category namespace, it produces a link like "The main article for this category is A". It is possible to specify multiple articles, and in this case plural wording is used automatically. If the first link is not an article, the mod…” 当前
  • 23:492023年8月9日 (三) 23:49 差异 历史 +2,261 模块: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 =…” 当前
  • 23:462023年8月9日 (三) 23:46 差异 历史 +1,439 模块:Mbox/styles.css创建页面,内容为“.mbox { position: relative; display: flex; flex-direction: column; margin-top: var( --space-xs ); margin-bottom: var( --space-md ); background-color: var( --color-surface-2 ); border-radius: var( --border-radius--medium ); color: var( --color-base--subtle ); font-size: 0.875rem; line-height: var( --line-height-xs ); } .mbox.mbox-high { →‎FIXME: Update back to Citzen CSS var when patched:​ background-color: rgba( 221, 51, 51, 0.1 ); } .mbox.mbox-…” 当前
  • 23:452023年8月9日 (三) 23:45 差异 历史 +17 模块:Mbox/doc创建页面,内容为“{{Documentation}}”
  • 23:412023年8月9日 (三) 23:41 差异 历史 +1,837 模块:Mbox创建页面,内容为“local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local mArguments -- lazily initialise Module:Arguments local mError -- lazily initialise Module:Error local p = {} --- Helper function to throw error -- -- @param msg string - Error message -- -- @return string - Formatted error message in wikitext local function makeWikitextError( msg ) mError = require( 'Module:Error' ) return mError.error{ message = 'Error: ' .…” 当前
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500