다른 명령
이터널리턴 이스포츠 위키에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.
- 2024년 12월 2일 (월) 20:16 Mongsil 토론 기여님이 모듈:Manufacturer 문서를 만들었습니다 (새 문서: require( 'strict' ) local Manufacturer = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local MODULE_NAME = 'Module:Manufacturer' local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local i18n = require( 'Module:i18n' ):new() local mArguments local cache = {} --- Wrapper function for Module:i18n.translate --- --- @param key string The translation key --- @return string|nil local function t( key ) return i...)
- 2024년 12월 2일 (월) 20:15 Mongsil 토론 기여님이 모듈:Common 문서를 만들었습니다 (새 문서: local common = {} --- Convert an input to number ---@param num string|integer Input ---@param onFail string|integer Output if conversion fails ---@param base integer Base for tonumber, defaults to 10 ---@return number function common.toNumber( num, onFail, base ) base = base or 10 if num == nil then return onFail end local numCopy = num if type( num ) == 'string' then numCopy = num:gsub( ',', '.' ) end numCopy = tonumber( numCopy, base )...)
- 2024년 12월 2일 (월) 20:15 Mongsil 토론 기여님이 모듈:Player 문서를 만들었습니다 (새 문서: require( 'strict' ) local Vehicle = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local i18n = require( 'Module:i18n' ):new() local TNT = require( 'Module:Translate' ):new() local common = require( 'Module:Common' ) local manufacturer = require( 'Module:Manufacturer' ):new() local hatnote = require( 'Module:Hatnote' )._hatnote local data = mw.loadJsonData( 'Module:Vehicle/data.json' ) local config = mw.loadJsonData( 'Module:Vehicle/config.jso...)
- 2024년 12월 2일 (월) 20:13 Mongsil 토론 기여님이 틀:Player/doc 문서를 만들었습니다 (새 문서: {{Documentation}} This template 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. == Usage == The template should fill in data automatically from API even if there are no template parameters. <syntaxhighlight lang="wikitext"> {{Vehicle}} </syntaxhighligh...)
- 2024년 12월 2일 (월) 20:12 Mongsil 토론 기여님이 틀:Player 문서를 만들었습니다 (새 문서: <includeonly><!-- -->{{#invoke:Player|main}}<!-- --></includeonly><noinclude> {{/doc}} </noinclude>)
- 2024년 11월 21일 (목) 16:30 Mongsil 토론 기여님이 틀:SortableNumber 문서를 넘겨주기를 만들지 않고 틀:Prize 문서로 이동했습니다
- 2024년 11월 20일 (수) 22:26 Mongsil 토론 기여님이 틀:SortableNumber 문서를 만들었습니다 (새 문서: <span data-sort-value="{{#replace:{{{1|}}}|,|}}" class="sortable-number">{{{1|}}}</span>)
- 2024년 11월 20일 (수) 00:56 Mongsil 토론 기여님이 틀:TotalPrize 문서를 만들었습니다 (새 문서: {{#invoke:TotalPrize|calculateTotalPrize}})
- 2024년 11월 20일 (수) 00:54 Mongsil 토론 기여님이 틀:Age 문서를 만들었습니다 (새 문서: {{#invoke:AgeCalculator|calculateAge|{{{출생일|}}}}})
- 2024년 11월 20일 (수) 00:41 Mongsil 토론 기여님이 모듈:AgeCalculator 문서를 만들었습니다 (새 문서: local p = {} -- 생년월일로 나이 계산 function p.calculateAge(frame) local birthDateText = frame:getParent():getArgument("출생") if not birthDateText then return "출생 정보 없음" end -- 날짜를 추출 (xxxx년 xx월 xx일 형식) local year, month, day = birthDateText:match("(%d+)년 (%d+)월 (%d+)일") if not year or not month or not day then return birthDateText -- 날짜 형식이 맞지 않으면 그대로 반환...)
- 2024년 11월 20일 (수) 00:39 Mongsil 토론 기여님이 모듈:TotalPrize 문서를 만들었습니다 (새 문서: local p = {} function p.calculateTotalPrize(frame) local content = mw.title.getCurrentTitle():getContent() -- 문서 내용 가져오기 local total = 0 -- 상금 데이터를 추출 (₩로 시작하고 숫자가 포함된 패턴) for amount in content:gmatch("₩([%d,]+)") do local number = tonumber((amount:gsub(",", ""))) -- 쉼표 제거 후 숫자로 변환 if number then total = total + number end end -- 총합...)
- 2024년 11월 19일 (화) 16:49 Mongsil 토론 기여님이 틀:CollapsibleHeader 문서를 삭제했습니다 (내용: "<h2 class="collapsible-header"> <span class="collapsible-indicator">[+]</span> {{{1}}} </h2> <div class="collapsible-content" style="display: none;"> {{{2}}} </div>". 유일한 편집자는 "Mongsil" (토론))
- 2024년 11월 19일 (화) 16:44 Mongsil 토론 기여님이 틀:CollapsibleHeader 문서를 만들었습니다 (새 문서: <h2 class="collapsible-header"> <span class="collapsible-indicator">[+]</span> {{{1}}} </h2> <div class="collapsible-content" style="display: none;"> {{{2}}} </div>)
- 2024년 10월 20일 (일) 23:30 Mongsil 토론 기여님이 파일:ERNL WHITE SHORT.png의 새 판을 올렸습니다
- 2024년 10월 20일 (일) 23:29 Mongsil 토론 기여님이 파일:ERNL WHITE LONG.png의 새 판을 올렸습니다
- 2024년 10월 20일 (일) 23:18 Mongsil 토론 기여님이 파일:ERNL WHITE SHORT.png 문서를 만들었습니다 (Uploaded own work with UploadWizard)
- 2024년 10월 20일 (일) 23:18 Mongsil 토론 기여님이 파일:ERNL WHITE LONG.png 문서를 만들었습니다 (Uploaded own work with UploadWizard)
- 2024년 10월 20일 (일) 23:18 Mongsil 토론 기여님이 파일:ERNL WHITE LONG.png 파일을 올렸습니다 (Uploaded own work with UploadWizard) 태그: 파일 올리기 마법사
- 2024년 10월 20일 (일) 23:18 Mongsil 토론 기여님이 파일:ERNL WHITE SHORT.png 파일을 올렸습니다 (Uploaded own work with UploadWizard) 태그: 파일 올리기 마법사
- 2024년 10월 17일 (목) 09:56 Mongsil 토론 기여님이 ER:Style guide 문서를 만들었습니다 (새 문서: == 편집 방침== * 등재 기준 ** 마스터즈 본선에 진출했거나 방송 경기 경력이 있으며, 대회 서버에 등록된 선수명인 경우에만 등재할 수 있습니다. ***선수 템플릿과 분류:선수를 참고해주세요. ** 예선 출전 경력이 있는 경우 등재할 수 있습니다. 시드 유지 규정에 따라, 팀원 둘 이상이 같다면 동일한 팀으로 간주합니다. ***팀 템플릿과 분류:팀을 참고...)
- 2024년 10월 17일 (목) 09:54 Mongsil 토론 기여님이 틀:Main page/onthewiki/doc 문서를 만들었습니다 (새 문서: {{Documentation}} This template is used on the main page. It is the on the wiki card in the content section. <includeonly>{{PAGENAME}}</includeonly>)
- 2024년 10월 17일 (목) 09:51 Mongsil 토론 기여님이 모듈:Main/설명문서 문서를 만들었습니다 (새 문서: {{Documentation|fromWikipedia=true}} '''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 module uses the wording "M...)
- 2024년 10월 17일 (목) 09:50 Mongsil 토론 기여님이 모듈: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 = require('Module:Ar...)
- 2024년 10월 17일 (목) 09:50 Mongsil 토론 기여님이 틀:Main 문서를 만들었습니다 (새 문서: {{#invoke:main|main}}<noinclude>{{/doc}}</noinclude>)
- 2024년 10월 17일 (목) 09:50 Mongsil 토론 기여님이 파일:WikimediaUI-Logo-Wikipedia.svg 문서를 만들었습니다
- 2024년 10월 17일 (목) 09:50 Mongsil 토론 기여님이 파일:WikimediaUI-Logo-Wikipedia.svg 파일을 올렸습니다
- 2024년 10월 17일 (목) 09:49 Mongsil 토론 기여님이 모듈:For/설명문서 문서를 만들었습니다 (새 문서: {{Documentation|fromWikipedia=true}} '''Module:For''' implements the {{tl|For}} template.)
- 2024년 10월 17일 (목) 09:49 Mongsil 토론 기여님이 모듈:For 문서를 만들었습니다 (새 문서: local mArguments --initialize lazily local mHatlist = require('Module:Hatnote list') local mHatnote = require('Module:Hatnote') local yesNo = require('Module:Yesno') local p = {} --Implements {{For}} from the frame --uses capitalized "For" to avoid collision with Lua reserved word "for" function p.For (frame) mArguments = require('Module:Arguments') return p._For(mArguments.getArgs(frame)) end --Implements {{For}} but takes a manual arguments table function p._For (args) lo...)
- 2024년 10월 17일 (목) 09:48 Mongsil 토론 기여님이 틀:For 문서를 만들었습니다 (새 문서: <includeonly>{{#invoke:For|For}}</includeonly><noinclude>{{/doc}}</noinclude>)
- 2024년 10월 17일 (목) 09:48 Mongsil 토론 기여님이 ER:About 문서를 만들었습니다 (새 문서: {{for|the info of the game Star Citizen|Star Citizen}} {{Shortcut|SC:ABOUT|SC:SCW|SC:WIKI}} '''Star Citizen Wiki''' is an unofficial wiki dedicated to ''Star Citizen'' and ''Squadron 42''. It covers all content relating to Star Citizen including the lore, and the development process and team behind it. The Star Citizen Wiki is a part of the Star Citizen Tools project. == Statistics == {{Statsbar |label1 = Pages |data1 = {{NUMBEROFPAGES}} |label2 = Edits |data2 = {{NUM...)
- 2024년 10월 16일 (수) 04:07 Mongsil 토론 기여님이 파일:Placeholderv2.png의 새 판을 올렸습니다
- 2024년 10월 16일 (수) 03:25 Mongsil 토론 기여님이 파일:Placeholderv2.png의 새 판을 올렸습니다
- 2024년 10월 16일 (수) 03:24 Mongsil 토론 기여님이 파일:Placeholderv2.png 문서를 만들었습니다
- 2024년 10월 16일 (수) 03:24 Mongsil 토론 기여님이 파일:Placeholderv2.png 파일을 올렸습니다
- 2024년 10월 16일 (수) 00:04 Mongsil 토론 기여님이 ER:Editing 문서를 EEditing 문서로 이동했습니다
- 2024년 10월 15일 (화) 23:30 Mongsil 토론 기여님이 ER:Editing 문서를 만들었습니다 (새 문서: = Get started with editing the wiki. = Anyone can edit any page and improve articles immediately for all readers. You just need to create an account. The Star Citizen Wiki uses two methods of editing: the simpler VisualEditor, and classic editing through source mode. {{Card |column=2 |title1=Your first edits |text1=A beginner's guide on how to use VisualEditor, a user-friendly system that allows you to edit without the need to learn wikitext. |page1=St...)
- 2024년 10월 15일 (화) 05:36 Mongsil 토론 기여님이 파일:S5 Final Banner 01.png 문서를 만들었습니다
- 2024년 10월 15일 (화) 05:36 Mongsil 토론 기여님이 파일:S5 Final Banner 01.png 파일을 올렸습니다
- 2024년 10월 15일 (화) 05:28 Mongsil 토론 기여님이 틀:Nowrap/doc 문서를 만들었습니다 (새 문서: {{Documentation}} {{tsh|nobr|nobreak}} {{t|Nowrap}} stops wrapping of specific text. It prevents word wraps (line breaks) within text or inside a link which contains spaces, hyphens ("-"), or, in some browsers, parentheses. The size of the nowrapped text becomes the minimum width of that paragraph. Before you use this template you might want to read up on Wikipedia:Line-break handling. == Usage == :: <code><nowiki>{{nowrap|these words stay together}}</nowiki></code> :...)
- 2024년 10월 15일 (화) 05:27 Mongsil 토론 기여님이 틀:Nowrap 문서를 만들었습니다 (새 문서: <span class="nowrap">{{{1}}}</span><noinclude> {{/doc}} </noinclude>)
- 2024년 10월 15일 (화) 05:27 Mongsil 토론 기여님이 틀:Template link expanded with subst/doc 문서를 만들었습니다 (새 문서: {{Documentation|fromWikipedia=true}} {{tsh|{{{1|tlg}}}|{{{2|}}}}} This template, often abbreviated as {{tlf|{{#switch:{{lc:{{ROOTPAGENAME}}}} | tlg | template link general = tlg | tlb | template link with bold = tlb | tlc | template link code = tlc | tlw ||template link with linked braces = tlw | tlf | template link with link off = tlf | tltss | template link with title span, subst = tltss | tlx | template link expanded = tlx | tlxb | template link expanded with bold = tlxb |...)
- 2024년 10월 15일 (화) 05:27 Mongsil 토론 기여님이 틀:Template link expanded with subst 문서를 만들었습니다 (새 문서: {{#Invoke:Template link general|main|code=on|subst=on}}<noinclude> {{/doc}} <!-- Add categories to the /doc subpage, not here! --> </noinclude>)
- 2024년 10월 15일 (화) 05:27 Mongsil 토론 기여님이 틀:Tlxs 문서를 만들었습니다 (틀:Template link expanded with subst 문서로 넘겨주기) 태그: 새 넘겨주기
- 2024년 10월 15일 (화) 05:26 Mongsil 토론 기여님이 틀:Wbr/doc 문서를 만들었습니다 (새 문서: {{Documentation}} This template is used to tell the browser of an optional, non-hyphenated line-break. It can be used with: * {{tlx|nbsp}} or the equivalent <code> </code> (non-breaking space) * {{tlx|nowrap}} or the equivalent <code><nowiki><span class="nowrap">...</span></nowiki></code> (character string that will not break even at a normal space) to carefully control line-breaking where this is important. This template can safely be {{WP|ref=no|WP:SUBST|text=substit...)
- 2024년 10월 15일 (화) 05:26 Mongsil 토론 기여님이 틀:Wbr 문서를 만들었습니다 (새 문서: <wbr /><noinclude> {{/doc}} </noinclude>)
- 2024년 10월 15일 (화) 05:25 Mongsil 토론 기여님이 틀:Spaces/doc 문서를 만들었습니다 (새 문서: {{Documentation}} {{Template shortcut| |nbs|nbsp|nbsp;|space|spcs}} {{Wikipedia template}} A template to produce one or more non-breaking spaces (<code> </code> character entities). == Usage == ; Syntax : <code><nowiki>{{spaces|</nowiki>''N''{{!}}''type''}}</code> ...... to produce ''N'' consecutive non-breaking spaces (where ''N'' is a whole number larger than zero) of the type specified by the second parameter: <code>em</code>, <...)
- 2024년 10월 15일 (화) 05:25 Mongsil 토론 기여님이 틀:Spaces 문서를 만들었습니다 (새 문서: <span class="nowrap">{{#iferror:{{#expr:{{{1|1}}}}} |{{#switch:{{{1}}} |fig= |en= |em= |thin= |hair= | }} |{{#invoke:String|rep|{{#switch:{{{2}}} |fig= |en= |em= |thin= |hair= | }}|{{{1|1}}}}} }}</span><noinclude> {{/doc}} </noinclude>)
- 2024년 10월 15일 (화) 05:25 Mongsil 토론 기여님이 틀:Nbsp 문서를 만들었습니다 (틀:Spaces 문서로 넘겨주기) 태그: 새 넘겨주기
- 2024년 10월 15일 (화) 05:20 Mongsil 토론 기여님이 파일:WikimediaUI-Palette.svg 문서를 만들었습니다
- 2024년 10월 15일 (화) 05:20 Mongsil 토론 기여님이 파일:WikimediaUI-Palette.svg 파일을 올렸습니다