打开/关闭菜单
打开/关闭个人菜单
未登录
如果您进行任何编辑,您的IP地址会公开展示。

LeonRay的用户贡献

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

2023年11月19日 (星期日)

  • 03:032023年11月19日 (日) 03:03 差异 历史 +2,660 Template:Navplate vehicles已还原LeonRay讨论)的编辑至最后由CxJuice修订的版本 当前 标签回退
  • 03:032023年11月19日 (日) 03:03 差异 历史 −445 Module:Common已还原LeonRay讨论)的编辑至最后由CxJuice修订的版本 标签回退
  • 02:592023年11月19日 (日) 02:59 差异 历史 −9 Template:MFUNAME已还原LeonRay讨论)的编辑至最后由[[User:imported>DuskFyre|imported>DuskFyre]]修订的版本 当前 标签已更改重定向目标 回退
  • 02:572023年11月19日 (日) 02:57 差异 历史 +1 速伦无编辑摘要 标签2017年版源代码编辑
  • 02:532023年11月19日 (日) 02:53 差异 历史 −1,999 Module:LibraryUtil无编辑摘要 当前 标签手工回退
  • 02:532023年11月19日 (日) 02:53 差异 历史 +1,999 Module:LibraryUtil无编辑摘要 标签手工回退
  • 02:532023年11月19日 (日) 02:53 差异 历史 −1,999 Module:LibraryUtil无编辑摘要
  • 02:522023年11月19日 (日) 02:52 差异 历史 +215 Module:Array/doc创建页面,内容为“{{Documentation}} This module is a helper module to be used by other modules; it may not designed to be invoked directly. See [https://runescape.wiki/w/Module:Array Module:Array] on RuneScape Wiki for more details.” 当前 标签2017年版源代码编辑
  • 02:522023年11月19日 (日) 02:52 差异 历史 +30,594 Module:Array创建页面,内容为“-- Imported from: https://runescape.wiki/w/Module:Array local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti ---@class Array ---@operator call(any[]): Array ---@operator concat(any[]): Array ---@operator concat(number|string|function): string ---@operator unm: Array ---@operator add(number|number[]|Array): Array ---@operator sub(number|number[]|Array): Array ---@operator mul(numbe…” 当前
  • 02:492023年11月19日 (日) 02:49 差异 历史 +17 Module:Manufacturer/doc创建页面,内容为“{{documentation}}” 当前 标签2017年版源代码编辑
  • 02:472023年11月19日 (日) 02:47 差异 历史 +32 Module:Common/doc创建页面,内容为“{{Documentation|scwShared=true}}” 当前 标签2017年版源代码编辑
  • 02:472023年11月19日 (日) 02:47 差异 历史 +445 Module:Common无编辑摘要
  • 02:442023年11月19日 (日) 02:44 差异 历史 +2,217 Template:Navplate/doc创建页面,内容为“{{Documentation}} {{t|navplate}} allows a navigational template to be set up relatively quickly by supplying it with one or more lists of links, similar to [https://en.wikipedia.org/wiki/Template:Navbox Template:Navbox] on Wikipedia. == Usage == Please remove the parameters that are left blank. <pre> {{Navplate |subtitle = |title = |label1 = |list1 = |label2 = |list2 = |label3 = |list3 = }} </pre> == Parameter list == ;<code>subtitle</code> :Subt…” 当前 标签2017年版源代码编辑
  • 02:442023年11月19日 (日) 02:44 差异 历史 +132 Template:Navplate创建页面,内容为“<includeonly>{{#invoke:Navplate|navplate}}</includeonly><noinclude> {{/doc}} <!-- Categories go in the /doc subpage --> </noinclude>” 当前 标签2017年版源代码编辑
  • 02:442023年11月19日 (日) 02:44 差异 历史 +95 Module:Navplate/doc创建页面,内容为“{{Documentation|scwShared=true}} '''Module:Navplate''' implements the {{t|navplate}} template.” 当前 标签2017年版源代码编辑
  • 02:432023年11月19日 (日) 02:43 差异 历史 +7,268 Module:Navplate创建页面,内容为“-------------------------------------------------------------------------------- -- Module:Navplate -- -- This module implements {{Navplate}} -- -- Based on Module:Infobox -- -- This is a work in progress -- ------------------------------------------------------------…” 当前
  • 02:422023年11月19日 (日) 02:42 差异 历史 −2,660 Template:Navplate vehicles页面内容被替换为“<includeonly>{{#invoke:Navplate vehicles|main}}</includeonly><noinclude>{{/doc}}</noinclude>” 标签替换 2017年版源代码编辑
  • 02:332023年11月19日 (日) 02:33 差异 历史 +99 Module:Navplate vehicles/doc创建页面,内容为“{{documentation|scwShared=true}} '''Module:Navplate vehicles''' implements {{t|Navplate vehicles}}” 当前 标签2017年版源代码编辑
  • 02:312023年11月19日 (日) 02:31 差异 历史 +1,375 Module:Navplate vehicles/i18n.json创建页面,内容为“{ "license": "CC0-1.0", "description": { "en": "Translation table for the Module:Navplate vehicles" }, "schema": { "fields": [ { "name": "id", "type": "string" }, { "name": "message", "type": "localized" } ] }, "data": [ [ "error_no_data_text", { "de": "Kei…” 当前
  • 02:302023年11月19日 (日) 02:30 差异 历史 +5,100 Module:Navplate vehicles创建页面,内容为“-- TODO: Maybe make this more generic so that it can be reused somewhere else? local NavplateVehicles = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local navplate = require( 'Module:Navplate' ) local common = require( 'Module:Common' ) local mfu = require( 'Module:Manufacturer' )._manufacturer local TNT = require( 'Module:Translate' ):new() local lang = mw.getContentLanguage() --- FIXME: This should go to somewhere else, l…” 当前
  • 02:282023年11月19日 (日) 02:28 差异 历史 +23,278 Module:Item/VehicleItem/i18n.json创建页面,内容为“{ "license": "CC0-1.0", "description": { "en": "Translation table for the Module:Item/VehicleItem" }, "schema": { "fields": [ { "name": "id", "type": "string" }, { "name": "message", "type": "localized" } ] }, "data": [ [ "SMW_MinimumPowerDraw", { "de": "Mi…” 当前
  • 02:282023年11月19日 (日) 02:28 差异 历史 +32 Module:Item/VehicleItem/doc创建页面,内容为“{{Documentation|scwShared=true}}” 当前 标签2017年版源代码编辑
  • 02:282023年11月19日 (日) 02:28 差异 历史 +21,904 Module:Item/VehicleItem创建页面,内容为“require( 'strict' ) local VehicleItem = {} local TNT = require( 'Module:Translate' ):new() local common = require( 'Module:Common' ) local smwCommon = require( 'Module:Common/SMW' ) local data = mw.loadJsonData( 'Module:Item/VehicleItem/data.json' ) local config = mw.loadJsonData( 'Module:Item/config.json' ) --- Wrapper function for Module:Translate.translate --- --- @param key string The translation key --- @param addSuffix boolean Adds a language suffix i…” 当前
  • 02:272023年11月19日 (日) 02:27 差异 历史 +13,150 Module:Item/i18n.json创建页面,内容为“{ "license": "CC0-1.0", "description": { "en": "Translation table for the Module:Item" }, "schema": { "fields": [ { "name": "id", "type": "string" }, { "name": "message", "type": "localized" } ] }, "data": [ [ "ARG_Image", { "de": "Bild", "e…” 当前
  • 02:272023年11月19日 (日) 02:27 差异 历史 +945 Module:Item/config.json创建页面,内容为“{ "%api_locale": "Locale the api should return. If set to null, all languages are returned. Allowed values are 'de_DE' and 'en_EN", "api_locale": "en_EN", "%smw_multilingual_text": "If the used SMW attributes are multi-lingual set the flag to 'true'.", "smw_multilingual_text": false, "%module_lang": "Set the language of the module, if set to 'null' the content language of the wiki will be used.", "module_lang": null, "%set_categories…” 当前
  • 02:262023年11月19日 (日) 02:26 差异 历史 +32 Module:Item/doc创建页面,内容为“{{Documentation|scwShared=true}}” 当前 标签2017年版源代码编辑
  • 02:262023年11月19日 (日) 02:26 差异 历史 +17,998 Module:Item创建页面,内容为“require( 'strict' ) local Item = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local TNT = require( 'Module:Translate' ):new() local common = require( 'Module:Common' ) local manufacturer = require( 'Module:Manufacturer' )._manufacturer local hatnote = require( 'Module:Hatnote' )._hatnote local data = mw.loadJsonData( 'Module:Item/data.json' ) local config = mw.loadJsonData( 'Module:Item/config.json' ) local lang if config.…” 当前
  • 02:262023年11月19日 (日) 02:26 差异 历史 +93 Module:Tabber/doc创建页面,内容为“{{Documentation|scwShared=true}} This module is used by Lua modules to create Tabber layout.” 当前 标签2017年版源代码编辑
  • 02:242023年11月19日 (日) 02:24 差异 历史 +918 Module:Tabber创建页面,内容为“local p = {} --- Helper function to get Tabber length --- @param table --- @return int local function getTabberLength( t ) local length = 0 for k, _ in next, t do if string.find( k, 'label' ) == 1 then length = length + 1 end end return length end --- Render Tabber --- @param table data { label{n}, content{n} } --- @return string wikitext of Tabber function p.renderTabber( data ) local tabberContent = {} for i = 1, getTab…” 当前
  • 02:192023年11月19日 (日) 02:19 差异 历史 +337 Module:Vehicle/doc创建页面,内容为“{{documentation|scwShared=true}} This module handles data related to vehicles. On the vehicle page *Saves template parameters and API data as SMW data *Set category from SMW data *Set short description from SMW data *Display infobox from SMW data On other pages, it can be used to display the infobox of other vehicles.” 当前 标签2017年版源代码编辑
  • 02:112023年11月19日 (日) 02:11 差异 历史 +535 Module:InfoboxNeue/i18n.json创建页面,内容为“{ "license": "CC0-1.0", "description": { "en": "Translation table for the Module:InfoboxNeue" }, "schema": { "fields": [ { "name": "id", "type": "string" }, { "name": "message", "type": "localized" } ] }, "data": [ [ "LBL_quick_facts", { "de": "Kurze Fakten…” 当前
  • 02:092023年11月19日 (日) 02:09 差异 历史 +186 Template:Format link创建页面,内容为“<includeonly>{{{{{|safesubst:}}}#invoke:format link|formatLink}}</includeonly><noinclude> {{/doc}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>” 当前 标签2017年版源代码编辑
  • 02:082023年11月19日 (日) 02:08 差异 历史 +5,722 Module:Format link/doc创建页面,内容为“{{Documentation|fromWikipedia=true}} This module, migrated from origins in Module:Hatnote, provides functionality for formatting links for display, including that powering the {{tl|format link}} template. It can pretty-format section links with the section symbol ("§") and appropriate whitespace, it automatically escapes category and file names with the colon trick, and includes functionality for italicizing the page or section name,…” 当前 标签2017年版源代码编辑
  • 02:082023年11月19日 (日) 02:08 差异 历史 +6,544 Module:Format link创建页面,内容为“-- Imported from: https://en.wikipedia.org/wiki/Module:Format_link -------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the {{format link}} template. -------------------------------…” 当前
  • 02:072023年11月19日 (日) 02:07 差异 历史 +3,477 Module:Translate/i18n.json创建页面,内容为“{ "license": "CC0-1.0", "description": { "ast": "Tabla de traducciones pal Módulu:Translate", "bg": "Таблица с преводи за Модул:Translate", "ca": "Taula de traduccions per al Mòdul:Translate", "cs": "Tabulka překladů pro Modul:Translate", "de": "Übersetzungstabelle für das Modul:Translate", "el": "Πίνακας μετάφρασης για το Module:Translate", "en":…” 当前
  • 02:052023年11月19日 (日) 02:05 差异 历史 +32 Module:Common/SMW/doc创建页面,内容为“{{Documentation|scwShared=true}}” 当前 标签2017年版源代码编辑
  • 02:052023年11月19日 (日) 02:05 差异 历史 +8,261 Module:Common/SMW创建页面,内容为“local commonSMW = {} local common = require( 'Module:Common' ) local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti --- Adds SMW properties to a table either from the API or Frame arguments --- --- @param apiData table Data from the Wiki API --- @param frameArgs table Frame args processed by Module:Arguments --- @param smwSetObject table The SMW Object that gets passed to mw.sm…”
  • 02:032023年11月19日 (日) 02:03 差异 历史 −134 Template:Note重定向页面至模板:Hatnote 标签新重定向 2017年版源代码编辑
  • 01:592023年11月19日 (日) 01:59 差异 历史 +10,781 Module:Manufacturer/data.json创建页面,内容为“[ { "code": "987", "name": "987" }, { "code": "ABIN", "name": "Abernathy Interiors" }, { "code": "ACAS", "name": "Ace Astrogation" }, { "code": "ACDO", "name": "Aciedo CommRelay", "shortname": "Aciedo" }, { "code": "ACOM", "name": "ACOM" }, { "code": "AEHA", "name": "Aeroview Hangars", "shortname": "Aeroview…”
  • 01:582023年11月19日 (日) 01:58 差异 历史 +1,346 Template:Manufacturer name/doc创建页面,内容为“{{Documentation}} {{tsh|MFUN|MFUNAME|MFU name}} {{t|Manufacturer name}} returns the manufacturer name from the manufacturer code. This is used in many templates that takes manufacturer as a parameter. The manufacturer data can be founded in Module:Manufacturer/data.json. == Syntax == : <code><nowiki>{{</nowiki>Manufacturer name|''manfacturer code''}}</code> == Examples == : <code><nowiki>{{</nowiki>Manufacturer name<nowiki>|AEGS}}</nowiki></code> returns…” 当前 标签2017年版源代码编辑
  • 01:582023年11月19日 (日) 01:58 差异 历史 +105 Template:Manufacturer name创建页面,内容为“<includeonly>{{#invoke:Manufacturer|manufacturer|type=name}}</includeonly><noinclude>{{/doc}}</noinclude>” 当前 标签2017年版源代码编辑
  • 01:572023年11月19日 (日) 01:57 差异 历史 +9 Template:MFUNAME已将重定向目标从模板:MFU name更改为模板:Manufacturer name 标签已更改重定向目标 2017年版源代码编辑
  • 01:552023年11月19日 (日) 01:55 差异 历史 +678 Template:Hatnote/doc创建页面,内容为“{{Documentation}} {{Wikipedia template}} {{t|Hatnote}} is a simple notice template intended for use posting editorial notes in articles. Note that the user should supply a short bolded description of what kind of editorial note this is. ;Sample Output: <nowiki>{{Note|'''Note:''' This is an editorial comment.}}</nowiki> ;Results in: {{Note|'''Note:''' This is an editorial comment.}} ;Sample Output: <nowiki>{{Note|'''Errata:''' Correction to this comm-link (i…” 当前 标签2017年版源代码编辑
  • 01:542023年11月19日 (日) 01:54 差异 历史 +85 Template:Hatnote创建页面,内容为“<includeonly>{{#invoke:Hatnote|hatnote}}</includeonly><noinclude>{{/doc}}</noinclude>” 当前 标签2017年版源代码编辑
  • 01:522023年11月19日 (日) 01:52 差异 历史 +723 Template:SMW property/doc创建页面,内容为“{{Documentation}} {{t|SMW property}} is used to show the value of a single SMW property. It is default to the current page if page is not specified. ==TemplateData== <templatedata> { "params": { "1": { "label": "Property name", "description": "Name of the SMW property", "example": "UUID", "type": "string", "required": true, "suggested": true }, "page": { "label": "Page name", "description": "Page name if it is not current page",…” 当前 标签2017年版源代码编辑
  • 01:522023年11月19日 (日) 01:52 差异 历史 +121 Template:SMW property创建页面,内容为“<includeonly>{{#if:{{{1|}}}|{{#show:{{{page|{{FULLPAGENAME}}}}}|?{{{1}}}}}}}</includeonly><noinclude>{{/doc}}</noinclude>” 当前 标签2017年版源代码编辑
  • 01:512023年11月19日 (日) 01:51 差异 历史 +632 Template:Vehicle availability/doc创建页面,内容为“{{Documentation}} Generate a table from SMW data that shows in-game availability of a vehicle. ==Usage== <pre> <nowiki>{{Vehicle availability|100i}}</nowiki> </pre> gives {{Vehicle availability|100i}} ==TemplateData== <templatedata> { "params": { "1": { "label": "Vehicle page name", "description": "Page name of a vehicle", "example": "300i", "type": "wiki-page-name" } }, "description": "Generate a table from SMW data that shows in-game ava…” 当前 标签2017年版源代码编辑
  • 01:512023年11月19日 (日) 01:51 差异 历史 +1,288 Template:Vehicle availability创建页面,内容为“<includeonly>{{Note|[https://finder.cstone.space/search/{{SMW property|UUID}} Click here to search on Universal Item Finder] for the most accurate availability.}}<tabber> Buying= {{#ask:+depth=0 |Ground vehicle <q>[[Name::{{{1|{{ROOTPAGENAME}}}}}]]||[[-Has subobject::{{{1|{{ROOTPAGENAME}}}}}]]</q> |default={{Note|This vehicle is not buayable in-game.}} |mainlabel=- |?Shop |?Location |?Price#-p0 |?Game build |format=broadtabl…” 当前 标签2017年版源代码编辑
  • 01:482023年11月19日 (日) 01:48 差异 历史 +136 Module:VehicleHardpoint/doc创建页面,内容为“{{Documentation|scwShared=true}} This module saves and displays the hardpoints found on a vehicle. Implements {{t|Vehicle hardpoints}}.” 当前 标签2017年版源代码编辑
  • 01:452023年11月19日 (日) 01:45 差异 历史 +710 Template:Vehicle hardpoints/doc创建页面,内容为“{{Documentation}} {{t|Vehicle hardpoints}} generates a table of hardpoints for the specification section of a vehicle page. ==Usage== <code><nowiki>{{Vehicle hardpoints|Carrack}}</nowiki></code> gives: {{Vehicle hardpoints|Carrack}} ==TemplateData== <templatedata> { "params": { "": { "label": "Vehicle name", "description": "Page name of the vehicle on the wiki", "example": "Carrack", "type": "wiki-page-name", "suggested": true } }, "de…” 当前 标签2017年版源代码编辑
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500
我们提供服务需要使用Cookie。您使用我们的服务,即表示您同意我们使用Cookie。