이음위키에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.
- 2023년 11월 19일 (일) 07:11 HyunJongSu 토론 기여님이 모듈:Historical populations 문서를 보호했습니다 [편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한) (역사)
- 2023년 11월 19일 (일) 07:11 HyunJongSu 토론 기여님이 모듈:Historical populations 문서를 만들었습니다 (새 문서: -- -- This template implements {{Historical populations}} -- local p = {} local lang = mw.getContentLanguage() local Date -- lazy initialization local function ifexist(page) if not page then return false end if mw.title.new(page).exists then return true end return false end local function isempty( s ) return not s or s:match( '^%s*(.-)%s*$' ) == '' end local function splitnumandref( s ) s = s:match( '^%s*(.-)%s*$' ) local t1 = mw.text.unstrip(s) local t...)
- 2023년 11월 19일 (일) 07:10 HyunJongSu 토론 기여님이 모듈:Multiple image 문서를 보호했습니다 [편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한) (역사)
- 2023년 11월 19일 (일) 07:10 HyunJongSu 토론 기여님이 모듈:Multiple image 문서를 만들었습니다 (새 문서: -- implements template:multiple image local p = {} local autoscaledimages local nonautoscaledimages local function isnotempty(s) return s and s:match( '^%s*(.-)%s*$' ) ~= '' end local function removepx(s) return tostring(s or ''):match('^(.*)[Pp][Xx]%s*$') or s end local function getdimensions(s, w, h) if tonumber(w) and tonumber(h) then nonautoscaledimages = true return tonumber(w), tonumber(h) end local file = s and mw.title.new('파일:' .. mw.uri.decode(mw.u...)
- 2023년 11월 19일 (일) 07:10 HyunJongSu 토론 기여님이 모듈:Time ago 문서를 보호했습니다 [편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한) (역사)
- 2023년 11월 19일 (일) 07:10 HyunJongSu 토론 기여님이 모듈: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, ['초'] = 1, ['minutes'] = 60, ['분'] = 60, ['hours'] = 3600, ['시간'] = 3600, ['days'] = 86400, ['일'...)
- 2023년 11월 19일 (일) 06:59 HyunJongSu 토론 기여님이 모듈:Langname 문서를 보호했습니다 [편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한) (역사)
- 2023년 11월 19일 (일) 06:58 HyunJongSu 토론 기여님이 모듈:Langname 문서를 만들었습니다 (새 문서: --This module provides a language name handling operations based on ISO 639 and Unicode CLDR information. - ChongDae local lang = {} local langdata = mw.loadData('Module:Langname/data') local lang_name = langdata.lang_name local lang_autonym = langdata.lang_autonym local lang_article = langdata.lang_article local lang_wikipedia = langdata.lang_wikipedia ---- Helper functions -- local function getCldrName(code) local name = mw.language.fetchLanguageName(cod...)
- 2023년 11월 19일 (일) 06:55 젊은리버럴 토론 기여님이 분류:민주화 문서를 만들었습니다 (새 문서: {{분류 설명}} 분류:민주주의 분류:정치권력 변동)
- 2023년 11월 19일 (일) 06:54 젊은리버럴 토론 기여님이 분류:망명정부 문서를 만들었습니다 (새 문서: {{분류 설명}} 분류:정부형태 분류:정치사 분류:정부 관련 단체 분류:비호권)
- 2023년 11월 19일 (일) 06:03 HyunJongSu 토론 기여님이 모듈:Weather box/설명문서 문서를 만들었습니다 (새 문서: == 사용법 == 이 모듈은 {{틀|Weather box}}에 의해 사용됩니다. {{#invoke:{{BASEPAGENAME}}|''function_name''}} <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox|| <!-- Categories go here and interwikis go in Wikidata. --> }}</includeonly> {{Weather box{{#ifeq:{{SUBPAGENAME}}|sandbox|/sandbox}} |metric first = Y |single line = Y |collapsed = |location = Edmonton City Centre (Blatchford Field) Airport (1981−2010) |Jan record high C = 11.7 |Feb record high C...)
- 2023년 11월 19일 (일) 06:00 HyunJongSu 토론 기여님이 모듈:Weather box/colors 문서를 보호했습니다 [편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한) (역사)
- 2023년 11월 19일 (일) 06:00 HyunJongSu 토론 기여님이 모듈:Weather box/colors 문서를 만들었습니다 (새 문서: local w = {} local math_mod = require('Module:Math') local function hex( value ) return string.format("%02X", value) end local function format_line( background, text_color ) return "background: #" .. background .. "; color:#" .. text_color .. ";" end local function range_pos( value, start, stop ) if start < stop then if value < start then return 0 elseif value > stop then return 1 else return (value - start) / (stop - start) end else if value < stop the...)
- 2023년 11월 19일 (일) 06:00 HyunJongSu 토론 기여님이 모듈:Weather box/row 문서를 보호했습니다 [편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한) (역사)
- 2023년 11월 19일 (일) 06:00 HyunJongSu 토론 기여님이 모듈:Weather box/row 문서를 만들었습니다 (새 문서: local w = {} local math_mod = require('Module:Math') local wbc = require('Module:Weather box/colors') local traceText local Value Value = { lang = mw.getContentLanguage(), getDisplay = function (self, second) if not self:isValid() then return nil end local display = self.string if display == 'trace' then if second then -- If a cell displays "cm (inch)", show "trace" not "trace (trace)". return nil end return traceText or 'trace' end if math.abs...)
- 2023년 11월 19일 (일) 05:58 HyunJongSu 토론 기여님이 모듈:Weather box 문서를 보호했습니다 [편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한) (역사)
- 2023년 11월 19일 (일) 05:58 HyunJongSu 토론 기여님이 모듈:Weather box 문서를 만들었습니다 (새 문서: -- Implement Template:Weather box. local precision = require('Module:Math')._precision local function stripToNil(text) -- If text is a non-empty string, return its trimmed content. -- Otherwise, return nothing (text is an empty string or is not a string). if type(text) == 'string' then return text:match('(%S.-)%s*$') end end local function isAny(args, suffix) local months = { 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec' } for...)
- 2023년 11월 19일 (일) 05:58 HyunJongSu 토론 기여님이 모듈:Br separated entries 문서를 보호했습니다 [편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한) (역사)
- 2023년 11월 19일 (일) 05:58 HyunJongSu 토론 기여님이 모듈:Br separated entries 문서를 만들었습니다 (새 문서: local p = {} local function _main( args ) local sep = '<br />' local lastsep local t = {} for i, v in ipairs( args ) do table.insert( t, v ) if mw.ustring.match( v, '%S' ) then table.insert( t, sep ) lastsep = #t end end if lastsep then table.remove( t, lastsep ) end return table.concat( t ) end function p.main( frame ) local origArgs if frame == mw.getCurrentFrame() then --...)
- 2023년 11월 19일 (일) 05:56 HyunJongSu 토론 기여님이 모듈:Convert/makeunits 문서를 보호했습니다 [편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한) (역사)
- 2023년 11월 19일 (일) 05:56 HyunJongSu 토론 기여님이 모듈:Convert/makeunits 문서를 만들었습니다 (새 문서: -- 어떤 단위의 값을 다른 단위의 값으로 바꿔줍니다. -- 예: {{convert|123|lb|kg}} --> 123 파운드 (56 kg) -- 만약 다른 위키에 복사하실 예정이면 en:Template:Convert/Transwiki guide를 -- 보아주세요. local MINUS = '−' -- Unicode U+2212 MINUS SIGN (UTF-8: e2 88 92) local abs = math.abs local floor = math.floor local format = string.format local log10 = math.log10 local ustring = mw.ustring local ulen = ustring.len local usub = ustri...)
- 2023년 11월 19일 (일) 05:55 HyunJongSu 토론 기여님이 모듈:Convert/text 문서를 보호했습니다 [편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한) (역사)
- 2023년 11월 19일 (일) 05:55 HyunJongSu 토론 기여님이 모듈:Convert/text 문서를 만들었습니다 (새 문서: -- 한국어 위키백과(ko.wikipedia.org)의 모듈:Convert에서 사용되는 텍스트 -- This is a separate module to simplify translation for use on another wiki. -- See en:Template:Convert/Transwiki guide if copying to another wiki. local translation_table = { omit_scale_sep = true, perunit_before_val = 2, currency_per_word = '당', per_word = '매', plural_suffix = '', specials = { utype = { -- ["로컬 언어 유닛 종류"] = "이_스크립트에_사...)
- 2023년 11월 19일 (일) 05:54 HyunJongSu 토론 기여님이 모듈:Convert/data 문서를 보호했습니다 [편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한) (역사)
- 2023년 11월 19일 (일) 05:54 HyunJongSu 토론 기여님이 모듈:Convert/data 문서를 만들었습니다 (새 문서: -- 모듈:Convert이 사용하는 변환 데이터입니다. -- mw.loadData()을 통해 읽기 전용으로 접근하므로 문서당 한번씩만 불려집니다. -- 이 모듈을 다른 위키로 복사하기 전 en:Template:Convert/Transwiki guide를 -- 꼭 읽어주세요. -- -- 이곳의 데이터 테이블들은 다음과 같습니다: -- all_units 단위들의 기본 출력값을 포함한 모든 속성들 -- default_exceptions 기본 출력값을...)
- 2023년 11월 19일 (일) 05:53 HyunJongSu 토론 기여님이 모듈:Convert 문서를 보호했습니다 [편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한) (역사)
- 2023년 11월 19일 (일) 05:53 HyunJongSu 토론 기여님이 모듈:Convert 문서를 만들었습니다 (새 문서: -- 어떤 단위의 값을 다른 단위의 값으로 바꿔줍니다. -- 예: {{convert|123|lb|kg}} --> 123 파운드 (56 kg) -- 만약 다른 위키에 복사하실 예정이면 en:Template:Convert/Transwiki guide를 -- 보아주세요. local MINUS = '−' -- Unicode U+2212 MINUS SIGN (UTF-8: e2 88 92) local abs = math.abs local floor = math.floor local format = string.format local log10 = math.log10 local ustring = mw.ustring local ulen = ustring.len local usub = ustri...)
- 2023년 11월 19일 (일) 05:18 젊은리버럴 토론 기여님이 틀:Efn/설명문서 문서를 만들었습니다 (새 문서: {{설명문서 안내}} <!-- 여기에 틀에 대한 설명문서를 작성하세요. --> {{#section:이음위키:각주|지정된그룹}} == 같이 보기 == * 이음위키:각주 <includeonly> <!-- 여기에 분류를 넣고, 인터위키는 위키데이터에 작성하세요. --> 분류:각주 틀 </includeonly> {{퍼온문서|틀:Efn}})
- 2023년 11월 19일 (일) 05:17 젊은리버럴 토론 기여님이 틀:Efn 문서를 만들었습니다 (새 문서: <includeonly>{{#if:{{{name|}}} |{{#tag:ref|{{{1|{{{reference|}}}}}}|name={{{name|}}}|group={{#switch: {{{group|}}} | 참고 | upper-alpha | lower-alpha = {{{group|}}} | 대문자 = upper-alpha | 소문자 = lower-alpha | #default = lower-alpha }} }} |{{#tag:ref|{{{1|{{{reference|}}}}}}|group={{#switch: {{{group|}}} | 참고 | upper-alpha | lower-alpha = {{{group|}}} | 대문자 = upper-alpha | 소문자 = lower-alpha | #defau...)
- 2023년 11월 19일 (일) 05:16 젊은리버럴 토론 기여님이 미얀마 국민통합정부 문서를 만들었습니다 (새 문서: {{내각 정보 | 내각명 = 국민통합정부 | 원어내각명 = အမျိုးသားညီညွတ်ရေး အစိုးရ | 기 = Flag of Myanmar.svg | 관할권 = 미얀마 | 임기 = 2021년 4월 16일 | 국가원수 = 윈 민{{efn|name="체포"|현재 체포된 상태로, 이 칭호는 거의 상징적인 것이다.}} | 부통령 = 두와 라시 라 | 정부수반 = 아웅산수찌{{efn|name="체포"}} | 부정부수반 = 만 윈 카잉...)
- 2023년 11월 19일 (일) 05:14 젊은리버럴 토론 기여님이 틀:내각 정보/설명문서 문서를 만들었습니다 (새 문서: {{설명문서 안내}} <!-- 여기에 틀에 대한 설명문서를 작성하세요. --> 이 곳을 지우고 틀의 기초적인 정의 등을 작성하세요. __TOC__ == 사용법 == <pre style="width:50%;"> {{내각 정보 | 내각명 = | 원어내각명 = | 기 = | 관할권 = | 대수 = | 유형 = | 그림 = | 그림설명 = | 임기 = | 조각 = | 해산 = | 국가원수 = | 국가원수대리 = | 정부수반 = | 부정부수반 = | 각료수 = | 퇴임...)
- 2023년 11월 19일 (일) 05:10 젊은리버럴 토론 기여님이 틀:내각 정보 문서를 만들었습니다 (새 문서: <onlyinclude>{| class="infobox" style="width:25em;" |- | colspan="2" | <div style="position:relative; width:100%; height:50px; display:table; background: #DCDCDC"><div style="position:absolute; bottom:0px; right:0;"></div><span style="position:relative; width:100%; display:table-cell; vertical-align:middle; text-align:center; "><big><big>'''{{{내각명|{{PAGENAME}}}}}'''</big></big>{{#if: {{{원어내각명<includeonly>|</includeonly>}}}|<br /><big>{{{원어내각명<includeonl...)
- 2023년 11월 18일 (토) 01:11 젊은리버럴 토론 기여님이 김우영 문서를 만들었습니다 (새 문서: '''김우영'''은 다음 사람 등을 가리킨다. * 김우영(金雨英, 1886 ~ 1958): 일제 강점기의 관료, 일본 외무성 외교관. 중추원 참의 * 김우영(金雨英, 1915 ~ ?): 한국의 법조인 * 김우영(金宇榮, 1921 ~ 1983): 법조인 출신의 대한민국 정치인 * 김우영(金佑嶸, 1939 ~ ): 대한민국의 만화가 * 김우영 (1969년)|김...)
- 2023년 11월 17일 (금) 20:59 젊은리버럴 토론 기여님이 분류:동물 관련 직업 문서를 만들었습니다 (새 문서: 분류:유형별 직업 분류:인간과 동물 분류:농업 관련 직업)
- 2023년 11월 17일 (금) 20:58 젊은리버럴 토론 기여님이 분류:수의사 문서를 만들었습니다 (새 문서: {{분류 설명|수의사}} 분류:수의학 분류:의료인 분류:동물 관련 직업)
- 2023년 11월 17일 (금) 20:57 젊은리버럴 토론 기여님이 분류:옥천군 출신 문서를 만들었습니다 (새 문서: 분류:충청북도 출신 출신)
- 2023년 11월 17일 (금) 20:56 젊은리버럴 토론 기여님이 송치용 문서를 만들었습니다 (새 문서: {{인물 정보 |인물이름 = 송치용 |원어이름 = 宋致龍 |배경색 = #F58400 |글자색 = #fff |그림 = |그림설명 = |본명 = |다른이름 = |출생일 = {{출생일과 나이|1964|1|14}} |출생지 = 대한민국 충청북도 옥천군 |사망일 = |사망지 = |국적 = 대한민국 |학력 = 삼양초등학교<br>옥천중학교<br>북일고등학교<br>서울대학...)
- 2023년 11월 17일 (금) 05:20 젊은리버럴 토론 기여님이 임명희 문서를 만들었습니다 (새 문서: {{인물 정보 |인물이름 = 임명희 |원어이름 = 林明姬 |배경색 = #F58400 |글자색 = #fff |그림 = |그림설명 = |본명 = |다른이름 = |출생일 = {{출생일과 나이|1981|5|18}} |출생지 = 대한민국 강원도 강릉시<ref>현 강원특별자치도 강릉시</ref> |사망일 = |사망지 = |국적 = 대한민국 |학력 = 강원대학교 (정치외교학 / 학사) |직업 = |종교...)
- 2023년 11월 17일 (금) 04:15 젊은리버럴 토론 기여님이 분류:여자 문서를 만들었습니다 (새 문서: 분류:성별 사람 분류:암컷 포유류)
- 2023년 11월 17일 (금) 04:15 젊은리버럴 토론 기여님이 분류:직업별 여자 문서를 만들었습니다 (새 문서: *직업별 +여성)
- 2023년 11월 17일 (금) 04:14 젊은리버럴 토론 기여님이 분류:여자 정치인 문서를 만들었습니다 (새 문서: 정치인 분류:정치인)
- 2023년 11월 17일 (금) 04:14 젊은리버럴 토론 기여님이 분류:레즈비언 정치인 문서를 만들었습니다 (새 문서: 분류:성소수자 정치인 정치인 분류:여자 정치인)
- 2023년 11월 17일 (금) 04:13 젊은리버럴 토론 기여님이 분류:대한민국의 성소수자 인물 문서를 만들었습니다 (새 문서: {{분류 설명|대한민국의 성소수자 목록}} 대한민국 성소수자 사람 분류:한국의 성소수자 인물)
- 2023년 11월 17일 (금) 04:12 젊은리버럴 토론 기여님이 분류:대한민국의 약사 문서를 만들었습니다 (새 문서: 분류:한국의 약사 분류:대한민국의 의료인 분류:나라별 약사)
- 2023년 11월 17일 (금) 03:51 젊은리버럴 토론 기여님이 분류:안성시 출신 문서를 만들었습니다 (새 문서: 분류:경기도 출신)
- 2023년 11월 17일 (금) 03:50 젊은리버럴 토론 기여님이 분류:나라별 진보주의자 문서를 만들었습니다 (새 문서: 분류:진보주의자 진보주의자)
- 2023년 11월 17일 (금) 03:49 젊은리버럴 토론 기여님이 분류:대한민국의 진보주의자 문서를 만들었습니다 (새 문서: 분류:대한민국의 진보주의 분류:나라별 진보주의자 진보주의)
- 2023년 11월 17일 (금) 03:48 젊은리버럴 토론 기여님이 분류:정의당 (대한민국) 당원 문서를 만들었습니다 (새 문서: {{분류 설명|정의당 (대한민국)}} 분류:정의당 (대한민국) 분류:대한민국의 진보주의자 분류:대한민국의 정당별 사람)
- 2023년 11월 17일 (금) 03:48 젊은리버럴 토론 기여님이 정혜연 문서를 만들었습니다 (새 문서: '''정혜연'''(鄭惠然, 1989년 11월 21일, 경기도 안성시 ~ )은 대한민국의 약사, 정치인이다. 정의당 내에서 진보너머라는 단체를 조직했다.(2020년 8월에 진보너머를 탈퇴한 사실을 밝혔다.) 2020년 7월에는 자살한 박원순을 비판한 류호정 의원등을 비판해 당내 마찰이 있었다. == 학력 == * 이화여자대학교 약학과 학사 졸업 == 경력 == * 2017.07 ~ 2019.07...)
- 2023년 11월 17일 (금) 03:29 젊은리버럴 토론 기여님이 사회민주당 (대한민국,1985년) 문서를 만들었습니다 (새 문서: '''사회민주당'''(社會民主黨)은 1985년에 창당하여 1988년에 해산된 대한민국의 진보정당이다. {{토막글|정치}} 분류:1985년 설립 분류:1988년 해체 {{퍼온문서|사회민주당 (대한민국, 1985년)}})