2023년 12월 22일 (금)
- 18:592023년 12월 22일 (금) 18:59 차이 역사 +5,585 새글 모듈:Portal bar 새 문서: -- This module implements {{portal bar}}. require('strict') local p = {} local function checkPortalExists(portal) return not (mw.title.makeTitle(100, portal).id == 0) end local getImageName = require( 'Module:Portal' ).image local yesno = require( 'Module:Yesno' ) local trackingInThisNamespace = false local function checkNamespace() local thisPage = mw.title.getCurrentTitle() if (thisPage.namespace == 2) -- User or (thisPage.namespace == 3) -- User talk or (thisPage.n...
- 18:292023년 12월 22일 (금) 18:29 차이 역사 0 잔글 모듈:Large category TOC "모듈:Large category TOC" 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한)) 최신
- 18:292023년 12월 22일 (금) 18:29 차이 역사 +6,629 새글 모듈:Large category TOC 새 문서: local p = {} local azupper = mw.text.split('ABCDEFGHIJKLMNOPQRSTUVWXYZ','') local azlower = mw.text.split('abcdefghijklmnopqrstuvwxyz','') local hangulmain = mw.text.split('가까나다따라마바빠사싸아자짜차카타파하','') local hangul1 = mw.text.split('가개갸걔거게겨계고과괘괴교구궈궤규그긔기','') local hangul2 = mw.text.split('까깨꺄꺠꺼께껴꼐꼬꽈꽤꾀꾜꾸꿔꿰뀨끄끠끼','') local hangul3 = mw.text.split('나내냐냬너네녀...
2023년 12월 20일 (수)
- 03:502023년 12월 20일 (수) 03:50 차이 역사 0 잔글 모듈:EditAtWikidata "모듈:EditAtWikidata" 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한)) 최신
- 03:502023년 12월 20일 (수) 03:50 차이 역사 +1,740 새글 모듈:EditAtWikidata 새 문서: -- Module to display an icon with a tooltip such as "Edit this at Wikidata". -- Icon is linked to the Wikidata entry for the article where this is placed. -- This message is only displayed if a local_parameter is not supplied -- i.e. when called from a template, it can be coded not to display the message. -- The qid of a Wikidata entry can optionally be supplied for testing outside the article. -- Usage: -- {{#invoke:EditAtWikidata|showMessage|local_parameter}} -- {{#invoke:Edit...
- 03:212023년 12월 20일 (수) 03:21 차이 역사 −254 케이이음 편집 요약 없음
2023년 12월 18일 (월)
- 09:172023년 12월 18일 (월) 09:17 차이 역사 +60 한국철도공사 편집 요약 없음 최신
- 09:162023년 12월 18일 (월) 09:16 차이 역사 +16 한국철도TV 편집 요약 없음 최신
- 09:162023년 12월 18일 (월) 09:16 차이 역사 +682 새글 한국철도TV 새 문서: {| class="wikitable" style="float: right;" |+ ! colspan="3" style="background: #005BAC; color:#fff;"|<big>한국철도TV</big> |- |국가 | colspan="2" |{{국기나라|대한민국}} |- |구분 | colspan="2" | 유튜브 채널 |- |분야 | colspan="2" | 철도 |- |음향 |불명 |- |운영 | colspan="2" | 한국철도공사 홍보실 "B급행"팀 |- |링크 | colspan="2" |[https://www.youtube.com/@korail_official 한국철도TV]<br />[https://www.youtube.com/@train-with-me...
2023년 12월 9일 (토)
- 19:152023년 12월 9일 (토) 19:15 차이 역사 +104 공항철도주식회사 2000호대 전동차 편집 요약 없음
- 19:132023년 12월 9일 (토) 19:13 차이 역사 +48 김포골드라인 편집 요약 없음 최신
2023년 12월 3일 (일)
- 04:332023년 12월 3일 (일) 04:33 차이 역사 +143 한국철도공사 341000호대 전동차 편집 요약 없음
- 03:172023년 12월 3일 (일) 03:17 차이 역사 0 잔글 모듈:TreeChart "모듈:TreeChart" 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한)) 최신
- 03:172023년 12월 3일 (일) 03:17 차이 역사 +1,799 새글 모듈:TreeChart 새 문서: require('strict') local p = {} local cells = mw.loadData('Module:TreeChart/data') function p._main(cell_args) local ret = mw.html.create() local top = ret:tag('tr') :css{ height = '1px', ['text-align'] = 'center' } local bottom = ret:tag('tr') :css{ height = '1px', ['text-align'] = 'center' } for _, v in ipairs(cell_args) do if type(v) == 'string' then top:wikitext(cells[v].t) bottom:wikitext(cells[v].b) else top:tag('td') :att...
2023년 11월 19일 (일)
- 07:112023년 11월 19일 (일) 07:11 차이 역사 0 잔글 모듈:Historical populations "모듈:Historical populations" 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한)) 최신
- 07:112023년 11월 19일 (일) 07:11 차이 역사 +17,740 새글 모듈: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...
- 07:102023년 11월 19일 (일) 07:10 차이 역사 0 잔글 모듈:Multiple image "모듈:Multiple image" 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한)) 최신
- 07:102023년 11월 19일 (일) 07:10 차이 역사 +9,718 새글 모듈: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...
- 07:102023년 11월 19일 (일) 07:10 차이 역사 0 잔글 모듈:Time ago "모듈:Time ago" 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한)) 최신
- 07:102023년 11월 19일 (일) 07:10 차이 역사 +5,175 새글 모듈: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, ['일'...
- 06:592023년 11월 19일 (일) 06:59 차이 역사 +533 잔글 모듈:Langname/data 편집 요약 없음 최신
- 06:592023년 11월 19일 (일) 06:59 차이 역사 0 잔글 모듈:Langname "모듈:Langname" 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한)) 최신
- 06:582023년 11월 19일 (일) 06:58 차이 역사 +2,128 새글 모듈: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...
- 06:062023년 11월 19일 (일) 06:06 차이 역사 0 모듈:Weather box/설명문서 편집 요약 없음 최신
- 06:052023년 11월 19일 (일) 06:05 차이 역사 +50 모듈:Weather box/설명문서 편집 요약 없음
- 06:032023년 11월 19일 (일) 06:03 차이 역사 +5,651 새글 모듈: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...
- 06:002023년 11월 19일 (일) 06:00 차이 역사 0 잔글 모듈:Weather box/colors "모듈:Weather box/colors" 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한)) 최신
- 06:002023년 11월 19일 (일) 06:00 차이 역사 +7,673 새글 모듈: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...
- 06:002023년 11월 19일 (일) 06:00 차이 역사 0 잔글 모듈:Weather box/row "모듈:Weather box/row" 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한)) 최신
- 06:002023년 11월 19일 (일) 06:00 차이 역사 +10,557 새글 모듈: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...
- 05:582023년 11월 19일 (일) 05:58 차이 역사 0 잔글 모듈:Weather box "모듈:Weather box" 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한)) 최신
- 05:582023년 11월 19일 (일) 05:58 차이 역사 +16,981 새글 모듈: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...
- 05:582023년 11월 19일 (일) 05:58 차이 역사 0 잔글 모듈:Br separated entries "모듈:Br separated entries" 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한)) 최신
- 05:582023년 11월 19일 (일) 05:58 차이 역사 +1,545 새글 모듈: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 --...
- 05:562023년 11월 19일 (일) 05:56 차이 역사 0 잔글 모듈:Convert/makeunits "모듈:Convert/makeunits" 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한)) 최신
- 05:562023년 11월 19일 (일) 05:56 차이 역사 +135,580 새글 모듈: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...
- 05:552023년 11월 19일 (일) 05:55 차이 역사 0 잔글 모듈:Convert/text "모듈:Convert/text" 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한)) 최신
- 05:552023년 11월 19일 (일) 05:55 차이 역사 +29,929 새글 모듈: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 = { -- ["로컬 언어 유닛 종류"] = "이_스크립트에_사...
- 05:542023년 11월 19일 (일) 05:54 차이 역사 0 잔글 모듈:Convert/data "모듈:Convert/data" 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한)) 최신
- 05:542023년 11월 19일 (일) 05:54 차이 역사 +180,123 새글 모듈:Convert/data 새 문서: -- 모듈:Convert이 사용하는 변환 데이터입니다. -- mw.loadData()을 통해 읽기 전용으로 접근하므로 문서당 한번씩만 불려집니다. -- 이 모듈을 다른 위키로 복사하기 전 en:Template:Convert/Transwiki guide를 -- 꼭 읽어주세요. -- -- 이곳의 데이터 테이블들은 다음과 같습니다: -- all_units 단위들의 기본 출력값을 포함한 모든 속성들 -- default_exceptions 기본 출력값을...
- 05:532023년 11월 19일 (일) 05:53 차이 역사 0 잔글 모듈:Convert "모듈:Convert" 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한)) 최신
- 05:532023년 11월 19일 (일) 05:53 차이 역사 +135,580 새글 모듈: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년 10월 31일 (화)
- 07:232023년 10월 31일 (화) 07:23 차이 역사 +156 공항철도주식회사 2000호대 전동차 편집 요약 없음
- 07:222023년 10월 31일 (화) 07:22 차이 역사 +28 새글 파일:공항철도 공기청정기1.jpg 편집 요약 없음 최신
- 07:152023년 10월 31일 (화) 07:15 차이 역사 +17 한국철도공사 341000호대 전동차 편집 요약 없음
2023년 10월 29일 (일)
- 19:462023년 10월 29일 (일) 19:46 차이 역사 0 잔글 틀:문서 체계/style.css "틀:문서 체계/style.css" 문서를 보호했습니다 ([편집=관리자만 허용] (무기한) [이동=관리자만 허용] (무기한)) 최신
- 19:462023년 10월 29일 (일) 19:46 차이 역사 +300 새글 틀:문서 체계/style.css 새 문서: .pathnavbox { clear: both; border: 1px outset #eef; padding: 0.3em 0.6em; margin: 0 0 0.5em 0; background-color: #eef; font-size: smaller; } .pathnavbox ul { list-style: none; margin-top: 0; margin-bottom: 0; } .pathnavbox > ul { margin: 0; } .pathnavbox ul li { margin: 0; }
2023년 10월 27일 (금)
- 09:522023년 10월 27일 (금) 09:52 차이 역사 +34 한국철도공사 341000호대 전동차 편집 요약 없음
2023년 10월 26일 (목)
- 00:072023년 10월 26일 (목) 00:07 차이 역사 +5 미디어위키:Liberty-Navbar 편집 요약 없음
2023년 10월 24일 (화)
- 12:352023년 10월 24일 (화) 12:35 차이 역사 +1 한국철도공사 341000호대 전동차 편집 요약 없음