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

모든 공개 기록

다른 명령

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

기록 목록
(최신 | 오래됨) ( | ) (20 | 50 | 100 | 250 | 500) 보기
  • 2024년 10월 15일 (화) 04:04 Mongsil 토론 기여님이 모듈:About 문서를 만들었습니다 (새 문서: local mArguments --initialize lazily local mHatnote = require('Module:Hatnote') local mHatList = require('Module:Hatnote list') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} function p.about (frame) -- A passthrough that gets args from the frame and all mArguments = require('Module:Arguments') args = mArguments.getArgs(frame) return p._about(args) end function p._about (args, options) -- Produces "about" hatnote. -- Typ...)
  • 2024년 10월 15일 (화) 04:04 Mongsil 토론 기여님이 틀:About 문서를 만들었습니다 (새 문서: {{#invoke:about|about}}<noinclude>{{/doc}}</noinclude>)
  • 2024년 10월 15일 (화) 04:04 Mongsil 토론 기여님이 모듈:Shortcut/styles.css 문서를 만들었습니다 (새 문서: .module-shortcutboxplain { float: right; margin: 0.8rem 0 0.8rem 1rem; padding: 10px; color: var( --color-base--subtle ); background: var( --color-surface-2 ); border-radius: 8px; text-align: center; } .module-shortcutlist { margin-bottom: 0.2rem; font-weight: bold; font-size: 0.825rem; } .module-shortcutboxplain ul { margin: 0!important; padding: 0!important; list-style: none; } .module-shortcutboxplain li { font-size:...)
  • 2024년 10월 15일 (화) 04:04 Mongsil 토론 기여님이 틀:WP/doc 문서를 만들었습니다 (새 문서: {{Documentation}} ;Description :This template is used to reference Wikipedia pages quickly ;Syntax :Type <code>{{t|WP|Wikipedia Article Name}}</code> ;Sample output :<code><nowiki>{{WP|Tapir}}</nowiki></code> gives: :{{WP|Tapir}} :<code><nowiki>{{WP|text=Bartti the Tapir|Bartti_the_Tapir}}</nowiki></code> gives: :{{WP|text=Bartti the Tapir|Bartti_the_Tapir}} :<code><nowiki>{{WP|ref=no|Tapir}}</nowiki></code> gives: :{{WP|ref=no|Tapir}} :<code><nowiki>{{WP|ref=no|text=Bartti the...)
  • 2024년 10월 15일 (화) 04:03 Mongsil 토론 기여님이 틀:WP 문서를 만들었습니다 (새 문서: <includeonly><span class="plainlinks">{{#ifeq:{{{ref|}}}|no|x15px|link=http://wikipedia.org [http://wikipedia.org/wiki/{{{1}}} {{#if:{{{text|}}}|{{{text}}}|{{{1}}}}}]|{{#tag:ref|x15px|link=http://wikipedia.org [http://wikipedia.org/wiki/{{{1}}} {{#if:{{{text|}}}|{{{text}}}|{{{1}}}}}]}}}}</span></includeonly><noinclude>Category:Citation templates{{/doc}}</noinclude>)
  • 2024년 10월 15일 (화) 04:03 Mongsil 토론 기여님이 틀:Hlist/styles.css 문서를 만들었습니다 (새 문서: * hlist styles are defined in core and Minerva and differ in Minerva. The * current definitions here (2023-01-01) are sufficient to override Minerva * without use of the hlist-separated class. The most problematic styles were * related to margin, padding, and the bullet. Check files listed at * MediaWiki talk:Common.css/to do#hlist-separated: /* * TODO: When the majority of readership supports it (or some beautiful world * in which grade C support is above the...)
  • 2024년 10월 15일 (화) 04:03 Mongsil 토론 기여님이 틀:Plainlist/styles.css 문서를 만들었습니다 (새 문서: .plainlist ol, .plainlist ul { line-height: inherit; list-style: none; margin: 0; } .plainlist ol li, .plainlist ul li { margin-bottom: 0; })
  • 2024년 10월 15일 (화) 04:02 Mongsil 토론 기여님이 모듈:TableTools/설명문서 문서를 만들었습니다 (새 문서: {{Documentation}} {{Wikipedia template}} '''Module:TableTools''' includes a number of functions for dealing with Lua tables. It is a meta-module, meant to be called from other Lua modules, and should not be called directly from #invoke.)
  • 2024년 10월 15일 (화) 04:02 Mongsil 토론 기여님이 모듈:TableTools 문서를 만들었습니다 (새 문서: --[[ ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should -- -- not be called directly from #invoke....)
  • 2024년 10월 15일 (화) 04:01 Mongsil 토론 기여님이 모듈:List/설명문서 문서를 만들었습니다 (새 문서: {{Documentation|fromWikipedia=true}} '''Module:List''' outputs various kinds of lists. At present, it supports bulleted lists, unbulleted lists, horizontal lists, ordered lists (numbered or alphabetical), and horizontal ordered lists. It allows for easy css styling of the list or of the individual list items. == Usage == ; Quick usage <pre><nowiki>{{</nowiki>#invoke:list<nowiki>|</nowiki>''function''<nowiki>|</nowiki>''first item''<nowiki>|</nowiki>''second item''<nowiki>|</...)
  • 2024년 10월 15일 (화) 04:01 Mongsil 토론 기여님이 모듈:List 문서를 만들었습니다 (새 문서: local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatestyles = '' if lis...)
  • 2024년 10월 15일 (화) 04:00 Mongsil 토론 기여님이 틀:-r 문서를 만들었습니다 (틀:No redirect 문서로 넘겨주기) 태그: 새 넘겨주기
  • 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...)
(최신 | 오래됨) ( | ) (20 | 50 | 100 | 250 | 500) 보기