주요 공개 기록
다른 명령
이터널 리턴 이스포츠 위키에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.
- 2024년 10월 15일 (화) 04:12 Mongsil 토론 기여님이 모듈:Pagetype/config 문서를 만들었습니다 (새 문서: -------------------------------------------------------------------------------- -- Module:Pagetype configuration data -- -- This page holds localisation and configuration data for Module:Pagetype. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. -------------------------------------------------------------------------------- -- Start conf...)
- 2024년 10월 15일 (화) 04:12 Mongsil 토론 기여님이 모듈:Pagetype/설명문서 문서를 만들었습니다 (새 문서: {{Documentation}} {{Wikipedia template}} '''Module:Pagetype''' is used to detect the page type of a given page. It detects redirect pages automatically and is highly customisable. It can be used on its own or as a meta-module to create other page-type-detection templates.)
- 2024년 10월 15일 (화) 04:12 Mongsil 토론 기여님이 모듈:Pagetype 문서를 만들었습니다 (새 문서: -------------------------------------------------------------------------------- -- -- -- PAGETYPE -- -- -- -- This is a meta-module intended to replace {{pagetype}} and similar -- -- templates. It automatically detects namespaces, and allows for a...)
- 2024년 10월 15일 (화) 04:11 Mongsil 토론 기여님이 모듈:Hatnote list/설명문서 문서를 만들었습니다 (새 문서: -------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. Also introduced...)
- 2024년 10월 15일 (화) 04:11 Mongsil 토론 기여님이 모듈:Hatnote list 문서를 만들었습니다 (새 문서: -------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. Also introduced...)
- 2024년 10월 15일 (화) 04:10 Mongsil 토론 기여님이 틀:Error/doc 문서를 만들었습니다 (새 문서: {{Documentation|fromWikipedia=true}} This meta template returns a ''state of error'' (recognized as such by a wiki parser function), and optionally an ''error-message text'' in red (visible for the user). It is used by other templates to signal an error, for example invalid input, which can then either be displayed to the editor or caught and handled by other templates. == Usage == * {{tlx|error|An exemplary error}} → {{error|An exemplary error}} * {...)
- 2024년 10월 15일 (화) 04:09 Mongsil 토론 기여님이 틀:Error 문서를 만들었습니다 (새 문서: {{#invoke:Error|error|{{{message|{{{1}}}}}}|tag={{{tag|}}}}}<noinclude> {{/doc}} </noinclude>)
- 2024년 10월 15일 (화) 04:09 Mongsil 토론 기여님이 모듈:Error/설명문서 문서를 만들었습니다 (새 문서: {{Documentation|fromWikipedia=true}} '''Module:Error''' creates an html message with class "error". It is a replacement for {{tl|error}} - please see the documentation page there for usage instructions.)
- 2024년 10월 15일 (화) 04:09 Mongsil 토론 기여님이 모듈:Error 문서를 만들었습니다 (새 문서: -- Imported from: https://en.wikipedia.org/wiki/Module:Error -- This module implements {{error}}. local p = {} local function _error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('error') :wikitext(tostring(args.message or args[1] or e...)
- 2024년 10월 15일 (화) 04:08 Mongsil 토론 기여님이 모듈:Format link/설명문서 문서를 만들었습니다 (새 문서: {{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, and for detecting...)
- 2024년 10월 15일 (화) 04:08 Mongsil 토론 기여님이 모듈: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. -------------------------------------------------...)
- 2024년 10월 15일 (화) 04:07 Mongsil 토론 기여님이 틀:Tlc 문서를 만들었습니다 (틀:Template link code 문서로 넘겨주기) 태그: 새 넘겨주기
- 2024년 10월 15일 (화) 04:07 Mongsil 토론 기여님이 틀:Format link/doc 문서를 만들었습니다 (새 문서: {{Documentation|fromWikipedia=true}} This template formats a link for use in hatnote templates. It accepts up to three positional parameters, the link, an optional display value, and an optional target override (which if provided, makes the link parameter optional). These parameters may also be supplied by name, as <var>link</var>, <var>display</var>, and <var>target</var> respectively. Links to categories and files are automatically escaped with the [https://en.wikipedia.org/w...)
- 2024년 10월 15일 (화) 04:06 Mongsil 토론 기여님이 틀:Format link 문서를 만들었습니다 (새 문서: <includeonly>{{{{{|safesubst:}}}#invoke:format link|formatLink}}</includeonly><noinclude> {{/doc}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>)
- 2024년 10월 15일 (화) 04:06 Mongsil 토론 기여님이 틀:Note 문서를 만들었습니다 (틀:Hatnote 문서로 넘겨주기) 태그: 새 넘겨주기
- 2024년 10월 15일 (화) 04:06 Mongsil 토론 기여님이 틀:Hatnote/doc 문서를 만들었습니다 (새 문서: {{Documentation|fromWikipedia=true}} {{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 (include reference to so...)
- 2024년 10월 15일 (화) 04:06 Mongsil 토론 기여님이 틀:Hatnote 문서를 만들었습니다 (새 문서: <includeonly>{{#invoke:Hatnote|hatnote}}</includeonly><noinclude>{{/doc}}</noinclude>)
- 2024년 10월 15일 (화) 04:05 Mongsil 토론 기여님이 모듈:Hatnote/설명문서 문서를 만들었습니다 (새 문서: {{Documentation|scwShared=true|fromWikipedia=true}} '''Module:Hatnote''' is a meta-module that provides various functions for making hatnotes. It implements the {{tl|hatnote}} template, for use in hatnotes at the top of pages, and the {{tl|format link}} template, which is used to format a wikilink for use in hatnotes. It also contains a number of helper functions for use in other Lua hatnote modules.)
- 2024년 10월 15일 (화) 04:05 Mongsil 토론 기여님이 모듈:Hatnote 문서를 만들었습니다 (새 문서: -------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules....)
- 2024년 10월 15일 (화) 04:05 Mongsil 토론 기여님이 모듈:About/설명문서 문서를 만들었습니다 (새 문서: {{Documentation|fromWikipedia=true}} '''Module:Hatnote''' implements the {{tl|about}} template.)
- 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 파일을 올렸습니다