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

주요 공개 기록

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

기록 목록
(최신 | 최초) ( | ) (20 | 50 | 100 | 250 | 500) 보기
  • 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" (토론))
  • 2025년 11월 24일 (월) 03:18 Mongsil 토론 기여님이 모듈:FloatingUI/설명문서 문서를 삭제했습니다 (내용: "{{Documentation|scwShared=true}}". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:18 Mongsil 토론 기여님이 모듈:Documentation/설명문서 문서를 삭제했습니다 (내용: "{{Documentation|scwShared=true}} '''Module:Documentation''' implements Template:Documentation for templates and modules.". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:17 Mongsil 토론 기여님이 모듈:DependencyList/설명문서 문서를 삭제했습니다 (내용: "{{Documentation|scwShared=true}} '''Module:DependencyList''' generates a list of dependency used by template and module documentation.". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:17 Mongsil 토론 기여님이 모듈:Hatnote 문서를 삭제했습니다 (내용: "-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:17 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...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:17 Mongsil 토론 기여님이 모듈:Arguments 문서를 삭제했습니다 (내용: "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options eve...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:17 Mongsil 토론 기여님이 모듈:Arguments/설명문서 문서를 삭제했습니다 (내용: "{{Documentation|scwShared=true|fromWikipedia=true}} '''Module:Arguments''' provides easy processing of arguments passed from #invoke. It is a meta-module, meant for use by other modules, and should not be called from #invoke directly. Its features include: * Easy trimming of arguments and removal of blank arguments. * Arguments can be passed by both the current frame and by the parent...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:16 Mongsil 토론 기여님이 위젯:FullCalendar 문서를 삭제했습니다 (내용: "<div id="fullcalendar-{{{id}}}" style="height: {{{height|600px}}};"></div> <script> (function() { 'use strict'; // FullCalendar 라이브러리 동적 로드 if (typeof FullCalendar === 'undefined') { var link = document.createElement('link'); link.rel = 'stylesheet'; link.href = 'https://cdn.jsdelivr.net/npm/fullcalendar@6.1.10/index.global.mi...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:14 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">위키 정보</div> <div class="home-link__button">편집 가이드</div> <div class="home-link__button">도움 센터</div> </div> </div><noin...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:14 Mongsil 토론 기여님이 틀:Main page/editing 문서를 삭제했습니다 (내용: "<div id="home-editing" class="home-card home-card--col2 home-card--row3"> <div class="home-editing__intro"> <div class="home-card__header">편집 시작하기</div> <p>ERE 위키는 여러분과 같은 사람들이 만든 위키입니다! 대담하게 시작하세요!</p> </div> {{Statsbar |label1 = 문서 |data1 = {{NUMBEROFARTICLES}} |label2 = 편집 |data2 = {{NUMBER...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:13 Mongsil 토론 기여님이 틀:Main page/onthisday/doc 문서를 삭제했습니다 (내용: "{{Documentation}} This template is used on the main page. It is the On This Day card in the content section. <includeonly>{{PAGENAME}}</includeonly>". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:13 Mongsil 토론 기여님이 틀:Main page/onthisday 문서를 삭제했습니다 (내용: "<div id="home-onthisday" class="home-card home-card--col2 home-card--row8"> <div class="home-card__label">{{CURRENTMONTHNAME}} {{CURRENTDAY}}</div> <div class="home-card__header">[[{{CURRENTMONTHNAME}} {{CURRENTDAY}}|On this day]]</div> <div class="home-onthisday-section"> <div class="home-card__label">Real-life events</div> {{#invoke:Transcluder|main|{{CURRENTMONTHNAME}} {{CURRENTDAY}...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:13 Mongsil 토론 기여님이 틀:Main page/navigation/styles.css 문서를 삭제했습니다 (내용: "#home-nav { margin-top: 1rem; }". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:13 Mongsil 토론 기여님이 틀:Main page/onthisday/styles.css 문서를 삭제했습니다 (내용: ".home-onthisday-section .home-card__label { margin-top: 0.8rem; }". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:13 Mongsil 토론 기여님이 틀:Main page/editing/doc 문서를 삭제했습니다 (내용: "{{Documentation}} This template is used on the main page. It is the editing card in the content section. <includeonly>{{PAGENAME}}</includeonly>". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:13 Mongsil 토론 기여님이 틀:Main page/editing/styles.css 문서를 삭제했습니다 (내용: "#home-editing { display: flex; flex-direction: column; justify-content: space-between; } .home-editing__stats { display: flex; }". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:12 Mongsil 토론 기여님이 모듈:I18n/label/en.json 문서를 삭제했습니다 (내용: "{ "label_0ToMax": "0 to max", "label_0ToScm": "0 to scm", "label_Ammo": "Ammo", "label_AmmoPerShot": "Ammo use", "label_AmmoSpeed": "Muzzle velocity", "label_Announced": "Announced", "label_ArmTime": "Arm time", "label_Armor": "Armor", "label_AutoZeroingTime": "Auto zeroing time", "label_Availability": "Availability", "label_Biochemical": "Biochemical", "label_Brochure": "B...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:12 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...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:12 Mongsil 토론 기여님이 모듈:Transcluder 문서를 삭제했습니다 (내용: "-- Module:Transcluder is a general-purpose transclusion engine -- Documentation and master version: https://en.wikipedia.org/wiki/Module:Transcluder -- Authors: User:Sophivorus, User:Certes & others -- License: CC-BY-SA-3.0 local p = {} -- Helper function to test for truthy and falsy values -- @todo Somehow internationalize it local function truthy(value) if not value or value == ''...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:12 Mongsil 토론 기여님이 모듈:Redirect 문서를 삭제했습니다 (내용: "-- This module provides functions for getting the target of a redirect page. local p = {} -- Gets a mw.title object, using pcall to avoid generating script errors if we -- are over the expensive function count limit (among other possible causes). local function getTitle(...) local success, titleObj = pcall(mw.title.new, ...) if success then return titleObj else return nil end...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:12 Mongsil 토론 기여님이 모듈:Redirect hatnote 문서를 삭제했습니다 (내용: "--[[ -- This module produces a "redirect" hatnote. It looks like this: -- '"X" redirects here. For other uses, see Y.' -- It implements the {{redirect}} template. --]] local mHatnote = require('Module:Hatnote') local mHatList = require('Module:Hatnote list') local mArguments --lazily initialize local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local ch...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:12 Mongsil 토론 기여님이 모듈:Module toc 문서를 삭제했습니다 (내용: "-- Imported from: https://runescape.wiki/w/Module:Module%20toc -- <nowiki> local p = {} local function getNewlineLocations( content ) local locs = {} local pos = 0 repeat pos = mw.ustring.find( content, '\n', pos + 1, true ) table.insert( locs, pos ) until not pos return locs end local function findLineNumber( pos, newLineLocs ) local max =...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:12 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...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:12 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) retur...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:12 Mongsil 토론 기여님이 모듈:DependencyList 문서를 삭제했습니다 (내용: "--- Based on Module:DependencyList from RuneScape Wiki --- Modified to use SMW instead of DPL --- @see https://runescape.wiki/w/Module:DependencyList require("strict"); local p = {} local libraryUtil = require( 'libraryUtil' ) local arr = require( 'Module:Array' ) local yn = require( 'Module:Yesno' ) local param = require( 'Module:Paramtest' ) local userError = require("Module:User e...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:12 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" (토론))
  • 2025년 11월 24일 (월) 03:12 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,...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:12 Mongsil 토론 기여님이 모듈:Namespace detect 문서를 삭제했습니다 (내용: "--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:12 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...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:11 Mongsil 토론 기여님이 모듈:Namespace detect/config 문서를 삭제했습니다 (내용: "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language....". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:11 Mongsil 토론 기여님이 모듈:Documentation 문서를 삭제했습니다 (내용: "-- <nowiki> local dependencyList = require( 'Module:DependencyList' ) local hatnote = require( 'Module:Hatnote' )._hatnote local mbox = require( 'Module:Mbox' )._mbox local i18n = require( 'Module:i18n' ):new() local TNT = require( 'Module:Translate' ):new() local lang = mw.getContentLanguage() local p = {} --- Wrapper function for Module:i18n.translate --- --- @param key string The...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:11 Mongsil 토론 기여님이 모듈:Namespace detect/data 문서를 삭제했습니다 (내용: "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- ----------------------------------------------------------------...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:11 Mongsil 토론 기여님이 모듈:Pagetype 문서를 삭제했습니다 (내용: "-------------------------------------------------------------------------------- -- -- -- PAGETYPE -- -- -- -- This is a meta-module intended to replace {{pagetype}} a...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:11 Mongsil 토론 기여님이 모듈:Pagetype/config 문서를 삭제했습니다 (내용: "-------------------------------------------------------------------------------- -- Module:Pagetype configuration data -- -- This page holds localisation and configuration data for Module:Pagetype. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. ----------------------...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:05 Mongsil 토론 기여님이 틀:Main 문서를 삭제했습니다 (내용: "{{#invoke:main|main}}<noinclude>{{/doc}}</noinclude>". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:05 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 mArgum...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:05 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 wor...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:02 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 { po...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:02 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>". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:02 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><t...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:02 Mongsil 토론 기여님이 틀:Main page/gamestatus/styles.css 문서를 삭제했습니다 (내용: "#home-gamestatus { padding: 0; display: flex; } .home-gamestatus-patches, .home-gamestatus-links { padding: var(--space-md); } .home-gamestatus-patches { background: var(--color-surface-2); border-top-left-radius: var(--border-radius--medium); border-bottom-left-radius: var(--border-radius--medium); display: flex; flex-direction: column; gap: var(--space-sm); } .ho...". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:02 Mongsil 토론 기여님이 틀:Main page/gamestatus/doc 문서를 삭제했습니다 (내용: "{{Documentation}} This template is used on the main page. It is the game status card in the content section. You can update the content by editing the main page settings. <includeonly>{{PAGENAME}}</includeonly>". 유일한 편집자는 "Mongsil" (토론))
  • 2025년 11월 24일 (월) 03:02 Mongsil 토론 기여님이 틀:Main page/gamestatus 문서를 삭제했습니다 (내용: "<!-- Template --><div id="home-gamestatus" class="home-card home-card--col2 home-card--row3"><!-- --><div class="home-gamestatus-links"><!-- --><div class="home-link"><!-- --><div class="home-link__button">[https://playeternalreturn.com/posts/news?categoryPath=patchnote 패치 노트]</div><!-- --><div class="home-link__button">[https://trello.com/...". 유일한 편집자는 "Mongsil" (토론))
(최신 | 최초) ( | ) (20 | 50 | 100 | 250 | 500) 보기