모든 공개 기록

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

기록 목록
  • 2024년 4월 5일 (금) 02:40 211.185.136.114 토론님이 임태훈 문서를 만들었습니다 (새 문서: '''임태훈'''은 다음 사람 등을 가리킨다. * 임태훈(1976~): 대한민국의 인권활동가. 군인권센터 소장 * 임태훈(林泰勳, 1988~): 대한민국의 야구 선수 * 임태훈: 대한민국의 소설가 == 같이 보기 == * {{in title|임태훈}} {{동명이인}} {{퍼온문서|임태훈}})
  • 2024년 3월 9일 (토) 05:53 211.185.136.114 토론님이 모듈:Delink 문서를 만들었습니다 (새 문서: -- This module de-links most wikitext. require("strict") local p = {} local getArgs local function delinkReversePipeTrick(s) if s:match("^%[%[|.*[|\n]") then -- Check for newlines or multiple pipes. return s end return s:match("%[%[|(.*)%]%]") end local function delinkPipeTrick(s) -- We need to deal with colons, brackets, and commas, per Help:Pipe trick. -- First, remove the text before the first colon, if any. if s:match(":") then s = s:match("%[%[.-:(.*)|%]...)