User contributions for Isaacp
Jump to navigation
Jump to search
1 August 2022
- 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
- 16:0716:07, 29 July 2022 diff hist +528 N Template:틀2 Created page with "<includeonly><!-- Subst of {{Tl2}}follows --><code><nowiki>{{</nowiki>[[:{{{LANG|{{{lang|}}}}}}{{{SISTER|{{{sister|}}}}}}Template:{{{1|}}}|{{#if:{{{alt|}}}|{{{alt|}}}|{{{1|}}}}}]]{{#if:{{{2|}}}||{{{2}}}}}{{#if:{{{3|}}}||{{{3}}}}}<nowiki>}}</nowiki></code><!-- Subst of {{Tl2}} ends --></includeonly><noinclude> <!-- Add categories and interwikis to the /doc subpage, not here! --> <templatedata> { "params": { "1": {}, "2": {}, "3": {}, "LANG": {}, "SIST..." current
- 16:0716:07, 29 July 2022 diff hist +113 N Template:틀 Created page with "{{[[틀:{{{1}}}|{{{1}}}]]}} <noinclude> <templatedata> { "params": { "1": {} } } </templatedata> </noinclude>" current
- 16:0716:07, 29 July 2022 diff hist +325 N Template:테두리색 Created page with "<onlyinclude>:{|class="wikitable" style="background-color:{{{1}}}; text-align:left" |valign="top"| <noinclude><nowiki>{{테두리색|{{{1}}}|</nowiki></noinclude>{{{2}}}<noinclude><nowiki>}}</nowiki></noinclude> |}</onlyinclude> <noinclude> <templatedata> { "params": { "1": {}, "2": {} } } </templatedata> </noinclude>" current
- 16:0616:06, 29 July 2022 diff hist +576 N Template:테두리 Created page with "<onlyinclude><blockquote class="toccolours" style="margin:1px 1px; padding: 10px 15px 10px 15px; display:table; {{{style|}}}"> {{{1|}}}<noinclude>이렇게 테두리 안에 글이 들어갑니다.</noinclude> </blockquote></onlyinclude> == 설명 == 글의 주변을 테두리로 둘러싸고자 할 때 사용됩니다. 틀:인용문과 달리 왼쪽으로 바짝 붙어서 표시됩니다. == 같이 보기 == {{인용문 틀}} {{PAGENAME}}..." current
- 16:0616:06, 29 July 2022 diff hist +6,396 N Module:Format link Created page with "-------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the {{format link}} template. -------------------------------------------------------------------------------- local libraryUtil = require(..." current
- 16:0616:06, 29 July 2022 diff hist +7,451 N Module:Hatnote list Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. Also introd..." current
- 16:0516:05, 29 July 2022 diff hist +4,641 N Module:Labelled list hatnote Created page with "-------------------------------------------------------------------------------- -- Labelled list -- -- -- -- This module does the core work of creating a hatnote composed of a list -- -- prefixed by a colon-terminated label, i.e. "LABEL: [andList of pages]", -- -- for {{see also}} and similar templates...." current
- 16:0516:05, 29 July 2022 diff hist +606 N Template:참고 Created page with "<includeonly>{{#invoke:Labelled list hatnote|labelledList| 문서를 참고하십시오.}}</includeonly><noinclude> == 사용법 == * <nowiki>{{참고|문서}}</nowiki> {{참고|문서}} * <nowiki>{{참고|문서1|문서2|문서3}}</nowiki> {{참고|문서1|문서2|문서3}} * <nowiki>{{참고|문서|설명=이러이러한 내용에 대해서는}}</nowiki> {{참고|문서|설명=이러이러한 내용에 대해서는}} 항목의 레이블을 바꾸려면 l1 ~ l15 변..."
- 16:0416:04, 29 July 2022 diff hist +2,098 N Template:진리책자 Created page with "<onlyinclude>{| class="infobox" style="width:25em;" |- ! style="background:#4C6099; color:#FFFFFF" colspan="2" | <div style="position:relative; width:100%; height:50px; display:table; background:#4C6099;"><div style="position:absolute; bottom:0; right:0;">x45px|link=</div><span style="position:relative; width:100%; display:table-cell; vertical-align:middle; text-align:center; font-size:larger;">'''{{#ifeq:{{{제목|}}}|값찾기|{{#inv..."
- 16:0416:04, 29 July 2022 diff hist +1,982 N Template:정기간행물 Created page with "<onlyinclude>{| class="infobox" |- ! style="background:#4C6099; color:#FFFFFF" colspan="2" | <div style="position:relative; width:100%; height:50px; display:table; background:#4C6099;"><div style="position:absolute; bottom:0; right:0;">x45px|link=</div><span style="position:relative; width:100%; display:table-cell; vertical-align:middle; text-align:center; font-size:larger;">'''{{#ifeq:{{{제목|}}}|값찾기|{{#invoke:ArtworkInfo|get..." current
- 16:0416:04, 29 July 2022 diff hist +1,130 N Template:절기 Created page with "<noinclude> 아래 틀을 복사해서 사용하세요.<br> <nowiki> {{절기 |제목 = |그림 = |명칭 = |이명 = |날짜 = |유래 = |의미 = |의식 = |구약의식 = |신약의식 = |예언성취 = |축복 = }} </nowiki> </noinclude> <onlyinclude> {{정보상자 |제목 = {{{제목|}}} |그림 = {{{그림|}}} |항목모양 = width:25%; |항목1 = 명칭 |내용1 = {{{명칭| }}} |항목2 = 이명 |내용2 = {{{이명| }}} |항목3 = 날짜 |내용3 = {{{날짜..."
- 16:0416:04, 29 July 2022 diff hist +96 N Template:저널 인용 Created page with "<includeonly>{{#invoke:Citation/CS1|citation |CitationClass=journal |df=ymd-all }}</includeonly>" current
- 16:0416:04, 29 July 2022 diff hist +428 N Template:인용문 틀 Created page with "<onlyinclude>{{둘러보기 상자 |이름 = 인용문 틀 |제목 = 인용문 틀의 목록 |내용속성 = hlist |내용1= *{{틀|인용문-테두리}} *{{틀|인용문-따옴표}} *{{틀|인용문-따옴표R}} *{{틀|인용문5}} *{{틀|Sic}} *{{틀|테두리}} *{{틀|테두리색}} *{{틀|토론인용}} *{{틀|인용문-번역}} *{{틀|인용 상자}} }}</onlyinclude> *" current
- 16:0316:03, 29 July 2022 diff hist +871 N Template:인용문5 Created page with "==틀 모양== <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;text-align:justify;margin-bottom:0.8rem;"><p style="margin-bottom: 0.3rem;"><p style="margin-bottom: 0.3rem;">{{{내용|내용}}}</p><p style="text-align:start; margin-bottom:0;">''<b>- {{{출처|출처}}}</b>''</p></div> </onlyinclude> <noinclude> == 사용법 == * 주로 성경 인용문을 본문..." current
- 16:0316:03, 29 July 2022 diff hist +1,374 N Template:인용문2 Created page with "<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-color:#fbfbfb;width:80%;text-align:justify;margin-bottom:0.8rem;margin-left:1.8rem;"> <noinclude>{{lorem ipsum}}</noinclude> {{#if:{{{sign|}}}{{{인용|}}}{{{author|}}}{{{by|}}}{{{personquoted|}}}{{{source|}}}{{{ts|}}}{{{title|}}}{{{publication|}}}{{{quotesource|}}}{{{2|}}}{{{3|}}}{{{4|}}}{{{char|}}}{{{cha..." current
- 16:0316:03, 29 July 2022 diff hist +1,818 N Template:인용문-테두리 Created page with "<onlyinclude><blockquote style="padding: 0em; border: none; font-size: inherit; display: table; {{#switch: {{{4|{{{정렬|}}}}}} | #default = margin: 1em 1.2em; | center = margin: 1em auto; | right = margin: 1em 1.2em; float: right;}}"> {| style="margin: 0em; width: auto; background-color: #D4D4D425;" | style="padding-top: 0.6em; padding-left: 0.4em; vertical-align: top; text-align: left; color: #808080; font-size: {{#if: {{{6|{{{따옴표크기|}}}}}} | {{{6|{{{따옴..." current
- 16:0316:03, 29 July 2022 diff hist +880 N Template:인용문-번역 Created page with "<blockquote class="toccolours" style="float:none; padding: 10px 15px 10px 15px; display:table;"> {{{1<noinclude>|眼色為緣能起眼識。如是三法聚集合故能有所觸。</noinclude>}}} {{#if:{{{2|<noinclude>x</noinclude>}}} |<p style="text-align: right;"> — <cite>{{{2}}}</cite></p>|{{#if:{{{3|}}}|<p> </p>}} }} {{#if:{{{3|<noinclude>x</noinclude>}}}|{{{3<noinclude>|안근과 색경을 연(緣)으로 하여 능히 안식을 일으킨다. 이와 같은..." current