다른 명령
이터널리턴 이스포츠 위키에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.
- 2024년 10월 15일 (화) 05:13 Mongsil 토론 기여님이 모듈:Module toc/설명문서 문서를 만들었습니다 (새 문서: {{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.)
- 2024년 10월 15일 (화) 05:13 Mongsil 토론 기여님이 모듈:Module toc 문서를 만들었습니다 (새 문서: -- Imported from: https://runescape.wiki/w/Module:Module%20toc -- <nowiki> local p = {} local function getNewlineLocations( content ) local locs = {} local pos = 0 repeat pos = mw.ustring.find( content, '\n', pos + 1, true ) table.insert( locs, pos ) until not pos return locs end local function findLineNumber( pos, newLineLocs ) local max = #newLineLocs local min = 1 repeat local i = math.ceil( (max + min) / 2 )...)
- 2024년 10월 15일 (화) 05:13 Mongsil 토론 기여님이 모듈:Translate/설명문서 문서를 만들었습니다 (새 문서: {{Documentation|scwShared=true}} This module allows templates and modules to be easily translated as part of the multilingual templates and modules project. Instead of storing English text in a module or a template, Translate module allows modules to be designed language-neutral, and store multilingual text in the <code>/i18n.json</code> subpage. This way your module or template will use those translated strings (messages), or if the message has not yet been translated, will fa...)
- 2024년 10월 15일 (화) 05:13 Mongsil 토론 기여님이 모듈:Translate 문서를 삭제 취소했습니다 (판 1개)
- 2024년 10월 15일 (화) 05:13 Mongsil 토론 기여님이 모듈:I18n/설명문서 문서를 만들었습니다 (새 문서: {{Documentation|scwShared=true}})
- 2024년 10월 15일 (화) 05:13 Mongsil 토론 기여님이 모듈:I18n 문서를 만들었습니다 (새 문서: require( 'strict' ) local i18n = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType --- Cache table containing i18n data --- e.g. cache['en']['SMW'] will get you the SMW table in English local cache = {} --- Cache language codes for reuse local languages = {} --- Retrieve dataset namespace from key prefix --- --- @param key string The translation key --- @retu...)
- 2024년 10월 15일 (화) 05:12 Mongsil 토론 기여님이 모듈:MBox 문서를 넘겨주기를 만들지 않고 모듈:Mbox 문서로 이동했습니다
- 2024년 10월 15일 (화) 05:12 Mongsil 토론 기여님이 모듈: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: ' .. msg .. '.'...)
- 2024년 10월 15일 (화) 05:11 Mongsil 토론 기여님이 모듈:User error/설명문서 문서를 만들었습니다 (새 문서: {{Documentation}} A less intimidating version of the built-in <syntaxhighlight inline lang="lua">error(...)</syntaxhighlight> function, to help editors fix their mistakes when transcluding a template.)
- 2024년 10월 15일 (화) 05:11 Mongsil 토론 기여님이 모듈:User error 문서를 삭제 취소했습니다 (판 1개)
- 2024년 10월 15일 (화) 05:11 Mongsil 토론 기여님이 모듈:Paramtest/설명문서 문서를 만들었습니다 (새 문서: {{Documentation}} {{Helper module |name=Paramtest |fname1 = is_empty(arg) |ftype1 = String |fuse1 = Returns true if arg is not defined or contains only whitespace |fname2 = has_content(arg) |ftype2 = String |fuse2 = Returns true if arg exists and does not only contain whitespace |fname3 = default_to(arg1,arg2) |ftype3 = String, Any value |fuse3 = If arg1 exists and does not only contain whitespace, the function returns arg1, otherwise returns arg2 |fname4 = defaults{ {arg1,arg2}...)
- 2024년 10월 15일 (화) 05:11 Mongsil 토론 기여님이 모듈:Paramtest 문서를 만들었습니다 (새 문서: -- Imported from: https://runescape.wiki/w/Module:Paramtest --[[ {{Helper module |name=Paramtest |fname1 = is_empty(arg) |ftype1 = String |fuse1 = Returns true if arg is not defined or contains only whitespace |fname2 = has_content(arg) |ftype2 = String |fuse2 = Returns true if arg exists and does not only contain whitespace |fname3 = default_to(arg1,arg2) |ftype3 = String, Any value |fuse3 = If arg1 exists and does not only contain whitespace, the function returns arg1, otherw...)
- 2024년 10월 15일 (화) 05:10 Mongsil 토론 기여님이 모듈:Array/설명문서 문서를 만들었습니다 (새 문서: {{Documentation}} {{Helper module |name = Array |fname1 = <nowiki>all( arr, [fn] )</nowiki> |ftype1 = <samp>arr: any[]</samp><br><samp>fn?: any</samp><br><samp>-> boolean</samp> |fuse1 = Behaviour depends on the value of <code>fn</code>: * <code>nil</code> - Checks that the array doesn't contain any '''false''' elements. * <code>fun(elem: any, i?: integer): boolean</code> - Returns '''true''' if <code>fn</code> returns '''true''' for every element. * <code>number</co...)
- 2024년 10월 15일 (화) 05:10 Mongsil 토론 기여님이 모듈:Array 문서의 콘텐츠 모델을 "위키텍스트"에서 "Scribunto 모듈"(으)로 바꾸었습니다
- 2024년 10월 15일 (화) 05:10 Mongsil 토론 기여님이 모듈:Module:Array 문서를 넘겨주기를 만들지 않고 모듈:Array 문서로 이동했습니다
- 2024년 10월 15일 (화) 05:10 Mongsil 토론 기여님이 'Module:Array 문서를 넘겨주기를 만들지 않고 모듈:Module:Array 문서로 이동했습니다
- 2024년 10월 15일 (화) 05:10 Mongsil 토론 기여님이 '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(number|number[]|Array):...)
- 2024년 10월 15일 (화) 05:09 Mongsil 토론 기여님이 모듈:DependencyList/설명문서 문서를 만들었습니다 (새 문서: {{Documentation|scwShared=true}} '''Module:DependencyList''' generates a list of dependency used by template and module documentation.)
- 2024년 10월 15일 (화) 05:09 Mongsil 토론 기여님이 모듈:DependencyList 문서를 만들었습니다 (새 문서: --- Based on Module:DependencyList from RuneScape Wiki --- Modified to use SMW instead of DPL --- @see https://runescape.wiki/w/Module:DependencyList require("strict"); local p = {} local libraryUtil = require( 'libraryUtil' ) local arr = require( 'Module:Array' ) local yn = require( 'Module:Yesno' ) local param = require( 'Module:Paramtest' ) local userError = require("Module:User error") local hatnote = require('Module:Hatnote')._hatnote local mHatlist = require('Module:Hatn...)
- 2024년 10월 15일 (화) 05:09 Mongsil 토론 기여님이 모듈:Documentation/설명문서 문서를 만들었습니다 (새 문서: {{Documentation|scwShared=true}} '''Module:Documentation''' implements Template:Documentation for templates and modules.)
- 2024년 10월 15일 (화) 05:09 Mongsil 토론 기여님이 모듈:Documentation 문서를 만들었습니다 (새 문서: -- <nowiki> local dependencyList = require( 'Module:DependencyList' ) local hatnote = require( 'Module:Hatnote' )._hatnote local mbox = require( 'Module:Mbox' )._mbox local i18n = require( 'Module:i18n' ):new() local TNT = require( 'Module:Translate' ):new() local lang = mw.getContentLanguage() local p = {} --- Wrapper function for Module:i18n.translate --- --- @param key string The translation key --- @return string If the key was not found, the key is returned local function...)
- 2024년 10월 15일 (화) 05:08 Mongsil 토론 기여님이 틀:Documentation/doc 문서를 만들었습니다 (새 문서: {{Documentation}} The '''documentation''' template is transcluded in the template/module documentation. This template should only be used on subpages titled "doc". ==Usage== Place {{t|documentation}} at the top of the documentation page. If the page to be documented is a subpage, use {{t|documentation|pagename of page to be documented}} at the top of the documentation page. For example, Template:Foo/bar's documentation page would use {{t|documentation|Template:Foo/bar}}. Th...)
- 2024년 10월 15일 (화) 05:08 Mongsil 토론 기여님이 틀:Documentation 문서를 만들었습니다 (새 문서: <includeonly>{{#invoke:Documentation|doc}}__NOEDITSECTION__{{#seo: |type = website |description = {{FULLPAGENAME}} is a template page used on the Star Citizen Wiki. Templates are pages that are embedded (transcluded) into other pages to allow for the repetition of information. |site_name = Star Citizen Wiki |locale = {{PAGELANGUAGE}} }}</includeonly><noinclude>{{/doc}}</noinclude>)
- 2024년 10월 15일 (화) 05:03 Mongsil 토론 기여님이 파일:Discord wordmark white.svg 문서를 만들었습니다
- 2024년 10월 15일 (화) 05:03 Mongsil 토론 기여님이 파일:Discord wordmark white.svg 파일을 올렸습니다
- 2024년 10월 15일 (화) 04:58 Mongsil 토론 기여님이 모듈:Loops 문서를 삭제했습니다 (내용: "-- <nowiki> -------------------------------------------------------------------------------- -- Lua module implementing features similar to mw:Extension:Loops. -- -- @module lööps -- @alias loops -- @author User:ExE Boss -- @require Module:TableTools -------------------------------------------------------------------------------- local libraryUtil = require("libraryUtil...". 유일한 편집자는 "Mongsil" (토론))
- 2024년 10월 15일 (화) 04:57 Mongsil 토론 기여님이 모듈:Loops 문서를 만들었습니다 (새 문서: -- <nowiki> -------------------------------------------------------------------------------- -- Lua module implementing features similar to mw:Extension:Loops. -- -- @module lööps -- @alias loops -- @author User:ExE Boss -- @require Module:TableTools -------------------------------------------------------------------------------- local libraryUtil = require("libraryUtil"); local tableTools = require("Module:TableTools"); local checkType = libraryUtil.checkType;...)
- 2024년 10월 15일 (화) 04:52 Mongsil 토론 기여님이 틀:Cards/styles.css 문서를 넘겨주기를 만들지 않고 틀:Card/styles.css 문서로 이동했습니다 (되돌리기)
- 2024년 10월 15일 (화) 04:52 Mongsil 토론 기여님이 틀:Cards/doc 문서를 넘겨주기를 만들지 않고 틀:Card/doc 문서로 이동했습니다 (되돌리기)
- 2024년 10월 15일 (화) 04:52 Mongsil 토론 기여님이 틀:Cards 문서를 넘겨주기를 만들지 않고 틀:Card 문서로 이동했습니다 (되돌리기)
- 2024년 10월 15일 (화) 04:51 Mongsil 토론 기여님이 틀:Card/styles.css 문서를 넘겨주기를 만들지 않고 틀:Cards/styles.css 문서로 이동했습니다
- 2024년 10월 15일 (화) 04:51 Mongsil 토론 기여님이 틀:Card/doc 문서를 넘겨주기를 만들지 않고 틀:Cards/doc 문서로 이동했습니다
- 2024년 10월 15일 (화) 04:51 Mongsil 토론 기여님이 틀:Card 문서를 넘겨주기를 만들지 않고 틀:Cards 문서로 이동했습니다
- 2024년 10월 15일 (화) 04:49 Mongsil 토론 기여님이 모듈:Cards/styles.css 문서를 만들었습니다 (새 문서: .template-cards { display: grid; gap: 0.5rem; } .template-card { border: var(--border-base); border-radius: var(--border-radius-medium); background: var(--color-surface-2); } .template-card-header { border-bottom: var(--border-base); border-top-left-radius: var(--border-radius-medium); border-top-right-radius: var(--border-radius-medium); padding: 0.5rem 1rem; color: var(--color-emphasized); background: var(--color-surface-3); fo...)
- 2024년 10월 15일 (화) 04:49 Mongsil 토론 기여님이 모듈:Cards/설명문서 문서를 만들었습니다 (새 문서: {{Documentation}})
- 2024년 10월 15일 (화) 04:49 Mongsil 토론 기여님이 모듈:Cards 문서를 만들었습니다 (새 문서: local mArguments --initialize lazily local getArgNums = require('Module:Common').getArgNums local p = {} --Implements {{cards}} from the frame function p.cards(frame) mArguments = require('Module:Arguments') return p._cards(mArguments.getArgs(frame), frame) end function p._cards(args, frame) if not args then return 'Missing arguments' end local html = mw.html.create('div'):addClass('template-cards') local columns = 0 for i, _ in ipairs(getArgNums('content', args))...)
- 2024년 10월 15일 (화) 04:42 Mongsil 토론 기여님이 틀:Short description/doc 문서를 만들었습니다 (새 문서: {{Documentation}} {{tsh|SHORTDESC}} {{t|Short description}} is used to add a short description to a page. == Usage == {{tlx|Short description|Write your short description here}} == TemplateData == <templatedata> { "params": { "1": { "label": "Description", "description": "The short description of the article", "example": "Online free encyclopedia anyone can edit", "required": true, "type": "content" } }, "description": "...)
- 2024년 10월 15일 (화) 04:42 Mongsil 토론 기여님이 틀:Short description 문서를 만들었습니다 (새 문서: {{#if:{{{1|}}}|{{SHORTDESC:{{{1|}}}}}|{{SHORTDESC:}}}}<noinclude> {{/doc}}</noinclude>)
- 2024년 10월 15일 (화) 04:41 Mongsil 토론 기여님이 틀:SHORTDESC/doc 문서를 만들었습니다 (새 문서: {{Documentation}} {{tsh|SHORTDESC}} {{t|Short description}} is used to add a short description to a page. == Usage == {{tlx|Short description|Write your short description here}} == TemplateData == <templatedata> { "params": { "1": { "label": "Description", "description": "The short description of the article", "example": "Online free encyclopedia anyone can edit", "required": true, "type": "content" } }, "description": "...)
- 2024년 10월 15일 (화) 04:41 Mongsil 토론 기여님이 틀:SHORTDESC 문서를 만들었습니다 (새 문서: {{#if:{{{1|}}}|{{SHORTDESC:{{{1|}}}}}|{{SHORTDESC:}}}}<noinclude> {{/doc}}</noinclude>)
- 2024년 10월 15일 (화) 04:40 Mongsil 토론 기여님이 틀:Extension DPL 문서를 만들었습니다 (새 문서: <noinclude>This page was automatically created. It serves as an anchor page for all '''invocations''' of [http://mediawiki.org/wiki/Extension:DynamicPageList3 Extension:DynamicPageList3 (DPL)].</noinclude>)
- 2024년 10월 15일 (화) 04:38 Mongsil 토론 기여님이 틀:Replace/doc 문서를 만들었습니다 (새 문서: {{Documentation}} ;Usage <code>{{t|replace |''string'' |''target'' |''replacement''|''count''}}</code> Returns ''string'' with the first ''n'' occurrences of ''target'' replaced with ''replacement''. Omitting <code>count</code> will replace all occurrences. ;Examples * <code><nowiki>{{replace |One two two three two four twotwo five |two |NINE}}</nowiki></code> → {{replace|One two two three two four twotwo five|two|NINE}} * <code><nowiki>{{replace |One two two three two four...)
- 2024년 10월 15일 (화) 04:38 Mongsil 토론 기여님이 틀:Replace 문서를 만들었습니다 (새 문서: <includeonly>{{#invoke:String|replace|source={{{1}}}|{{{2}}}|{{{3}}}|count={{{count|}}}|plain={{yesno|{{{regex|no}}}|yes=0|no=1}}}}</includeonly><noinclude>{{/doc}}</noinclude>)
- 2024년 10월 15일 (화) 04:37 Mongsil 토론 기여님이 틀:DPLAndEscape 문서를 만들었습니다 (새 문서: <includeonly>{{replace|{{{1}}}|&|and}}</includeonly><noinclude>{{/doc}}</noinclude>)
- 2024년 10월 15일 (화) 04:37 Mongsil 토론 기여님이 틀:DPLCat 문서를 만들었습니다 (새 문서: <includeonly> {{#dpl: |category={{DPLAndEscape|{{{1}}}}}&{{DPLAndEscape|{{{2}}}}}&{{DPLAndEscape|{{{3}}}}} |notcategory={{{not1|}}} |mode=inline |noresultsheader=empty |ordermethod=title |allowcachedresults=true |includesubpages=false |notnamespace=File |skipthispage=no |format = ,%TITLE% • ,,}} </includeonly> <noinclude> Category:DPL templates{{/doc}}</noinclude>)
- 2024년 10월 15일 (화) 04:37 Mongsil 토론 기여님이 틀:DPLCat2 문서를 만들었습니다 (새 문서: <includeonly> {{#dpl: |category={{DPLAndEscape|{{{1}}}}}&{{DPLAndEscape|{{{2}}}}}&{{DPLAndEscape|{{{3}}}}} |notcategory={{{not1|}}} |mode=inline |ordermethod=title |allowcachedresults=true |includesubpages={{#if:{{{includesubpages|}}}|true|false}} |namespace={{{namespace|}}} |notnamespace=File |skipthispage=no |format=,%TITLE%,,}} </includeonly> <noinclude>{{/doc}}</noinclude>)
- 2024년 10월 15일 (화) 04:35 Mongsil 토론 기여님이 모듈:Navplate/styles.css 문서를 만들었습니다 (새 문서: .template-navplate { margin-top: var( --space-md ); clear: both; font-size: var( --font-size-small ); line-height: var( --line-height-sm ); border: 1px solid var( --border-color-base ); border-radius: var( --border-radius--medium ); overflow: hidden; } .template-navplate__header { padding: var( --space-sm ) var( --space-md ); background-color: var( --color-surface-2 ); display: flex; align-items: center; gap: var( --space-md ); } .template-navplate.mw-coll...)
- 2024년 10월 15일 (화) 04:35 Mongsil 토론 기여님이 모듈:Navplate/설명문서 문서를 만들었습니다 (새 문서: {{Documentation|scwShared=true}} '''Module:Navplate''' implements the {{t|navplate}} template.)
- 2024년 10월 15일 (화) 04:35 Mongsil 토론 기여님이 모듈:Navplate 문서를 만들었습니다 (새 문서: -------------------------------------------------------------------------------- -- Module:Navplate -- -- This module implements {{Navplate}} -- -- Based on Module:Infobox -- -- This is a work in progress -- ------------------------------------------------------------------------------...)
- 2024년 10월 15일 (화) 04:35 Mongsil 토론 기여님이 틀: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> :Subtitle text above th...)