주요 공개 기록
둘러보기로 이동
검색으로 이동
하나님의 교회 지식사전에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.
- 2021년 11월 29일 (월) 10:26 Carnelian 토론 기여님이 모듈:Navbox 문서를 만들었습니다 (새 문서: -- -- This module implements {{Navbox}} -- 이 모듈은 {{둘러보기 상자}}의 구현에 사용됩니다 -- local p = {} local navbar = require('Module:Navbar')._navbar local g...)
- 2021년 11월 29일 (월) 10:26 Carnelian 토론 기여님이 모듈:Navbar 문서를 만들었습니다 (새 문서: local p = {} local getArgs local ul function p.addItem (mini, full, link, descrip, args, url) local l if url then l = {'[', '', ']'} else l = {'', ''} end ul:tag('...)
- 2021년 11월 29일 (월) 10:26 Carnelian 토론 기여님이 모듈:Namespace detect/data 문서를 만들었습니다 (새 문서: -------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds...)
- 2021년 11월 29일 (월) 10:25 Carnelian 토론 기여님이 모듈:Namespace detect/config 문서를 만들었습니다 (새 문서: -------------------------------------------------------------------------------- -- Namespace detect configuration data -- --...)
- 2021년 11월 29일 (월) 10:24 Carnelian 토론 기여님이 모듈:Namespace detect 문서를 만들었습니다 (새 문서: --[[ -------------------------------------------------------------------------------- -- -- --...)
- 2021년 11월 29일 (월) 10:24 Carnelian 토론 기여님이 모듈:Message box/localize 문서를 만들었습니다 (새 문서: -- localize param, message return { type_map = { ['신속'] = 'speedy', ['삭제'] = 'delete', ['내용'] = 'content', ['모양'] = 'style', ['이동'] = 'move', ['보호...)
- 2021년 11월 29일 (월) 10:23 Carnelian 토론 기여님이 모듈:Message box/configuration 문서를 만들었습니다 (새 문서: local ambox = { types = { speedy = { class = 'ambox-speedy', image = 'Ambox warning pn.svg' }, delete = { class = 'ambox-delete', image = 'Ambox warning pn.svg' }...)
- 2021년 11월 29일 (월) 10:23 Carnelian 토론 기여님이 모듈:Message box 문서를 만들었습니다 (새 문서: -- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. r...)
- 2021년 11월 29일 (월) 10:23 Carnelian 토론 기여님이 모듈:Math 문서를 만들었습니다 (새 문서: --This module provides a number of basic mathematical operations. local yesno, getArgs -- lazily initialized local p = {} -- Holds functions to be returned from #invoke, and...)
- 2021년 11월 29일 (월) 10:22 Carnelian 토론 기여님이 모듈:Lua banner 문서를 만들었습니다 (새 문서: -- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMes...)
- 2021년 11월 29일 (월) 10:22 Carnelian 토론 기여님이 모듈:List 문서를 만들었습니다 (새 문서: -- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require('lib...)
- 2021년 11월 29일 (월) 10:21 Carnelian 토론 기여님이 모듈:Langname/data 문서를 만들었습니다 (새 문서: --[[ Module:Langname 의 데이터 파일. 언어 코드와 언어 이름의 대응 관계가 저장된다. lang_names: 언어 코드와 언어 이름의 대응 l...)
- 2021년 11월 29일 (월) 10:21 Carnelian 토론 기여님이 모듈: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:...)
- 2021년 11월 29일 (월) 10:20 Carnelian 토론 기여님이 모듈:InfoboxImage 문서를 만들었습니다 (새 문서: -- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjV...)
- 2021년 11월 29일 (월) 10:20 Carnelian 토론 기여님이 모듈:Infobox 문서를 만들었습니다 (새 문서: -- -- This module implements {{Infobox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local args = {} local origArgs local root local function notempty( s ) ret...)
- 2021년 11월 29일 (월) 10:19 Carnelian 토론 기여님이 모듈:If empty 문서를 만들었습니다 (새 문서: local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:Ifempty', removeBlanks = false}) -- For backwards compatibility r...)
- 2021년 11월 29일 (월) 10:19 Carnelian 토론 기여님이 모듈:ISOdate 문서를 만들었습니다 (새 문서: --[[ This module is intended for processing of date strings. Please do not modify this code without applying the changes first at Module:ISOdate/sandbox and testing at Module:I...)
- 2021년 11월 29일 (월) 10:18 Carnelian 토론 기여님이 모듈:Hangul/data 문서를 만들었습니다 (새 문서: -- data definition local final_vowel = 1 local final_consonant = 2 local final_rieul = 3 local final_unknown = 4 final_map = { ["ㄱ"]= final_consonant, --기역/기윽...)
- 2021년 11월 29일 (월) 10:18 Carnelian 토론 기여님이 모듈:Hangul 문서를 만들었습니다 (새 문서: --[[ 한글 처리 관련 함수 모듈 josa: 자동 조사 처리 함수 this function is inspired by hanp extension: bugzilla:13712 korean lib...)
- 2021년 11월 29일 (월) 09:57 Carnelian 토론 기여님이 모듈:Documentation/config 문서를 만들었습니다 (새 문서: ---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- H...)
- 2021년 11월 29일 (월) 09:57 Carnelian 토론 기여님이 모듈:Documentation 문서를 만들었습니다 (새 문서: -- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Do...)
- 2021년 11월 29일 (월) 09:56 Carnelian 토론 기여님이 모듈:Date2 문서를 만들었습니다 (새 문서: --[[ This module is intended for processing of date strings. Please do not modify this code without applying the changes first at Module:Date/sandbox and testing at Module:Date/...)
- 2021년 11월 29일 (월) 09:56 Carnelian 토론 기여님이 모듈:Date 문서를 만들었습니다 (새 문서: --[[ This module is intended for processing of date strings. Please do not modify this code without applying the changes first at Module:Date/sandbox and testing at Module:Date/...)
- 2021년 11월 29일 (월) 09:55 Carnelian 토론 기여님이 모듈:Coordinates 문서를 만들었습니다 (새 문서: --[[ This module is intended to replace the functionality of {{Coord}} and related templates. It provides several methods, including {{#invoke:Coordinates | coord }} : General funct...)
- 2021년 11월 29일 (월) 09:55 Carnelian 토론 기여님이 모듈:Color contrast/colors 문서를 만들었습니다 (새 문서: return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure...)
- 2021년 11월 29일 (월) 09:54 Carnelian 토론 기여님이 모듈:Color contrast 문서를 만들었습니다 (새 문서: -- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData(...)
- 2021년 11월 29일 (월) 09:53 Carnelian 토론 기여님이 모듈:Citation/CS1/Whitelist 문서를 만들었습니다 (새 문서: --[[--------------------------< P A R A M E T E R S N O T S U P P O R T E D >------------------------------ This is a list of parameters that once were but now are no longer sup...)
- 2021년 11월 29일 (월) 09:53 Carnelian 토론 기여님이 모듈:Citation/CS1/Utilities 문서를 만들었습니다 (새 문서: local z = { error_categories = {}; -- for categorizing citations that contain errors error_ids = {}; message_tail = {}; maintenance_cats = {}; -- for ca...)
- 2021년 11월 29일 (월) 09:52 Carnelian 토론 기여님이 모듈:Citation/CS1/Suggestions 문서를 만들었습니다 (새 문서: --Please insert new suggestions in alphabetical order --The form is ['incorrect'] = 'correct', suggestions = { -- ['acccessdate'] = 'access-date', -- ['accesdate'] = 'access-date', -...)
- 2021년 11월 29일 (월) 09:47 Carnelian 토론 기여님이 모듈:Citation/CS1/Identifiers 문서를 만들었습니다 (새 문서: --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local is_set, in_array, set_error, select_one, add_maint_cat, subs...)
- 2021년 11월 29일 (월) 09:46 Carnelian 토론 기여님이 모듈:Citation/CS1/Configuration 문서를 만들었습니다 (새 문서: local citation_config = {}; -- override <code>...</code> styling to remove color, border, and padding. <code> css is specified here: -- https://git.wikimedia.org/blob/mediawiki%2Fc...)
- 2021년 11월 29일 (월) 09:45 Carnelian 토론 기여님이 모듈:Citation/CS1/COinS 문서를 만들었습니다 (새 문서: --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local is_set, in_array, remove_wiki_link, strip_apostrophe_markup;...)
- 2021년 11월 29일 (월) 09:45 Carnelian 토론 기여님이 모듈:Citation/CS1 문서를 만들었습니다 (새 문서: local cs1 ={}; local ISOdate = require('모듈:ISOdate')._ISOdate -- 로컬: 날짜 변환을 위해 추가 local langdata = mw.loadData('Module:Langname/data') -- 로...)
- 2021년 11월 29일 (월) 09:16 Carnelian 토론 기여님이 모듈: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 ipai...)
- 2021년 11월 29일 (월) 09:15 Carnelian 토론 기여님이 모듈: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...)
- 2021년 11월 29일 (월) 09:15 Carnelian 토론 기여님이 모듈:Category handler/config 문서를 만들었습니다 (새 문서: -------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-spe...)
- 2021년 11월 29일 (월) 09:14 Carnelian 토론 기여님이 모듈:Category handler/blacklist 문서를 만들었습니다 (새 문서: 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 "/" o...)
- 2021년 11월 29일 (월) 09:12 Carnelian 토론 기여님이 모듈:Category handler 문서를 만들었습니다 (새 문서: -- Load required modules local yesno = require('Module:Yesno') -- Lazily load things we don't always need local mShared, mappings local p = {} -------------------------------------...)
- 2021년 11월 26일 (금) 16:36 Resultofunion 토론 기여님이 미디어위키:Minerva.css 문서를 만들었습니다 (새 문서: 최근편집일, 개인정보처리방침, 면책조항 삭제: #footer-info-lastmod, #footer-places-privacy, #footer-places-disclaimer { display:none; } /* 푸터 하나님의...) 태그: 모바일 편집 모바일 웹 편집
- 2021년 11월 25일 (목) 14:57 Resultofunion 토론 기여님이 모듈:Arguments 문서를 만들었습니다 (새 문서: a=1)
- 2021년 11월 24일 (수) 11:07 Carnelian 토론 기여님이 모듈:Arguments 문서를 만들었습니다 (새 문서: -- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directl...)
- 2021년 11월 24일 (수) 11:06 Carnelian 토론 기여님이 틀:Ambox 문서를 만들었습니다 (새 문서: {{#invoke:Message box|ambox}}<noinclude> {{설명문서}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>)
- 2021년 11월 24일 (수) 11:02 Carnelian 토론 기여님이 틀:틀 기타 문서를 만들었습니다 (새 문서: {{#switch: <!--"데모공간"이 따로 주어지지 않으며 자동으로 이름공간을 검출한다. --> {{#if:{{{데모공간|}}} | {{lc: {{{데모공간}}} }} <!--Us...)
- 2021년 11월 24일 (수) 11:01 Carnelian 토론 기여님이 틀:단체정보 문서를 만들었습니다 (새 문서: <onlyinclude>{{Infobox | bodyclass = vcard | bodystyle = {{{bodystyle|}}} | titleclass = fn org | title = {{{name|{{{이름|{{{organization_name|{{{Non-profit_name|{{PAGENAMEBASE}}}}}...)
- 2021년 11월 24일 (수) 11:00 Carnelian 토론 기여님이 틀:그리스도 문서를 만들었습니다 (새 문서: <onlyinclude><includeonly>{{정보상자 | 전체속성 = vcard | 제목 = {{#if:{{{이름|{{{name|}}}}}}|{{{이름|{{{name|}}}}}}|{{PAGENAME}}}} | 작은제목 = {{#if:{{{영어...)
- 2021년 11월 23일 (화) 14:13 Resultofunion 토론 기여님이 미디어위키:Custom-copyright-desc/en 문서를 만들었습니다 (새 문서: Copyright ⓒ World Mission Society Church of God. All rights reserved.)
- 2021년 11월 23일 (화) 14:13 Resultofunion 토론 기여님이 미디어위키:Custom-copyright-desc 문서를 만들었습니다 (새 문서: Copyright ⓒ World Mission Society Church of God. 모든 권리 보유.)
- 2021년 11월 22일 (월) 14:14 Resultofunion 토론 기여님이 파일:FlowerLetter.png 문서를 만들었습니다 (테스트 이미지 {{파일의 설명|설명=꽃|날짜=2021.11.22|저작자=하나님의교회 세계복음선교협회|출처=전산실}})
- 2021년 11월 22일 (월) 14:14 Resultofunion 토론 기여님이 파일:FlowerLetter.png 파일을 올렸습니다 (테스트 이미지 {{파일의 설명|설명=꽃|날짜=2021.11.22|저작자=하나님의교회 세계복음선교협회|출처=전산실}})
- 2021년 11월 19일 (금) 15:21 Resultofunion 토론 기여님이 파일:TEST40.jpg 문서를 삭제했습니다