Carnelian의 사용자 기여
둘러보기로 이동
검색으로 이동
2021년 11월 29일 (월)
- 01:202021년 11월 29일 (월) 01:20 차이 역사 +10,432 새글 모듈: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... 최신
- 01:202021년 11월 29일 (월) 01:20 차이 역사 +17,254 새글 모듈:Infobox 새 문서: -- -- This module implements {{Infobox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local args = {} local origArgs local root local function notempty( s ) ret... 최신
- 01:192021년 11월 29일 (월) 01:19 차이 역사 +1,016 새글 모듈:If empty 새 문서: local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:Ifempty', removeBlanks = false}) -- For backwards compatibility r... 최신
- 01:192021년 11월 29일 (월) 01:19 차이 역사 +6,696 새글 모듈: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... 최신
- 01:182021년 11월 29일 (월) 01:18 차이 역사 +4,142 새글 모듈:Hangul/data 새 문서: -- data definition local final_vowel = 1 local final_consonant = 2 local final_rieul = 3 local final_unknown = 4 final_map = { ["ㄱ"]= final_consonant, --기역/기윽... 최신
- 01:182021년 11월 29일 (월) 01:18 차이 역사 +3,620 새글 모듈:Hangul 새 문서: --[[ 한글 처리 관련 함수 모듈 josa: 자동 조사 처리 함수 this function is inspired by hanp extension: bugzilla:13712 korean lib... 최신
- 00:572021년 11월 29일 (월) 00:57 차이 역사 +18,847 새글 모듈:Documentation/config 새 문서: ---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- H... 최신
- 00:572021년 11월 29일 (월) 00:57 차이 역사 +36,529 새글 모듈:Documentation 새 문서: -- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Do... 최신
- 00:562021년 11월 29일 (월) 00:56 차이 역사 +6,141 새글 모듈: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/... 최신
- 00:562021년 11월 29일 (월) 00:56 차이 역사 +15,434 새글 모듈: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/... 최신
- 00:552021년 11월 29일 (월) 00:55 차이 역사 +23,756 새글 모듈:Coordinates 새 문서: --[[ This module is intended to replace the functionality of {{Coord}} and related templates. It provides several methods, including {{#invoke:Coordinates | coord }} : General funct... 최신
- 00:552021년 11월 29일 (월) 00:55 차이 역사 +6,119 새글 모듈:Color contrast/colors 새 문서: return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure... 최신
- 00:542021년 11월 29일 (월) 00:54 차이 역사 +6,632 새글 모듈:Color contrast 새 문서: -- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData(... 최신
- 00:532021년 11월 29일 (월) 00:53 차이 역사 +26,177 새글 모듈: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... 최신
- 00:532021년 11월 29일 (월) 00:53 차이 역사 +15,353 새글 모듈:Citation/CS1/Utilities 새 문서: local z = { error_categories = {}; -- for categorizing citations that contain errors error_ids = {}; message_tail = {}; maintenance_cats = {}; -- for ca... 최신
- 00:522021년 11월 29일 (월) 00:52 차이 역사 +6,071 새글 모듈:Citation/CS1/Suggestions 새 문서: --Please insert new suggestions in alphabetical order --The form is ['incorrect'] = 'correct', suggestions = { -- ['acccessdate'] = 'access-date', -- ['accesdate'] = 'access-date', -... 최신
- 00:472021년 11월 29일 (월) 00:47 차이 역사 +49,854 새글 모듈: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... 최신
- 00:462021년 11월 29일 (월) 00:46 차이 역사 +65,888 새글 모듈: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...
- 00:452021년 11월 29일 (월) 00:45 차이 역사 +15,310 새글 모듈: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;... 최신
- 00:452021년 11월 29일 (월) 00:45 차이 역사 +150,894 새글 모듈:Citation/CS1 새 문서: local cs1 ={}; local ISOdate = require('모듈:ISOdate')._ISOdate -- 로컬: 날짜 변환을 위해 추가 local langdata = mw.loadData('Module:Langname/data') -- 로...
- 00:162021년 11월 29일 (월) 00:16 차이 역사 +888 새글 모듈: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... 최신
- 00:152021년 11월 29일 (월) 00:15 차이 역사 +631 새글 모듈: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... 최신
- 00:152021년 11월 29일 (월) 00:15 차이 역사 +5,755 새글 모듈:Category handler/config 새 문서: -------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-spe... 최신
- 00:142021년 11월 29일 (월) 00:14 차이 역사 +536 새글 모듈: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... 최신
- 00:122021년 11월 29일 (월) 00:12 차이 역사 +6,736 새글 모듈:Category handler 새 문서: -- Load required modules local yesno = require('Module:Yesno') -- Lazily load things we don't always need local mShared, mappings local p = {} -------------------------------------... 최신
- 00:102021년 11월 29일 (월) 00:10 차이 역사 +10,054 모듈:Arguments 편집 요약 없음 최신
2021년 11월 24일 (수)
- 02:072021년 11월 24일 (수) 02:07 차이 역사 +10,054 새글 모듈: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... 최신
- 02:062021년 11월 24일 (수) 02:06 차이 역사 +145 새글 틀:Ambox 새 문서: {{#invoke:Message box|ambox}}<noinclude> {{설명문서}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude> 최신
- 02:022021년 11월 24일 (수) 02:02 차이 역사 +585 새글 틀:틀 기타 새 문서: {{#switch: <!--"데모공간"이 따로 주어지지 않으며 자동으로 이름공간을 검출한다. --> {{#if:{{{데모공간|}}} | {{lc: {{{데모공간}}} }} <!--Us...
- 02:012021년 11월 24일 (수) 02:01 차이 역사 +6,141 새글 틀:단체정보 새 문서: <onlyinclude>{{Infobox | bodyclass = vcard | bodystyle = {{{bodystyle|}}} | titleclass = fn org | title = {{{name|{{{이름|{{{organization_name|{{{Non-profit_name|{{PAGENAMEBASE}}}}}...
- 02:002021년 11월 24일 (수) 02:00 차이 역사 +2,584 새글 틀:그리스도 새 문서: <onlyinclude><includeonly>{{정보상자 | 전체속성 = vcard | 제목 = {{#if:{{{이름|{{{name|}}}}}}|{{{이름|{{{name|}}}}}}|{{PAGENAME}}}} | 작은제목 = {{#if:{{{영어...
2021년 11월 12일 (금)
- 02:152021년 11월 12일 (금) 02:15 차이 역사 +150,894 새글 모듈:Citation/CS1 새 문서: local cs1 ={}; local ISOdate = require('모듈:ISOdate')._ISOdate -- 로컬: 날짜 변환을 위해 추가 local langdata = mw.loadData('Module:Langname/data') -- 로... 최신
- 02:132021년 11월 12일 (금) 02:13 차이 역사 +19 대문 편집 요약 없음 태그: 되돌려진 기여
- 01:442021년 11월 12일 (금) 01:44 차이 역사 +250 새글 틀:정보상자 새 문서: {{#invoke:Infobox|infobox}}<includeonly>{{틀 기타|{{#ifeq:{{PAGENAME}}|정보상자||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|정보상자|분류:정보상자 틀|{{remove first wo... 최신
- 01:442021년 11월 12일 (금) 01:44 차이 역사 +34 새글 틀:Infobox 틀:정보상자 문서로 넘겨주기 최신 태그: 새 넘겨주기
- 01:432021년 11월 12일 (금) 01:43 차이 역사 −2,645 틀:지역교회 편집 요약 없음
- 01:432021년 11월 12일 (금) 01:43 차이 역사 +7,417 새글 틀:지역교회 새 문서: <onlyinclude>{{Infobox | bodyclass = vcard | bodystyle = {{{bodystyle|}}} | titleclass = fn org | title = {{{name|{{{이름|{{{organization_name|{{{Non-profit_name|{{PAGENAMEBASE}}}}}...
- 01:392021년 11월 12일 (금) 01:39 차이 역사 −50 틀:인용문 →사용법
- 01:372021년 11월 12일 (금) 01:37 차이 역사 +1,999 새글 틀:인용문 새 문서: ==틀 모양== <onlyinclude><blockquote style="padding: 0em; border: none; font-size: inherit; display: table; {{#switch: {{{4|{{{정렬|}}}}}} | #default = margin: 1em 1.2em; | cente...
- 01:272021년 11월 12일 (금) 01:27 차이 역사 +942 새글 틀:인용문5 새 문서: ==틀 모양== <onlyinclude> <div style="font-size:1em;border:1px solid #5c92b8;border-style:none;border-radius:0 5px 5px 0;border-left:4px solid #5c92b8;padding:10px 20px;background-...
- 01:142021년 11월 12일 (금) 01:14 차이 역사 +41 틀:인용 편집 요약 없음 최신
- 01:132021년 11월 12일 (금) 01:13 차이 역사 +897 틀:웹 인용 편집 요약 없음 최신
- 01:122021년 11월 12일 (금) 01:12 차이 역사 +106 틀:웹 인용/doc 편집 요약 없음 최신
- 00:552021년 11월 12일 (금) 00:55 차이 역사 +582 새글 틀:인용 새 문서: <includeonly>{{#invoke:citation/CS1|citation |CitationClass=citation |df=ymd-all }}</includeonly> <noinclude> ==사용법== 아래 인용 틀을 복사해서 사용하세요. 제목...
- 00:522021년 11월 12일 (금) 00:52 차이 역사 +83 새글 틀:설명문서 새 문서: {{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}} 최신
- 00:512021년 11월 12일 (금) 00:51 차이 역사 +17 틀:웹 인용 편집 요약 없음
- 00:512021년 11월 12일 (금) 00:51 차이 역사 −8 틀:웹 인용/doc 편집 요약 없음
- 00:502021년 11월 12일 (금) 00:50 차이 역사 +828 새글 틀:웹 인용/doc 새 문서: == 사용법 == 아래 빈 틀을 복사하여 사용하세요. 각 변수 사이는 파이프(|)로 구분합니다. 변수를 공란으로 두면 표시되지 않습니다. 쓰...
- 00:432021년 11월 12일 (금) 00:43 차이 역사 +116 새글 틀:웹 인용 새 문서: <includeonly>{{#invoke:citation/CS1|citation |CitationClass=web |df=ymd-all }}</includeonly><noinclude> </noinclude>
- 00:212021년 11월 12일 (금) 00:21 차이 역사 +5,520 대문 편집 요약 없음