가리키는 글의 최근 바뀜

해당 문서에 연결된 문서의 변경사항을 확인하려면 문서 이름을 입력하십시오. (분류에 들어있는 문서를 보려면 분류:분류명으로 입력하십시오). 내 주시문서 목록에 있는 문서의 변경사항은 굵게 나타납니다.

최근 바뀜 설정 최근 1 | 3 | 7 | 14 | 30일간의 50 | 100 | 250 | 500개 바뀐 문서 보기
등록된 사용자 숨기기 | 익명 사용자를 숨기기 | 내 편집 숨기기 | 보이기 | 잔글 숨기기 | 문서 분류 보이기 | 위키데이터 보이기
2024년 5월 27일 (월) 11:04부터 시작하는 새로 바뀐 문서 보기
 
문서 이름:
약어 목록:
위키데이터 편집
새글
새 문서 (새 문서 목록도 보세요)
잔글
사소한 편집
봇이 수행한 편집
(±123)
바이트 수로 표현한 문서 크기의 차이
임시 주시 문서

2024년 5월 27일 (월)

  • 차이역사 모듈:languages 10:52 −40,031Dolab0526 토론 기여(Dolab0526 (토론)의 4065803 판 편집을 되돌림) 태그: 편집 취소
  • 차이역사 모듈:ko 10:34 +4Dolab0526 토론 기여
  • 차이역사 새글 모듈:languages/data/2 10:30 +58,903Dolab0526 토론 기여(새 문서: local m_lang = require("Module:languages") local m_langdata = require("Module:languages/data") local u = require("Module:string utilities").char local c = m_langdata.chars local p = m_langdata.puaChars local s = m_langdata.shared -- Ideally, we want to move these into Module:languages/data, but because (a) it's necessary to use require on that module, and (b) they're only used in this data module, it's less memory-efficient to do that at the moment. If it becomes possible...)
  • 차이역사 모듈:fun 10:26 +4,178Dolab0526 토론 기여
  • 차이역사 모듈:scripts/data 09:53 +33,009Dolab0526 토론 기여
  • 차이역사 모듈:scripts 09:48 +5,164Dolab0526 토론 기여
  • 차이역사 새글 모듈:string/char 09:44 +1,019Dolab0526 토론 기여(새 문서: local char = string.char local concat = table.concat local tonumber = tonumber local function err(cp) error("Codepoint " .. cp .. " is out of range: codepoints must be between 0x0 and 0x10FFFF.", 2) end local function utf8_char(cp) cp = tonumber(cp) if cp < 0 then err("-0x" .. ("%X"):format(-cp + 1)) elseif cp < 0x80 then return char(cp) elseif cp < 0x800 then return char( 0xC0 + cp / 0x40, 0x80 + cp % 0x40 ) elseif cp < 0x10000 then if cp >= 0xD800 and c...)
  • 차이역사 새글 모듈:languages/data 09:43 +7,053Dolab0526 토론 기여(새 문서: local table = table local insert = table.insert local u = require("Module:string/char") local export = {} -- UTF-8 encoded strings for some commonly-used diacritics. local c = { grave = u(0x0300), acute = u(0x0301), circ = u(0x0302), tilde = u(0x0303), macron = u(0x0304), overline = u(0x0305), breve = u(0x0306), dotabove = u(0x0307), diaer = u(0x0308), ringabove = u(0x030A), dacute = u(0x030B), caron = u(0x030C), lineabove = u(0x030D), dgrav...)
  • 차이역사 새글 모듈:languages/data/3/m 09:42 +37,498Dolab0526 토론 기여(새 문서: local m_lang = require("Module:languages") local m_langdata = require("Module:languages/data") local u = require("Module:string utilities").char local c = m_langdata.chars local p = m_langdata.puaChars local s = m_langdata.shared local m = {} m["maa"] = { "San Jerónimo Tecóatl Mazatec", 7692927, "omq-maz", "Latn", } m["mab"] = { "Yutanduchi Mixtec", 12645448, "omq-mxt", "Latn", } m["mad"] = { "Madurese", 36213, "poz-msa", "Latn", } m["mae"] = { "Bo-Rukul",...)
  • 차이역사 모듈:languages 09:41 +40,031Dolab0526 토론 기여태그: 되돌려진 기여

2024년 5월 26일 (일)

2024년 5월 25일 (토)

  • 차이역사 새글 모듈:ko-pron/new 22:59 +23,348Dolab0526 토론 기여(새 문서: local export = {} local m_data = mw.loadData("Module:ko-pron/data") local m_ko_utilities = require("Module:ko") local m_str_utils = require("Module:string utilities") local codepoint = m_str_utils.codepoint local concat = table.concat local floor = math.floor local gmatch = m_str_utils.gmatch local gsub = m_str_utils.gsub local insert = table.insert local len = m_str_utils.len local match = m_str_utils.match local pattern_escape = m_str_utils.pattern_escape local sub = m_str_u...)
  • 차이역사 모듈:ko-pron/data 21:55 +25,854Dolab0526 토론 기여

2024년 5월 23일 (목)

2024년 5월 22일 (수)