메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

주요 공개 기록

다른 명령

이터널 리턴 이스포츠 위키에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.

기록 목록
(최신 | 최초) ( | ) (20 | 50 | 100 | 250 | 500) 보기
  • 2024년 10월 15일 (화) 03:59 Mongsil 토론 기여님이 틀:No redirect/doc 문서를 만들었습니다 (새 문서: {{Documentation}} This template provides an easy way to link a redirect page without following the redirect. See Template:No redirect on Wikipedia for more details. == Usage == <pre>{{no redirect|page name|label}}</pre> It accepts two unnamed parameters: * 1= (required) the name of the page to link. * 2= (optional) the text to be displayed. If this is omitted then the input of the first parameter is used. === Example === Instead of having to...)
  • 2024년 10월 15일 (화) 03:59 Mongsil 토론 기여님이 틀:No redirect 문서를 만들었습니다 (새 문서: {{{{{|safesubst:}}}#if: {{{{{|safesubst:}}}#invoke:Redirect|isRedirect|{{{1}}}}} | <span class="plainlinks">[{{{{{|safesubst:}}}fullurl:{{{1}}}|redirect=no}} {{{2|{{{1}}}}}}]</span> | {{{{{|safesubst:}}}#if:{{{2|}}}|[[:{{{{{|safesubst:}}}FULLPAGENAME:{{{1}}}}}|{{{2}}}]]|[[:{{{{{|safesubst:}}}FULLPAGENAME:{{{1}}}}}]]}} }}<noinclude> {{/doc}} </noinclude>)
  • 2024년 10월 15일 (화) 03:58 Mongsil 토론 기여님이 모듈:Shortcut/config 문서를 만들었습니다 (새 문서: -- This module holds configuration data for Module:Shortcut. return { -- The heading at the top of the shortcut box. It accepts the following parameter: -- $1 - the total number of shortcuts. (required) ['shortcut-heading'] = '{{PLURAL:$1|Shortcut|Shortcuts}}', -- The error message to display when a shortcut is invalid (is not a string, or -- is the blank string). It accepts the following parameter: -- $1 - the number of the shortcut in the argum...)
  • 2024년 10월 15일 (화) 03:58 Mongsil 토론 기여님이 모듈:Yesno/설명문서 문서를 만들었습니다 (새 문서: {{Documentation|fromWikipedia=true}} '''Module:Yesno''' provides a consistent interface for processing boolean or boolean-style string input. While Lua allows the <code>true</code> and <code>false</code> boolean values, wikicode templates can only express boolean values through strings such as "yes", "no", etc. This module processes these kinds of strings and turns them into boolean input for Lua to process. It also returns <code>nil</code> values as <code>nil</code>, to allow...)
  • 2024년 10월 15일 (화) 03:58 Mongsil 토론 기여님이 모듈:Yesno 문서를 만들었습니다 (새 문서: -- Imported from: https://en.wikipedia.org/wiki/Module:Yesno -- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then r...)
  • 2024년 10월 15일 (화) 03:57 Mongsil 토론 기여님이 틀:Tsh 문서를 만들었습니다 (틀:Template shortcut 문서로 넘겨주기) 태그: 새 넘겨주기
  • 2024년 10월 15일 (화) 03:57 Mongsil 토론 기여님이 틀:Template shortcut/doc 문서를 만들었습니다 (새 문서: {{Documentation|fromWikipedia=true}} {{tsh|tsh}} This template displays one or more of a template's shortcuts (that is, redirects, also known as aliases, as in the box appearing at the right. {{tl|Tsh}} is a shortcut to this template, {{<nowiki />template shortcut}}, and can be used in its place. See Wikipedia:Template:Template shortcut for more details. Note that there are no optional parameter in this template. == Usage == Place this template and its list of few to one,...)
  • 2024년 10월 15일 (화) 03:57 Mongsil 토론 기여님이 틀:Template shortcut 문서를 만들었습니다 (새 문서: <includeonly>{{#invoke:Shortcut|main|template=yes}}</includeonly><noinclude>{{/doc}}</noinclude>)
  • 2024년 10월 15일 (화) 03:56 Mongsil 토론 기여님이 모듈:Shortcut/설명문서 문서를 만들었습니다 (새 문서: {{Documentation|fromWikipedia=true}} '''Module:Shortcut''' makes a box showing the shortcut links to a page.)
  • 2024년 10월 15일 (화) 03:56 Mongsil 토론 기여님이 모듈:Shortcut 문서를 만들었습니다 (새 문서: -- This module implements {{shortcut}}. -- Set constants local CONFIG_MODULE = 'Module:Shortcut/config' -- Load required modules local checkType = require('libraryUtil').checkType local yesno = require('Module:Yesno') local p = {} local function message(msg, ...) return mw.message.newRawMessage(msg, ...):plain() end local function makeCategoryLink(cat) return string.format('%s:%s', mw.site.namespaces[14].name, cat) end function p._main(shortcuts, options, frame, cfg)...)
  • 2024년 10월 15일 (화) 03:55 Mongsil 토론 기여님이 틀:Shortcut/doc 문서를 만들었습니다 (새 문서: {{Documentation|fromWikipedia=true}} {{Template shortcut|Shc|Short|Shorthand}} {{t|Shortcut}} adds a shortcut box to an article or a section which provides the shortcut link to that article or section. See Template:Shortcut on Wikipedia for more details. <includeonly>{{PAGENAME}}</includeonly><noinclude></noinclude>)
  • 2024년 10월 15일 (화) 03:55 Mongsil 토론 기여님이 틀:Shortcut 문서를 만들었습니다 (새 문서: <includeonly>{{#invoke:Shortcut|main}}</includeonly><noinclude>{{/doc}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>)
  • 2024년 10월 15일 (화) 03:54 Mongsil 토론 기여님이 틀:Card/doc 문서를 만들었습니다 (새 문서: {{Documentation}} {{t|Card}} is a template for generating cards in a grid or row layout on a page. <includeonly>{{PAGENAME}}</includeonly><noinclude></noinclude> == Parameters == === Formatting parameters === ;count :The number of cards generated ;column :The number of cards on a single row (max 6) ;wide :Allows the grid to extend beyond page width in widescreen (yes or no) === Content parameters === ;title(n) :The title text on card (n) ;t...)
  • 2024년 10월 15일 (화) 03:54 Mongsil 토론 기여님이 틀:Card 문서를 만들었습니다 (새 문서: <includeonly><div class="card-container {{#ifeq:{{yesno|{{{wide|}}}}}|yes|floatnone}}"> <div class="card-row"> {{#loop: cardcount | 1 | {{{count|{{{column|1}}}}}} | <div class="card {{#if:{{{column|}}}|card-col{{{column}}}}}" style="{{#if:{{{colorbg{{#var:cardcount}}|}}}|background:{{{colorbg{{#var:cardcount}}}}};}}{{#if:{{{colortext{{#var:cardcount}}|}}}|color:{{{colortext{{#var:cardcount}}}}}}}"> <div class="card-top"><!--...)
  • 2024년 10월 15일 (화) 03:53 Mongsil 토론 기여님이 틀:In use/doc 문서를 만들었습니다 (새 문서: {{Documentation}} This template is for pages actively undergoing a major edit. If the page instead is actively undergoing construction, please use {{tl|Under construction}}. == Usage == The '''In use''' template message is placed at the top of a page you are actively editing for a short period of time. The tag is intended to inform people that someone is currently working on the article, thereby reducing edit conflicts. Please do not leave it in place for more than the few hour...)
  • 2024년 10월 15일 (화) 03:53 Mongsil 토론 기여님이 틀: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; } .mbox.mbox-high { FIXME: Update back to Citzen CSS var when patched: background-color: rgba( 221, 51, 51, 0.1 ); } .mbox.mbox-med { /* FIXME: Update back to Citzen CSS var when patch...)
  • 2024년 10월 15일 (화) 03:53 Mongsil 토론 기여님이 파일:WikimediaUI-Clock.svg 문서를 만들었습니다
  • 2024년 10월 15일 (화) 03:53 Mongsil 토론 기여님이 파일:WikimediaUI-Clock.svg 파일을 올렸습니다
  • 2024년 10월 15일 (화) 03:52 Mongsil 토론 기여님이 틀:In use 문서를 만들었습니다 (새 문서: <div class="mbox mbox-low mbox-inuse" role="presentation"><span class="mbox-title"><span class="mbox-icon metadata">14px|link=</span>This {{#ifeq:{{{1|}}}|section|section|page}} is actively undergoing a major edit for {{#ifeq:{{{1|}}}|section|{{{2|a short while}}}|{{{1|a short while}}}}}.</span> <div class="mbox-text">To help avoid edit conflicts, please do not edit this page while this message is displayed. {{#if:{{{time|}}}|This message was added...)
  • 2024년 10월 15일 (화) 03:52 Mongsil 토론 기여님이 도움말:Templates 문서를 만들었습니다 (새 문서: {{TOC|limit=3}} {{About|available templates|a list of all templates|Category:Templates}} {{Shortcut|SC:T|SC:TMP|SC:TEMP}} '''Templates''' are used to duplicate the same content across more than one page, reducing maintenance and work needed on creating and updating pages. Changing a template in one place will immediately apply the changes to all the pages that use it. This page lists templates of this wiki. Due to the amount of traffic and the game being controversial, templat...)
  • 2024년 10월 15일 (화) 03:51 Mongsil 토론 기여님이 틀:Para/doc 문서를 만들었습니다 (새 문서: {{Documentation}} == Usage == This template is for giving examples of template parameter source code (useful in template documentation and talk page discussions of template code). It must have one or two parameters itself. The first parameter is the name of the example parameter to display (this may be ''empty'', but it must be ''present''), and the second (optional) parameter is a value for the first example parameter or, if the first {{tlx|para}} parameter is empty, an unnamed...)
  • 2024년 10월 15일 (화) 03:51 Mongsil 토론 기여님이 틀:Para 문서를 만들었습니다 (새 문서: <code class="nowrap" {{#if:{{{plain|}}}|style="border:none;background-color:inherit;color:inherit;"}}>|{{#if:{{{1|}}}|{{{1}}}=}}{{{2|}}}</code><noinclude>{{/doc}}</noinclude>)
  • 2024년 10월 15일 (화) 03:50 Mongsil 토론 기여님이 틀:Template link expanded/설명문서 문서를 삭제했습니다 (내용: "#넘겨주기 틀:Template link expanded/doc". 유일한 편집자는 "Mongsil" (토론))
  • 2024년 10월 15일 (화) 03:50 Mongsil 토론 기여님이 틀:Template link expanded/설명문서 문서를 틀:Template link expanded/doc 문서로 이동했습니다 (되돌리기)
  • 2024년 10월 15일 (화) 03:50 Mongsil 토론 기여님이 틀:Mono/doc 문서를 만들었습니다 (새 문서: {{Documentation}} == Usage == {{tlx|Mono|<var>text to format here</var>}} renders as: {{Mono|text to format here}} This template is for formatting short bits of content (the only parameter) as monospaced (nonproportional) text. It is simply a quick shorthand for the necessary {{WP|ref=no|Cascading Style Sheets|text=CSS}} code. It is a replacement for {{tag|tt}} which is an obsolete element under HTML5. ([http://www.w3.org/TR/html5/obsolete.html#non-conforming-features Non-...)
  • 2024년 10월 15일 (화) 03:50 Mongsil 토론 기여님이 틀:Mono 문서를 만들었습니다 (새 문서: <span style="font-family: monospace, monospace;">{{{2|{{{1}}}}}}</span><noinclude> {{/doc}}</noinclude>)
  • 2024년 10월 15일 (화) 03:49 Mongsil 토론 기여님이 틀:Template link expanded/doc 문서를 넘겨주기를 만들지 않고 틀:Template link expanded/설명문서 문서로 이동했습니다
  • 2024년 10월 15일 (화) 03:49 Mongsil 토론 기여님이 틀:Template link expanded/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일 (화) 03:49 Mongsil 토론 기여님이 틀:Template link expanded 문서를 만들었습니다 (새 문서: {{#Invoke:Template link general|main|code=on}}<noinclude> {{/doc}} <!-- Add categories to the /doc subpage, not here! --> </noinclude>)
  • 2024년 10월 15일 (화) 03:49 Mongsil 토론 기여님이 틀:Tlx 문서를 만들었습니다 (틀:Template link expanded 문서로 넘겨주기) 태그: 새 넘겨주기
  • 2024년 10월 15일 (화) 03:48 Mongsil 토론 기여님이 틀:Template link code 문서를 만들었습니다 (새 문서: <includeonly>{{#Invoke:Template link general|main|nolink=yes|code=yes|nowrap=yes}}</includeonly><noinclude> {{Template:Template link general/doc}} <!-- Add categories to the /doc subpage, not here! --> </noinclude>)
  • 2024년 10월 15일 (화) 03:48 Mongsil 토론 기여님이 틀:Tc 문서를 만들었습니다 (틀:Template link code 문서로 넘겨주기) 태그: 새 넘겨주기
  • 2024년 10월 15일 (화) 03:48 Mongsil 토론 기여님이 틀:Clear/doc 문서를 만들었습니다 (새 문서: {{Documentation}} {{Wikipedia template}} {{t|Clear}} makes content wait until existing content is completed in all columns. It is often used to prevent text from flowing next to unrelated images. == Usage == * {{tlx|clear}} — adds <code><div style="clear:both;"></div></code> * {{tlx|clear|left}} — adds <code><div style="clear:left;"></div></code> * {{tlx|clear|right}} — adds <code><div style="clear:right;"></div></code> == TemplateDat...)
  • 2024년 10월 15일 (화) 03:47 Mongsil 토론 기여님이 틀:Clear 문서를 만들었습니다 (새 문서: <div style="clear:{{{1|both}}};"></div><noinclude> {{/doc}} </noinclude>)
  • 2024년 10월 15일 (화) 03:40 Mongsil 토론 기여님이 틀:Main page/onthewiki 문서를 만들었습니다 (새 문서: <div id="home-card-onthewiki" class="home-card home-card--col2 home-card--row3"> <div class="home-card__label">On the wiki</div> <div class="home-link"> <div class="home-link__button">About the wiki</div> <div class="home-link__button">Style guide</div> <div class="home-link__button">Help portal</div> </div> </div><noinclude><!-- For preview only --><templatestyles src="Template:Main page/shared/styles.css" />...)
  • 2024년 10월 15일 (화) 03:40 Mongsil 토론 기여님이 틀:Main page/latestpatch/doc 문서를 만들었습니다 (새 문서: {{Documentation}} This template is used on the main page. It is the latest patch card in the content section. You can update the content by editing the main page settings. <includeonly>{{PAGENAME}}</includeonly>)
  • 2024년 10월 15일 (화) 03:39 Mongsil 토론 기여님이 틀:Main page/latestpatch/styles.css 문서를 만들었습니다 (새 문서: * * EXTREMELY HACKY * Super hacky way to get transclusion and hover works *: #home-card-latestpatch .citizen-overflow-content, #home-card-latestpatch .wikitable { overflow: visible; } #home-card-latestpatch .wikitable, #home-card-latestpatch .wikitable tbody { display: block; } #home-card-latestpatch .wikitable th { display: none; } #home-card-latestpatch .wikitable tr { position: relative; display: flex; } #home-card-latestpatch .wikitable tr > td:first-child { w...)
  • 2024년 10월 15일 (화) 03:39 Mongsil 토론 기여님이 틀:Main page/latestpatch 문서를 만들었습니다 (새 문서: <div id="home-card-latestpatch" class="home-card home-card--col2 home-card--row8"> <div class="home-card__label">Latest major update</div> <div class="home-card__header">[[Update:{{Main page/settings|currentmajorpatch}}|{{Main page/settings|currentmajorpatch}}]]</div> {{#invoke:Transcluder|main|Update:{{Main page/settings|currentmajorpatch}}|only=tables|tables=1|references=0}} </div><templatestyles src="Template:Main page/latestpatch/styles.css"/><noinclude><!-- For preview only...)
  • 2024년 10월 15일 (화) 03:38 Mongsil 토론 기여님이 모듈:Template link general/설명문서 문서를 만들었습니다 (새 문서: {{Documentation|fromWikipedia=true}} Implements {{Tl|Template link general}} and other templates in its family)
  • 2024년 10월 15일 (화) 03:38 Mongsil 토론 기여님이 모듈:Template link general 문서를 만들었습니다 (새 문서: -- This implements Template:Tlg local getArgs = require('Module:Arguments').getArgs local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns] then return s else return 'Template:' .. s end end local function trimTemplate(s) loca...)
  • 2024년 10월 15일 (화) 03:37 Mongsil 토론 기여님이 Template link general 문서를 삭제했습니다 (내용: "-- This implements Template:Tlg local getArgs = require('Module:Arguments').getArgs local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns]...". 유일한 편집자는 "Mongsil" (토론))
  • 2024년 10월 15일 (화) 03:37 Mongsil 토론 기여님이 Template link general 문서를 만들었습니다 (새 문서: -- This implements Template:Tlg local getArgs = require('Module:Arguments').getArgs local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns] then return s else return 'Template:' .. s end end local function trimTemplate(s) loca...)
  • 2024년 10월 15일 (화) 03:36 Mongsil 토론 기여님이 모듈:Time ago/설명문서 문서를 만들었습니다 (새 문서: {{Documentation|fromWikipedia=true}} '''Module:Time ago''' implements the {{tl|Time ago}} template.)
  • 2024년 10월 15일 (화) 03:36 Mongsil 토론 기여님이 모듈:Time ago 문서를 만들었습니다 (새 문서: -- Implement Template:Time ago local numberSpell, yesno -- lazy load function numberSpell(arg) numberSpell = require('Module:NumberSpell')._main return numberSpell(arg) end function yesno(arg) yesno = require('Module:Yesno') return yesno(arg) end local p = {} -- Table to convert entered text values to numeric values. local timeText = { ['seconds'] = 1, ['minutes'] = 60, ['hours'] = 3600, ['days'] = 86400, ['weeks'] = 604800, ['months'] = 2629800, -- 365.25 *...)
  • 2024년 10월 15일 (화) 03:36 Mongsil 토론 기여님이 틀:Time ago 문서를 만들었습니다 (새 문서: {{#invoke:Time ago|main}}<noinclude>{{/doc}}</noinclude>)
  • 2024년 10월 15일 (화) 03:33 Mongsil 토론 기여님이 모듈:TnT 문서를 넘겨주기를 만들지 않고 모듈:TNT 문서로 이동했습니다
  • 2024년 10월 15일 (화) 03:33 Mongsil 토론 기여님이 모듈:TnT/설명문서 문서를 넘겨주기를 만들지 않고 모듈:TNT/설명문서 문서로 이동했습니다
  • 2024년 10월 15일 (화) 03:33 Mongsil 토론 기여님이 모듈:TnT/설명문서 문서를 만들었습니다 (새 문서: {{Documentation|fromWikipedia=true}})
  • 2024년 10월 15일 (화) 03:33 Mongsil 토론 기여님이 모듈:TnT 문서를 만들었습니다 (새 문서: -- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code is maintained at https...)
  • 2024년 10월 15일 (화) 03:32 Mongsil 토론 기여님이 모듈:Transcluder/설명문서 문서를 만들었습니다 (새 문서: {{Documentation|fromWikipedia=true}})
(최신 | 최초) ( | ) (20 | 50 | 100 | 250 | 500) 보기