이브위키에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.
- 2022년 6월 10일 (금) 23:41 혼종인 토론 기여님이 모듈:Category handler/shared 문서를 만들었습니다 (새 문서: -- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Module:Namespace detect/data' if useLoadData then return mw.loadData(dataPage).mappings else return require(...)
- 2022년 6월 10일 (금) 23:41 Valdemaro Ligioni 토론 기여 계정이 생성되었습니다
- 2022년 6월 10일 (금) 23:41 혼종인 토론 기여님이 모듈:Category handler/data 문서를 만들었습니다 (새 문서: -- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Module:Category handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blacklist') local title = mw.title.getCurrentTitle() data.currentTitleMatchesBlacklist = mShared.matchesBlacklist( title.p...)
- 2022년 6월 10일 (금) 23:41 혼종인 토론 기여님이 모듈:Category handler/config 문서를 만들었습니다 (새 문서: -------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. ------------------------------------...)
- 2022년 6월 10일 (금) 23:40 혼종인 토론 기여님이 모듈:Category handler/blacklist 문서를 만들었습니다 (새 문서: -- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '^Main Page$', -- don't categorise the main page. -- Don't categorise the following pages or their subpages. -- "%f[/\0]" matches if the next character is "/" or the end of the string. '^Wikipedia:Cascade%-protected items%f[/\0]', '^User:UBX%f[/\0]', -- Th...)
- 2022년 6월 10일 (금) 23:40 혼종인 토론 기여님이 모듈:Category handler 문서를 만들었습니다 (새 문서: -------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace aliases...)
- 2022년 6월 10일 (금) 23:35 혼종인 토론 기여님이 모듈:No globals 문서를 보호했습니다 [편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한) (역사)
- 2022년 6월 10일 (금) 23:35 혼종인 토론 기여님이 모듈:No globals 문서를 만들었습니다 (새 문서: local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newindex(t, k, v) if k ~= 'arg' then error('Tried to write global ' .. tostring(k), 2) end rawset(t, k, v) end setmetatable(_G, mt))
- 2022년 6월 10일 (금) 23:34 혼종인 토론 기여님이 모듈:Message box 문서를 보호했습니다 [편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한) (역사)
- 2022년 6월 10일 (금) 23:34 혼종인 토론 기여님이 모듈:Message box 문서를 만들었습니다 (새 문서: -- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('Module:No globals') local getArgs local categoryHandler = require('Module:Category handler')._main local yesno = require('Module:Yesno') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'Module:Mess...)
- 2022년 6월 10일 (금) 23:34 Communist 1968 토론 기여 (uploaded new avatar)
- 2022년 6월 10일 (금) 23:33 Communist 1968 토론 기여 계정이 생성되었습니다
- 2022년 6월 10일 (금) 23:32 혼종인 토론 기여님이 파일:Template-info.png 문서를 만들었습니다
- 2022년 6월 10일 (금) 23:32 혼종인 토론 기여님이 파일:Template-info.png 파일을 올렸습니다
- 2022년 6월 10일 (금) 23:25 은혜누나 토론 기여님이 틀:설명문서 문서를 만들었습니다 (새 문서: <!-- /연습장 문서에 대해서 자동으로 {{틀 연습장 안내}}를 붙인다. -->{{#ifeq: {{하위문서이름}} | 연습장 | <div style="clear: both;"></div>{{틀 연습장 안내}} }}<!-- 보호된 틀에 자동으로 {{보호-틀}} 틀을 붙인다. -->{{틀 기타 | {{#ifeq: {{보호수준:move}} | sysop | {{보호-틀}} | {{#if: {{보호수준:edit}} | {{보호-틀}} | <!--비보호, 또는 이동-준보호--> }} }} }}<!-- 녹색 설명문...)
- 2022년 6월 10일 (금) 23:19 은혜누나 토론 기여님이 틀:Ombox 문서를 만들었습니다 (새 문서: {{#invoke:Message box|ombox}}<noinclude> {{설명문서}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>)
- 2022년 6월 10일 (금) 23:19 은혜누나 토론 기여님이 틀:틀 설명문서 안내 문서를 만들었습니다 (새 문서: <includeonly>{{#ifeq: {{lc:{{SUBPAGENAME}}}} | {{{override|설명문서}}} | <!-- 설명문서 page --> </includeonly>{{ #ifeq: {{{설명문서-안내|show}}} | show | {{ombox | 종류 = 안내 | 그림 = 40px | 본문 = '''이 문서는 {{{1|[[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}]]}}}에 대한 설명입니다.'''<br />여기에는 틀 사용법, 분류 등 원래...)
- 2022년 6월 10일 (금) 23:18 은혜누나 토론 기여님이 틀:Purge 문서를 만들었습니다 (새 문서: <onlyinclude><span class="noprint plainlinks purgelink">[{{fullurl:{{{page|{{FULLPAGENAME}}}}}|action=purge}} <span title="이 문서를 새로 고침">{{{1|새로 고침}}}</span>]</span></onlyinclude> {{PAGENAME}})
- 2022년 6월 10일 (금) 23:17 Ginbae 토론 기여 계정이 생성되었습니다
- 2022년 6월 10일 (금) 23:17 Rainbow 토론 기여 (uploaded new avatar)
- 2022년 6월 10일 (금) 23:17 은혜누나 토론 기여님이 틀:틀 문서를 만들었습니다 (새 문서: {{[[틀:{{{1}}}|{{{1}}}]]}}<noinclude> {{틀 설명문서}} </noinclude>)
- 2022년 6월 10일 (금) 23:17 은혜누나 토론 기여님이 틀:틀 설명문서/틀문서 문서를 만들었습니다 (새 문서: {{#switch: {{SUBPAGENAME}} | 연습장 | 시험장 = {{BASEPAGENAME}} | #default = {{PAGENAME}} }}<noinclude>{{틀 설명문서|내용= {{틀|틀 설명문서}}에서 설명문서가 들어갈 수 있는 이름공간을 돌려줍니다. }} </noinclude>)
- 2022년 6월 10일 (금) 23:16 Rainbow 토론 기여 계정이 생성되었습니다
- 2022년 6월 10일 (금) 23:16 사용자 토론 기여 계정이 생성되었습니다
- 2022년 6월 10일 (금) 23:16 은혜누나 토론 기여님이 틀:틀 설명문서/설명공간 문서를 만들었습니다 (새 문서: {{#switch: {{SUBJECTSPACE}} | {{ns:0}} | {{ns:File}} | {{ns:MediaWiki}} | {{ns:Category}} = {{TALKSPACE}} | #default = {{SUBJECTSPACE}} }}<noinclude> {{틀 설명문서|내용={{틀|틀 설명문서}}에서 설명문서가 들어갈 수 있는 이름공간을 돌려줍니다. }} </noinclude>)
- 2022년 6월 10일 (금) 23:16 은혜누나 토론 기여님이 틀:Documentation 문서를 만들었습니다 (틀:틀 설명문서 문서로 넘겨주기) 태그: 새 넘겨주기
- 2022년 6월 10일 (금) 23:15 은혜누나 토론 기여님이 틀:Fmbox 문서를 만들었습니다 (새 문서: {{#invoke:Message box|fmbox}}<noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>)
- 2022년 6월 10일 (금) 23:15 은혜누나 토론 기여님이 틀:틀 설명문서/끝상자 문서를 만들었습니다 (새 문서: <noinclude><div></noinclude><div style="clear: both;"></div><!--So right or left floating items don't stick out of the doc box.--> </div><!--녹색 설명상자 끝--><!-- 설명문서 메타 데이터에 대한 연결상자: -->{{#if: <!--연결상자를 보여줄지 체크--> {{#ifeq: {{{연결상자|}}} | off | | {{{설명있음|yes}}}{{ #switch: {{SUBJECTSPACE}} | {{ns:User}} | {{ns:Template}} = yes }} }} | {{fmbox | id = documentation-meta-da...)
- 2022년 6월 10일 (금) 23:15 은혜누나 토론 기여님이 틀:틀 설명문서/끝상자2 문서를 만들었습니다 (새 문서: <noinclude><div></noinclude>{{틀 설명문서/끝상자 | 미리싣기 = {{{미리싣기|}}} <!--사용자 미리싣기 지원--> | 내용 = {{{내용|}}} | 연결상자 = {{{연결상자|}}} <!--So "연결상자=off" works--> | 설명문서 = {{#if: {{{1|}}} | {{{1|}}} | {{{설명공간|{{NAMESPACE}}}}}:{{{틀문서|{{PAGENAME}}}}}/설명문서 }} | 설명있음 = {{#ifexist: {{#if: {{{1|}}} | {{{1|}}} <!--주어진 다른 설명이름--> | {{{설...)
- 2022년 6월 10일 (금) 23:14 관리자 토론 기여님이 이브위키:개인정보처리방침 문서를 만들었습니다 (새 문서: <big>'''evewiki 개인정보처리방침'''</big> 이브위키 (이하 "위키" 라 함)는 정보통신망 이용촉진 및 정보보호 등에 관한 법률, 개인정보보호법, 통신비밀보호법, 전기통신사업법, 등 정보통신서비스제공자가 준수하여야 할 관련 법령상의 개인정보보호 규정을 준수하며, 관련 법령에 의거한 개인정보취급방침을 정하여 이용자 권익 보호에 최선을 다하고 있습니다. {{목...)
- 2022년 6월 10일 (금) 23:13 은혜누나 토론 기여님이 틀:틀 설명문서/시작상자 문서를 만들었습니다 (새 문서: <!-- 녹색 설명상자 시작 --><div id="template-documentation" class="template-documentation iezoomfix"><!-- 설명상자 위에 제목을 추가한다: -->{{#ifeq: {{{제목|¬}}} | <!--Defined but empty--> | <!--"제목=", do nothing--> | <div style="padding-bottom: 3px; border-bottom: 1px solid #aaa; margin-bottom: 1ex;"><span style="{{#if: {{{제목-모양|}}} | {{{제목-모양|}}} | {{#ifeq: {{SUBJECTSPACE}} | {{ns:Template}} | font-weight: bold; font-size...)
- 2022년 6월 10일 (금) 23:12 은혜누나 토론 기여님이 틀:틀 설명문서/시작상자2 문서를 만들었습니다 (새 문서: {{틀 설명문서/시작상자 | 미리싣기 = {{{미리싣기|}}} <!--사용자 미리싣기 지원--> | 제목 = {{{제목|¬}}} <!--빈 값을 넣으면 헤더를 없앤다--> | 제목-모양 = {{{제목-모양|}}} | 내용 = {{{내용|}}} | 설명문서 = {{#if: {{{1|}}} | {{{1|}}} | {{{설명공간|{{NAMESPACE}}}}}:{{{틀문서|{{PAGENAME}}}}}/설명문서 }} | 설명있음 = {{#ifexist: {{#if: {{{1|}}} | {{{1|}}} <!--다른 설명문서가 주...)
- 2022년 6월 10일 (금) 23:12 은혜누나 토론 기여님이 틀:틀 기타 문서를 만들었습니다 (새 문서: {{#switch: <!--"데모공간"이 따로 주어지지 않으며 자동으로 이름공간을 검출한다. --> {{#if:{{{데모공간|}}} | {{lc: {{{데모공간}}} }} <!--Use lower case "데모공간"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Template}} | 틀 | 기타 }} }} | 틀 = {{{1|}}} | template = {{{1|}}} | 기타 | #default = {{{2|}}} }}<!--End switch--><noinclude> {{틀 설명문서}} <!-- Add categories and interwikis to the /doc subpage, not here! -->...)
- 2022년 6월 10일 (금) 23:10 은혜누나 토론 기여님이 틀:틀 설명문서/설명문서 문서를 만들었습니다 (새 문서: {{틀 설명문서 안내}} <!-- 이 줄 아래부터 틀 설명문서를 작성하십시오. --> 여기는 {{틀|틀 설명문서}} 틀입니다. 이 틀을 이용해서 틀에 설명을 다는 자세한 방법은 위키백과:틀 설명문서를 참고하세요. 이 틀은 지금 보는 것과 같은 녹색 상자 안에 자동으로 "/설명문서"의 내용을 가져와서 보여줍니다. == 사용법 == 대개의 경우 이 틀은 아무런 매개 변수 없이,...)
- 2022년 6월 10일 (금) 23:09 은혜누나 토론 기여님이 틀:틀 설명문서 문서를 만들었습니다 (새 문서: <!-- /연습장 문서에 대해서 자동으로 {{틀 연습장 안내}}를 붙인다. -->{{#ifeq: {{하위문서이름}} | 연습장 | <div style="clear: both;"></div>{{틀 연습장 안내}} }}<!-- 보호된 틀에 자동으로 {{보호-틀}} 틀을 붙인다. -->{{틀 기타 | {{#ifeq: {{보호수준:move}} | sysop | {{보호-틀}} | {{#if: {{보호수준:edit}} | {{보호-틀}} | <!--비보호, 또는 이동-준보호--> }} }} }}<!-- 녹색 설명문...)
- 2022년 6월 10일 (금) 23:08 혼종인 토론 기여님이 틀:글씨 크기 문서를 만들었습니다 (새 문서: <span style="font-size:{{{1|}}}pt;">{{{2|}}}</span>)
- 2022년 6월 10일 (금) 22:41 은혜누나 토론 기여님이 틀:글씨 색 문서를 만들었습니다 (새 문서: {{ {{{|안전풀기:}}}#if: {{{3|}}} | {{ {{{|안전풀기:}}}#if: {{{링크|{{{link|}}}}}} | {{ {{{|안전풀기:}}}#ifeq: {{{링크|{{{link|}}}}}} | 예 | [[{{{3|}}}|<span style="background-color:{{{2|inherit}}}; color:{{{1|inherit}}};">{{{3|}}}</span>]] | [[{{{링크|{{{link|}}}}}}|<span style="background-color:{{{2|inherit}}}; color:{{{1|inherit}}};">{{{3|}}}</span>]] }} | <span style="background-color:{{{2|inherit}}}; color:{{{1|inherit}}};">{{{...)
- 2022년 6월 10일 (금) 22:38 은혜누나 토론 기여님이 틀:YouTube 문서를 만들었습니다 (새 문서: <onlyinclude>{{#if:{{{4|}}}|<div {{#switch:{{{4}}} | right = style{{=}}"float: right;text-align: center;" | center = style{{=}}"align:center;text-align: center;" | style{{=}}"text-align: center;" }}>}}{{#tag:youtube|{{{1<includeonly>|</includeonly>}}}|width={{{2|}}}|height={{{3|}}}}}{{#if:{{{5|}}}|<br/>{{{5}}} }}<br/>{{#if:{{{4|}}}|</div >}}{{#if:{{{분류제외|}}}||분류:유튜브 영상이 포함된 문서}}</onlyinclude> {{틀 설명문서}})
- 2022년 6월 10일 (금) 22:34 Junhg0211 토론 기여님이 테스트 문서를 만들었습니다 (새 문서: 이것은 테스트 문서 == 안녕 == 쳘마ㅇ쳐마ㅇ == 안녕2 ==)
- 2022년 6월 10일 (금) 22:33 Junhg0211 토론 기여 계정이 생성되었습니다
- 2022년 6월 10일 (금) 22:30 은혜누나 토론 기여님이 틀:목차 문서를 만들었습니다 (새 문서: <div>__TOC__</div> <div style="clear: both;"></div>)
- 2022년 6월 10일 (금) 21:50 관리자 토론 기여님이 혼종인님의 권한을 (없음)에서 관리자(으)로 바꾸었습니다
- 2022년 6월 10일 (금) 21:36 혼종인 토론 기여 계정이 생성되었습니다
- 2022년 6월 10일 (금) 21:23 관리자 토론 기여님이 UserWiki:관리자 문서를 만들었습니다 (import user wiki)
- 2022년 6월 10일 (금) 21:19 관리자 토론 기여님이 대문 문서를 보호했습니다 [편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한) (역사)
- 2022년 6월 10일 (금) 19:36 관리자 토론 기여님이 미디어위키:Sitenotice 문서를 만들었습니다 (새 문서: * '''이브위키'''에 오신것을 환영합니다.)
- 2022년 6월 10일 (금) 19:34 관리자 토론 기여님이 미디어위키:Liberty-Navbar 문서를 만들었습니다 (새 문서: *icon=upload | display=업로드 | link=특수:올리기 | title=특수:올리기 *icon=question | display=도움말 **icon=book | display=도움말 | link=이브위키:도움말 | title=이브위키:도움말 **icon=book | display=문법 | link=도움말:문법 | title=도움말:문법 **icon=book | display=이용약관 | link=이브위키:이용약관 | title=이브위키:이용약관)
- 2022년 6월 10일 (금) 19:30 은혜누나 토론 기여 계정이 생성되었습니다
- 2022년 6월 10일 (금) 19:26 Sakura 토론 기여 계정이 생성되었습니다
- 2022년 6월 10일 (금) 19:18 MediaWiki default 토론 기여님이 대문 문서를 만들었습니다