Carnelian의 사용자 기여
둘러보기로 이동
검색으로 이동
2021년 11월 29일 (월)
- 10:362021년 11월 29일 (월) 10:36 차이 역사 +853 새글 틀:Citation Style documentation/chapter 새 문서: * '''{{#switch:{{{title_title}}} | booktitle = booktitle | #default = 장}}''': 장(chapter)의 제목. 위키 링크를 직접 걸거나 따로 '''장url'''를 쓸 수 있음. 그러... 최신
- 10:352021년 11월 29일 (월) 10:35 차이 역사 +1,818 새글 틀:Citation Style documentation/author 새 문서: * <span id="csdoc_author"></span>'''성''': 저자의 성(last name). 위키 링크를 걸려면 '''저자링크'''를 사용해야 함. 성·이름을 구분하지 않고 한국 이... 최신
- 10:332021년 11월 29일 (월) 10:33 차이 역사 +1,077 새글 틀:Citation Style documentation 새 문서: <includeonly>{{Citation Style documentation/{{{1|}}} |aliases={{{aliases|}}} |aliases2={{{aliases2|}}} |type_default={{{type_default|}}} |title_format={{{title_format|}}} |title_title... 최신
- 10:322021년 11월 29일 (월) 10:32 차이 역사 +33 새글 틀:Category handler 새 문서: {{#invoke:Category handler|main}} 최신
- 10:292021년 11월 29일 (월) 10:29 차이 역사 +826 새글 모듈:Yesno 새 문서: -- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses no... 최신
- 10:292021년 11월 29일 (월) 10:29 차이 역사 +36,474 새글 모듈:Wikidata 새 문서: -- vim: set noexpandtab ft=lua ts=4 sw=4: require('Module:No globals') local p = {} local debug = false ----------------------------------------------------------------------------... 최신
- 10:282021년 11월 29일 (월) 10:28 차이 역사 +12,326 새글 모듈:TableTools 새 문서: --[[ ------------------------------------------------------------------------------------ -- TableTools -- --... 최신
- 10:282021년 11월 29일 (월) 10:28 차이 역사 +18,041 새글 모듈:String 새 문서: --[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture.... 최신
- 10:272021년 11월 29일 (월) 10:27 차이 역사 +3,561 새글 모듈:Side box 새 문서: -- This module implements {{side box}}. local yesno = require('Module:Yesno') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k,... 최신
- 10:272021년 11월 29일 (월) 10:27 차이 역사 +307 새글 모듈:No globals 새 문서: local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newindex(t,... 최신
- 10:262021년 11월 29일 (월) 10:26 차이 역사 +14,964 새글 모듈:Navbox 새 문서: -- -- This module implements {{Navbox}} -- 이 모듈은 {{둘러보기 상자}}의 구현에 사용됩니다 -- local p = {} local navbar = require('Module:Navbar')._navbar local g... 최신
- 10:262021년 11월 29일 (월) 10:26 차이 역사 +3,156 새글 모듈: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('... 최신
- 10:262021년 11월 29일 (월) 10:26 차이 역사 +2,641 새글 모듈:Namespace detect/data 새 문서: -------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds... 최신
- 10:252021년 11월 29일 (월) 10:25 차이 역사 +3,660 새글 모듈:Namespace detect/config 새 문서: -------------------------------------------------------------------------------- -- Namespace detect configuration data -- --... 최신
- 10:242021년 11월 29일 (월) 10:24 차이 역사 +5,992 새글 모듈:Namespace detect 새 문서: --[[ -------------------------------------------------------------------------------- -- -- --... 최신
- 10:242021년 11월 29일 (월) 10:24 차이 역사 +1,481 새글 모듈:Message box/localize 새 문서: -- localize param, message return { type_map = { ['신속'] = 'speedy', ['삭제'] = 'delete', ['내용'] = 'content', ['모양'] = 'style', ['이동'] = 'move', ['보호... 최신
- 10:232021년 11월 29일 (월) 10:23 차이 역사 +5,723 새글 모듈:Message box/configuration 새 문서: local ambox = { types = { speedy = { class = 'ambox-speedy', image = 'Ambox warning pn.svg' }, delete = { class = 'ambox-delete', image = 'Ambox warning pn.svg' }... 최신
- 10:232021년 11월 29일 (월) 10:23 차이 역사 +17,744 새글 모듈: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... 최신
- 10:232021년 11월 29일 (월) 10:23 차이 역사 +12,811 새글 모듈: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... 최신
- 10:222021년 11월 29일 (월) 10:22 차이 역사 +2,506 새글 모듈: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... 최신
- 10:222021년 11월 29일 (월) 10:22 차이 역사 +5,154 새글 모듈: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... 최신
- 10:212021년 11월 29일 (월) 10:21 차이 역사 +12,450 새글 모듈:Langname/data 새 문서: --[[ Module:Langname 의 데이터 파일. 언어 코드와 언어 이름의 대응 관계가 저장된다. lang_names: 언어 코드와 언어 이름의 대응 l... 최신
- 10:212021년 11월 29일 (월) 10:21 차이 역사 +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:... 최신
- 10:202021년 11월 29일 (월) 10: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... 최신
- 10:202021년 11월 29일 (월) 10: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... 최신
- 10:192021년 11월 29일 (월) 10: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... 최신
- 10:192021년 11월 29일 (월) 10: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... 최신
- 10:182021년 11월 29일 (월) 10: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, --기역/기윽... 최신
- 10:182021년 11월 29일 (월) 10:18 차이 역사 +3,620 새글 모듈:Hangul 새 문서: --[[ 한글 처리 관련 함수 모듈 josa: 자동 조사 처리 함수 this function is inspired by hanp extension: bugzilla:13712 korean lib... 최신
- 09:572021년 11월 29일 (월) 09:57 차이 역사 +18,847 새글 모듈:Documentation/config 새 문서: ---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- H... 최신
- 09:572021년 11월 29일 (월) 09: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... 최신
- 09:562021년 11월 29일 (월) 09: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/... 최신
- 09:562021년 11월 29일 (월) 09: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/... 최신
- 09:552021년 11월 29일 (월) 09: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... 최신
- 09:552021년 11월 29일 (월) 09:55 차이 역사 +6,119 새글 모듈:Color contrast/colors 새 문서: return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure... 최신
- 09:542021년 11월 29일 (월) 09:54 차이 역사 +6,632 새글 모듈:Color contrast 새 문서: -- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData(... 최신
- 09:532021년 11월 29일 (월) 09: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... 최신
- 09:532021년 11월 29일 (월) 09:53 차이 역사 +15,353 새글 모듈:Citation/CS1/Utilities 새 문서: local z = { error_categories = {}; -- for categorizing citations that contain errors error_ids = {}; message_tail = {}; maintenance_cats = {}; -- for ca... 최신
- 09:522021년 11월 29일 (월) 09: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', -... 최신
- 09:472021년 11월 29일 (월) 09: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... 최신
- 09:462021년 11월 29일 (월) 09: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...
- 09:452021년 11월 29일 (월) 09: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;... 최신
- 09:452021년 11월 29일 (월) 09:45 차이 역사 +150,894 새글 모듈:Citation/CS1 새 문서: local cs1 ={}; local ISOdate = require('모듈:ISOdate')._ISOdate -- 로컬: 날짜 변환을 위해 추가 local langdata = mw.loadData('Module:Langname/data') -- 로...
- 09:162021년 11월 29일 (월) 09: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... 최신
- 09:152021년 11월 29일 (월) 09: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... 최신
- 09:152021년 11월 29일 (월) 09:15 차이 역사 +5,755 새글 모듈:Category handler/config 새 문서: -------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-spe... 최신
- 09:142021년 11월 29일 (월) 09: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... 최신
- 09:122021년 11월 29일 (월) 09: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 = {} -------------------------------------... 최신
- 09:102021년 11월 29일 (월) 09:10 차이 역사 +10,054 모듈:Arguments 편집 요약 없음 최신
2021년 11월 24일 (수)
- 11:072021년 11월 24일 (수) 11: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... 최신