삭제 기록
다른 명령
아래의 목록은 최근에 삭제된 문서입니다.
- 2025년 11월 24일 (월) 03:31 Mongsil 토론 기여님이 모듈:InfoboxNeue/example 문서를 삭제했습니다 (내용: "local p = {} local infobox = require( 'Module:InfoboxNeue' ):new() function p.makeComponentsExample() local sectionTable = {} infobox:renderImage( 'Pico at New Babbage 1 1.jpg' ) infobox:renderIndicator( { data = 'Indicator', desc = 'Indicator message', } ) infobox:renderHeader( { title = 'Title', subtitle = 'Subtitle' } ) sectionTable = { infobox:renderItem( { l...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:31 Mongsil 토론 기여님이 모듈:I18n/category/en.json 문서를 삭제했습니다 (내용: "{ "category_documentation": "%s documentation", "category_error_item_missing_manufacturer": "Items missing manufacturer", "category_error_item_missing_uuid": "Items missing UUID", "category_error_pages_with_script_errors": "Pages with script errors", "category_ground_vehicle": "Ground vehicles", "category_ground_vehicle_pledge": "Pledge vehicles", "category_ground_vehicle_size":...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:31 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"...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:31 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"...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:31 Mongsil 토론 기여님이 모듈:Hatnote/styles.css 문서를 삭제했습니다 (내용: ".hatnote-container { display: flex; align-items: center; padding: var( --space-sm ) var( --space-md ); margin-top: var( --space-xs ); margin-bottom: var( --space-md ); background: var( --color-surface-2 ); border-radius: var( --border-radius--medium ); color: var( --color-base--subtle ); font-size: var( --font-size-small ); line-height: var( --li...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:30 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 Help:Colon trick|colon...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:30 Mongsil 토론 기여님이 모듈:For/설명문서 문서를 삭제했습니다 (내용: "{{Documentation|fromWikipedia=true}} '''Module:For''' implements the {{tl|For}} template.". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:30 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(...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:30 Mongsil 토론 기여님이 모듈:FloatingUI/styles.css 문서를 삭제했습니다 (내용: ".t-floatingui { max-width: 50ch; Needed when this is a span element: display: block; } * Sync with InfoboxNeue styles * TODO: Refactor InfoboxNeue and FloatingUI styles into the same design system: .t-floatingui-section { display: grid; gap: 2px var(--space-xs); grid-auto-rows: max-content; } .t-floatingui-section--cols-2 { grid-template-columns: repeat(2, minmax...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:30 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.". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:30 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...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:30 Mongsil 토론 기여님이 모듈:Documentation/styles.css 문서를 삭제했습니다 (내용: ".documentation { margin-top: var( --space-md ); padding-top: var( --space-md ); border-top: 1px solid; border-color: var( --border-color-base ); font-size: var( --font-size-small ); } .documentation-header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } .documentation-title { color: var( --color-base--em...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:30 Mongsil 토론 기여님이 모듈:Cards/설명문서 문서를 삭제했습니다 (내용: "{{Documentation}}". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:30 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:...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:29 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'):a...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:29 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> -...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:29 Mongsil 토론 기여님이 모듈: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)...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:29 Mongsil 토론 기여님이 모듈:About/설명문서 문서를 삭제했습니다 (내용: "{{Documentation|fromWikipedia=true}} '''Module:Hatnote''' implements the {{tl|about}} template.". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:26 Mongsil 토론 기여님이 미디어위키:Citizen.css 문서를 삭제했습니다 (내용: "여기의 모든 CSS는 시티즌 스킨을 사용하는 사용자에게 로드됩니다: .details--root.floatright { float: right !important; 강제로 오른쪽 정렬: margin: 0 0 1em 1em !important; 여백 설정: clear: none !important; float 간섭 제거: }". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:26 Mongsil 토론 기여님이 EEditing 문서를 삭제했습니다 (내용: "= 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 VisualEdito...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:26 Mongsil 토론 기여님이 ER:Editing 문서를 삭제했습니다 (내용: "#넘겨주기 EEditing". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:25 Mongsil 토론 기여님이 사용자:Mongsil/test 문서를 삭제했습니다 (내용: "하위문서 테스트". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:22 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>". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:21 Mongsil 토론 기여님이 틀:Main page/navigation 문서를 삭제했습니다 (내용: "<div id="home-nav">{{Navpills |page1 = Ships |image1 = MainTabs-Vehicles.png |page2 = Ship components |text2 = Components |image2 = MainTabs-Components.png |page3 = Personal equipment |text3 = Equipment |image3 = MainTabs-Equipment.png |page4 = Commodities |image4 = MainTabs-Commodities.png |page5 = Locations |image5 = MainTabs-Locations.png |page6 = Careers |image6 = MainTabs-Careers....". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:21 Mongsil 토론 기여님이 틀:Main page/featured/styles.css 문서를 삭제했습니다 (내용: "#home-featured { overflow: hidden; } #home-featured .home-card__background { overflow: hidden; border-top-right-radius: 12px; border-top-left-radius: 8px; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; } #home-featured .home-card__background a { display: block; height: 100%; } #home-featured .home-card__background:after { top: unset; height: 6...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:21 Mongsil 토론 기여님이 틀:Main page/shared/styles.css 문서를 삭제했습니다 (내용: ".home-grid { display: grid; grid: auto-flow dense/repeat( auto-fit, minmax( 9.375rem, 1fr ) ); grid-auto-rows: minmax( 3rem, auto ); grid-gap: var( --space-xs ); } .home-grid--col2 { grid-template-columns: 1fr 1fr; } .home-grid a.external { background-image: none; } .home-badge { display: flex; gap: var(--space-xxs); font-size: var(--font-size-x-small); padding: var(...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:21 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>". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:21 Mongsil 토론 기여님이 틀:Template link with link off 문서를 삭제했습니다 (내용: "<includeonly>{{#Invoke:Template link general|main|nowrap=yes|nolink=yes}}</includeonly><noinclude> {{/doc}} <!-- Add categories to the /doc subpage, not here! --> </noinclude>". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:21 Mongsil 토론 기여님이 틀:Template link expanded 문서를 삭제했습니다 (내용: "{{#Invoke:Template link general|main|code=on}}<noinclude> {{/doc}} <!-- Add categories to the /doc subpage, not here! --> </noinclude>". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:21 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 =...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:21 Mongsil 토론 기여님이 틀:Template link general/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 =...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:21 Mongsil 토론 기여님이 틀:Template link with link off/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 =...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:21 Mongsil 토론 기여님이 틀:Tlxs 문서를 삭제했습니다 (내용: "#REDIRECT Template:Template link expanded with subst". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:21 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-b...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:20 Mongsil 토론 기여님이 틀:Wbr 문서를 삭제했습니다 (내용: "<wbr /><noinclude> {{/doc}} </noinclude>". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:20 Mongsil 토론 기여님이 틀:Template link general 문서를 삭제했습니다 (내용: "{{{{{|safesubst:}}}#Invoke:Template link general|main}}<noinclude> {{/doc}} </noinclude>". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:20 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>". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:20 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 =...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:19 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 = {} --- Ret...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:19 Mongsil 토론 기여님이 모듈:I18n/설명문서 문서를 삭제했습니다 (내용: "{{Documentation|scwShared=true}}". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:19 Mongsil 토론 기여님이 사용자:Mongsil/en 문서를 삭제했습니다 (내용: "TEST TEST". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:19 Mongsil 토론 기여님이 사용자:Mongsil/ko 문서를 삭제했습니다 (내용: "TEST 테스트". 유일한 편집자는 "FuzzyBot" (토론))
- 2025년 11월 24일 (월) 03:19 Mongsil 토론 기여님이 TEST 문서를 삭제했습니다 (내용: "{{2024 Eternal Return National League 참가팀}} {{InfoboxNeue | indicator = Indicator | image = MSJ logo.png | title = MIRAEN SEJONG | subtitle = 세종특별자치시 | section1 = 창단일 | section-subtitle1 = 2023년 10월 18일 | label1 = 외부링크 | content1 = [https://x.com/MIRAENSEJONG X] [https://www....". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:18 Mongsil 토론 기여님이 모듈:Translate 문서를 삭제했습니다 (내용: "require( 'strict' ) local Translate = {} local metatable = {} local methodtable = {} metatable.__index = methodtable local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local i18n = require( 'Module:i18n' ):new() --- Cache table containing i18n data at the 'data' key, and a key map at the 'keys' key --- The table is keyed by the i18n.json module na...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:18 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...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:18 Mongsil 토론 기여님이 모듈:InfoboxNeue 문서를 삭제했습니다 (내용: "local InfoboxNeue = {} local metatable = {} local methodtable = {} local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti local i18n = require( 'Module:i18n' ):new() metatable.__index = methodtable metatable.__tostring = function ( self ) return tostring( self:renderInfobox() ) end --- Wrapper functi...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:18 Mongsil 토론 기여님이 모듈:InfoboxNeue/설명문서 문서를 삭제했습니다 (내용: "{{Documentation|scwShared=true}} This module is used by Lua modules to build infobox. == Components == {{#invoke:InfoboxNeue/example|makeComponentsExample}} === Image === <syntaxhighlight lang="lua"> infobox:renderImage( 'Pico at New Babbage 1 1.jpg' ) </syntaxhighlight> === Indicator === {| class="wikitable" ! Parameter !! Description !! Type !! Status |- | <code>data</...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:18 Mongsil 토론 기여님이 모듈:Navplate 문서를 삭제했습니다 (내용: "-------------------------------------------------------------------------------- -- Module:Navplate -- -- This module implements {{Navplate}} -- -- Based on Module:Infobox -- -- This is a work in progress...". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:18 Mongsil 토론 기여님이 모듈:Navplate/설명문서 문서를 삭제했습니다 (내용: "{{Documentation|scwShared=true}} '''Module:Navplate''' implements the {{t|navplate}} template.". 유일한 편집자는 "Mongsil" (토론))
- 2025년 11월 24일 (월) 03:18 Mongsil 토론 기여님이 모듈:FloatingUI 문서를 삭제했습니다 (내용: "--- Lua functions for Extension:FloatingUI --- --- WARNING --- ------- --- THIS IS AN EXPERIMENTAL MODULE MADE FOR AN EXPERIMENTAL EXTENSION --- THIS IS NOT READY FOR PRODUCTION AND SUBJECT TO CHANGE --- ------- local FloatingUI = {} --- Return the HTML of the FloatingUI section component as string --- --- @param data table {label, data, desc, col, inline) --- @return string html fun...". 유일한 편집자는 "Mongsil" (토론))