User contributions for Isaacp
Jump to navigation
Jump to search
1 August 2022
- 12:4512:45, 1 August 2022 diff hist +24,621 N Module:Citation/CS1/Utilities/sandbox Created page with "--History of changes since last sync: 2022-01-22 local z = { error_cats_t = {}; -- for categorizing citations that contain errors error_ids_t = {}; -- list of error identifiers; used to prevent duplication of certain errors; local to this module error_msgs_t = {}; -- sequence table of error messages maint_cats_t = {}; -- for categorizing citations that aren't erroneous per se, but could use a little work..." current
- 12:4512:45, 1 August 2022 diff hist +73,669 N Module:Citation/CS1/Identifiers/sandbox Created page with "--History of changes since last sync: 2022-01-22 --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, set_message, select_one, -- functions in Module:Citation/CS1/Utilities substitute, make_wikilink; local z; -- table of tables defined in Module:Citation/CS1/Utilities local cfg; -- table of configuration tables tha..." current
- 12:4512:45, 1 August 2022 diff hist +65,638 N Module:Citation/CS1/Date validation/sandbox Created page with "--History of changes since last sync: 2022-07-01 --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local add_prop_cat, is_set, in_array, set_message, substitute, wrap_style; -- imported functions from selected Module:Citation/CS1/Utilities local cfg; -- table of tables imported from selected Module:Citation/CS1/Configuration --[[--------------------------< F I L E - S C O P E..." current
- 12:4512:45, 1 August 2022 diff hist +14,837 N Module:Citation/CS1/Whitelist/sandbox Created page with "--History of changes since last sync: 2022-01-22 --[[--------------------------< S U P P O R T E D P A R A M E T E R S >-------------------------------------- Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items can have three values: true - these parameters are valid and supported parameters false - these parameters are deprecated but still supported tracked - these parameters are valid and supported parameter..." current
- 12:4412:44, 1 August 2022 diff hist +95,671 N Module:Citation/CS1/Configuration/sandbox Created page with "--History of changes since last sync: 2022-07-01 2022-07-09: i18n change for uncategorized namespaces; see Help_talk:Citation_Style_1#i18n_uncategorized_namespace_list 2022-07-10: add script tag pa; local lang_obj = mw.language.getContentLanguage(); -- make a language object for the local language; used here for languages and dates --[[--------------------------< U N C A T E G O R I Z E D _ N A M E S P A C E S >------------------------------ List of na..." current
- 12:4412:44, 1 August 2022 diff hist +49,319 Module:Citation/CS1/sandbox No edit summary current
- 12:4112:41, 1 August 2022 diff hist +157,866 N Module:Citation/CS1/sandbox Created page with "local z = { error_categories = {}; -- for categorizing citations that contain errors error_ids = {}; message_tail = {}; maintenance_cats = {}; -- for categorizing citations that aren't erroneous per se, but could use a little work properties_cats = {}; -- for categorizing citations based on certain properties, language of source for instance } --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local..."
- 12:3812:38, 1 August 2022 diff hist −32 Module:Citation/CS1 No edit summary
- 12:2712:27, 1 August 2022 diff hist +1 Module:Citation/CS1/Date validation No edit summary
- 12:2412:24, 1 August 2022 diff hist +307 Module:No globals No edit summary current Tag: Manual revert
- 12:0412:04, 1 August 2022 diff hist +56,484 Module:Citation/CS1 No edit summary Tag: Manual revert
- 12:0312:03, 1 August 2022 diff hist −336 Module:Citation/CS1 No edit summary
- 12:0212:02, 1 August 2022 diff hist −149 Module:Citation/CS1 No edit summary
- 12:0212:02, 1 August 2022 diff hist −252 Module:Citation/CS1 No edit summary
- 12:0112:01, 1 August 2022 diff hist −77 Module:Citation/CS1 No edit summary
- 12:0112:01, 1 August 2022 diff hist −50 Module:Citation/CS1 No edit summary
- 12:0012:00, 1 August 2022 diff hist −84 Module:Citation/CS1 No edit summary
- 12:0012:00, 1 August 2022 diff hist −46 Module:Citation/CS1 No edit summary
- 11:5911:59, 1 August 2022 diff hist −520 Module:Citation/CS1/Date validation No edit summary
- 11:5611:56, 1 August 2022 diff hist −307 Module:No globals Blanked the page Tag: Blanking
- 11:5311:53, 1 August 2022 diff hist 0 Module:Citation/CS1 No edit summary Tag: Manual revert
- 11:5311:53, 1 August 2022 diff hist −55,490 Module:Citation/CS1 No edit summary Tag: Manual revert
- 11:5111:51, 1 August 2022 diff hist +12,811 N Module:Math Created page with "--This module provides a number of basic mathematical operations. local yesno, getArgs -- lazily initialized local p = {} -- Holds functions to be returned from #invoke, and functions to make available to other Lua modules. local wrap = {} -- Holds wrapper functions that process arguments from #invoke. These act as intemediary between functions meant for #invoke and functions meant for Lua. --Helper functions used to avoid redundant code. local function..." current
- 11:5111:51, 1 August 2022 diff hist +2,128 N Module:Langname Created page with "--This module provides a language name handling operations based on ISO 639 and Unicode CLDR information. - ChongDae local lang = {} local langdata = mw.loadData('Module:Langname/data') local lang_name = langdata.lang_name local lang_autonym = langdata.lang_autonym local lang_article = langdata.lang_article local lang_wikipedia = langdata.lang_wikipedia ---- Helper functions -- local function getCldrName(code) local name = mw.language.fetchLanguage..." current
- 11:5011:50, 1 August 2022 diff hist +10,432 N Module:InfoboxImage Created page with "-- 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 (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to yes, if th..." current
- 11:4911:49, 1 August 2022 diff hist +4,142 N Module:Hangul/data Created page with "-- data definition local final_vowel = 1 local final_consonant = 2 local final_rieul = 3 local final_unknown = 4 final_map = { ["ㄱ"]= final_consonant, --기역/기윽 ["ㄴ"]= final_consonant, --니은 ["ㄷ"]= final_consonant, --디귿/디읃 ["ㄹ"]= final_rieul, --리을 ["ㅁ"]= final_consonant, --미음 ["ㅂ"]= final_consonant, --비읍 ["ㅅ"]= final_consonant, --시옷/시읏 ["ㅇ"]= final_consonant,..." current
- 11:4911:49, 1 August 2022 diff hist +3,620 N Module:Hangul Created page with "--한글 처리 관련 함수 모듈 josa: 자동 조사 처리 함수 this function is inspired by hanp extension: bugzilla:13712 korean library: http://pythonhosted.org/korean/ -- local func = {} local ustring = mw.ustring local handata = mw.loadData('Module:Hangul/data') -- load to local variables local final_map = handata.final_map local final_vowel = handata.final_vowel local final_consonant = handata.final_consonant..." current
- 11:4811:48, 1 August 2022 diff hist +47,959 N Module:Date Created page with "-- Date functions for use by other modules. -- I18N and time zones are not supported. local MINUS = '−' -- Unicode U+2212 MINUS SIGN local floor = math.floor local Date, DateDiff, diffmt -- forward declarations local uniq = { 'unique identifier' } local function is_date(t) -- The system used to make a date read-only means there is no unique -- metatable that is conveniently accessible to check. return type(t) == 'table' and t._id == uniq end local function is_..." current
- 11:4811:48, 1 August 2022 diff hist +23,774 N Module:Coordinates Created page with "--[[ This module is intended to replace the functionality of {{Coord}} and related templates. It provides several methods, including {{#invoke:Coordinates | coord }} : General function formatting and displaying coordinate values. {{#invoke:Coordinates | dec2dms }} : Simple function for converting decimal degree values to DMS format. {{#invoke:Coordinates | dms2dec }} : Simple function for converting DMS format to decimal degree format. {{#invoke:Coordinates | link }..." current
- 11:4411:44, 1 August 2022 diff hist +55,490 Module:Citation/CS1 No edit summary Tag: Manual revert
- 11:4211:42, 1 August 2022 diff hist +12,636 N Module:Langname/data Created page with "--[[ Module:Langname 의 데이터 파일. 언어 코드와 언어 이름의 대응 관계가 저장된다. lang_names: 언어 코드와 언어 이름의 대응 lang_articles: 언어 이름과 실제 위키백과 문서가 기술적 이유로 다른 경우. lang_wikipedia: ISO 코드를 따르지 않는 위키백과 코드. ]] local langdata = {} -- 언어 이름과 실제 문서가 다른 경우 langdata.lang_article = { ["ber"] = "베르..." current
- 11:4111:41, 1 August 2022 diff hist +16,087 N Module:DateI18n Created page with "--[[ __ __ _ _ ____ _ ___ _ ___ | \/ | ___ __| |_ _| | ___ _| _ \ __ _| |_ ___|_ _/ |( _ ) _ __ | |\/| |/ _ \ / _` | | | | |/ _ (_) | | |/ _` | __/ _ \| || |/ _ \| '_ \ | | | | (_) | (_| | |_| | | __/_| |_| | (_| | || __/| || | (_) | | | | |_| |_|\___/ \__,_|\__,_|_|\___(_)____/ \__,_|\__\___|___|_|\___/|_| |_| This module is intended for processing of date strings. Please do not modify this code wi..." current
- 11:4011:40, 1 August 2022 diff hist 0 Module:Citation/CS1 No edit summary
- 11:3911:39, 1 August 2022 diff hist +8,684 N Module:ISOdate Created page with "--[[ 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:ISOdate/sandbox/testcases and Module talk:ISOdate/sandbox/testcases. Authors and maintainers: * User:Parent5446 - original version of the function mimicking template:ISOdate * User:Jarekt - original version of the functions mimicking template:Date and template:ISOyear ]] local p = {} --..." current
- 11:3911:39, 1 August 2022 diff hist −55,490 Module:Citation/CS1 No edit summary
29 July 2022
- 16:4216:42, 29 July 2022 diff hist −3 The Church of God in San Diego, CA, USA No edit summary Tag: Manual revert
- 16:4216:42, 29 July 2022 diff hist −9 Template:Church No edit summary
- 16:4016:40, 29 July 2022 diff hist −2,007 Template:지역교회 Redirected page to Template:Church current Tag: New redirect
- 16:3616:36, 29 July 2022 diff hist +6 The Church of God in San Diego, CA, USA No edit summary
- 16:3116:31, 29 July 2022 diff hist −7 The Church of God in San Diego, CA, USA No edit summary
- 16:3116:31, 29 July 2022 diff hist +3 Template:Church No edit summary
- 16:2916:29, 29 July 2022 diff hist +3 The Church of God in San Diego, CA, USA No edit summary
- 16:2816:28, 29 July 2022 diff hist +1 The Church of God in San Diego, CA, USA No edit summary
- 16:2816:28, 29 July 2022 diff hist +3 Template:지역교회 No edit summary
- 16:2316:23, 29 July 2022 diff hist −12 The Church of God in San Diego, CA, USA No edit summary
- 16:2116:21, 29 July 2022 diff hist −5 The Church of God in San Diego, CA, USA No edit summary Tag: Manual revert
- 16:1216:12, 29 July 2022 diff hist +9 The Church of God in San Diego, CA, USA No edit summary
- 16:1116:11, 29 July 2022 diff hist −4 The Church of God in San Diego, CA, USA No edit summary Tag: Manual revert
- 16:0716:07, 29 July 2022 diff hist +5,837 N Template:하나님의 교회 둘러보기 Created page with "{{둘러보기 상자 |이름 = |제목 = <big>'''하나님의교회 세계복음선교협회'''</big><br>(World Mission Society Church of God) |그림 = 150px |전체속성 = hlist | above = ''' 하나님의 교회는 1964년 안상홍님에 의해 설립됐다. 성경대로 아버지 하나님과 어머니 하나님을 믿고 그 가르..."
- 16:0716:07, 29 July 2022 diff hist +1,002 N Template:파일의 설명/ko Created page with "<languages /> <!--T:1--> <table style="padding: 4px; background-color: whitesmoke;border: 1px solid darkgrey;" class="fileinfotpl"> <tr> <th style="background: #ccf;text-align: right; padding: 6px;">설명</th> <td style="padding: 6px;" class="fileinfotpl_desc">{{{설명}}}</td> </tr> <tr> <th style="background: #ccf;text-align: right; padding: 6px;">날짜</th> <td style="padding: 6px;" class="fileinfotpl_date">{{{날짜}}}</..." current