Todos los registros públicos

Vista combinada de todos los registros de Enciclopedia de conocimiento de la Iglesia de Dios. Puedes filtrar la vista seleccionando un tipo de registro, el nombre del usuario o la página afectada. Se distinguen mayúsculas de minúsculas.

Registros
(recientes | primeras) Ver ( | 50 anteriores) (20 | 50 | 100 | 250 | 500).
  • 06:48 25 abr 2023 Pyc1948 discusión contribs. creó la página Módulo:Bar box (Página creada con «local getArgs = require('Módulo:Arguments').getArgs local yesno = require('Módulo:Yesno') local function is(v) return (v or '') ~= '' end local function widths(w,d) local width = is(w) and w or d if tonumber(width) then width = width .. 'px' end return width end local p = {} function p._box(args) local width = widths(args.width,'auto') local class = 'barbox' if args.float == 'left' or args.float == 'right' or args.float == 'none' then class = 'barbox…»)
  • 06:48 25 abr 2023 Pyc1948 discusión contribs. creó la página Módulo:Bandera/tests (Página creada con «-- Tests para Module:Demo. El resultado está en la página de discusión. local p = require('Module:UnitTests') function p:test_sinBandera() self:preprocess_equals('{{#invoke:bandera|llamadaDesdeUnaPlantilla|sinBandera|20px Prusiano}}', 'Prusiano') self:preprocess_equals('{{#invoke:bandera|llamadaDesdeUnaPlantilla|sinBandera|{{ESP}}}}', '{{co|España}}España') self:preprocess_equals('{{#invok…»)
  • 06:47 25 abr 2023 Pyc1948 discusión contribs. creó la página Módulo:Bandera/doc (Página creada con «== Funciones == ===Bandera=== Esta función vale para obtener la bandera de una entidad dada o en caso de no existir solo se recuperaría el nombre enlazado o de no existir un artículo solo el nombre. Dispone de una única función <code>bandera</code>. Como parámetro obligatorio hay que aportar el id de la entidad. ==== Parámetros ==== ::<code><nowiki>{{#invoke:Bandera|bandera|<id entidad>[|<tamaño>|<opciones>|nombre=<nombre de etiqueta>]}}</nowiki></code> ;1…»)
  • 06:46 25 abr 2023 Pyc1948 discusión contribs. creó la página Módulo:Bandera (Página creada con «local p = {} local wikidata = require('Módulo:Wikidata') function getDeclaraciones(entidad) local declaraciones = wikidata.getDeclaraciones(entidad) mw.log(declaraciones) return declaraciones end function getFlags(entidad) local opciones = {propiedad = 'P41', rangoMayor = 'sí', entityId = entidad} return wikidata.getPropiedad(opciones) end function getName(entidad, nombre) local opciones = {etiqueta = nombre or 'null'} local nombre =…»)
  • 06:46 25 abr 2023 Pyc1948 discusión contribs. creó la página Módulo:Argumentos/doc (Página creada con «{{Traducción|ci=en|art=Module:Arguments/doc}} Este módulo provee un procesamiento fácil a los argumentos que pasan de <code>#invoke</code>. Es un metamódulo, pensado para ser usado por otros módulos, y no debería ser llamado directamente desde <code>#invoke</code>. Entre sus características se incluyen: *Eliminar espacios en blanco al principio y final de los valores (no implementado todavía) *Eliminar parámetros vac…»)
  • 06:46 25 abr 2023 Pyc1948 discusión contribs. creó la página Módulo:Argumentos (Página creada con «local z = {} function z.obtenerArgumentos(frame) if frame.args[1] then return frame.args end return frame:getParent().args end function z.obtenerArgumentosConValor(frame) if frame == mw.getCurrentFrame() then argumentos = frame:getParent().args else argumentos = frame.args or frame end return require('Módulo:Tablas').copiarElementosConValor(argumentos) end -- Obtiene los argumentos con valores de la plantilla en minúsculas y con las -- tildes remo…»)
  • 06:45 25 abr 2023 Pyc1948 discusión contribs. creó la página Módulo:ArgsTNT/doc (Página creada con «Diseñado para crear '''plantillas''' multilingües. Con funciones que utilizan Módulo:TNTTools y Módulo:SimpleArgs. === Funciones del ''frame'' === Las funciones de nombre con sufijo '''P''' toman el nombre de la tabla del nombre de la plantilla. De lo contrario tendrá que usar las funciones con sufijo '''T''' que precisa el '''TableN''' o nombre de la tabla. === Valor de un elemento de la tabla === Donde '''Id'…»)
  • 06:44 25 abr 2023 Pyc1948 discusión contribs. creó la página Módulo:ArgsTNT (Página creada con «local p = {} local TNT = require('Module:TNT') local TNTT = require('Module:TNTTools') local SA = require('Module:SimpleArgs') local SD = require('Module:SimpleDebug') local yesno = require('Module:YesnoTNT') local RS_SNotFoundInTab = 'SNotFoundInTab' local function I18nStr (S, ...) return TNTT.GetMsgP ('SimpleArgs', S, {...}) end function p.ParentTNTTab(frame) local S = frame:getParent():getTitle() return string.sub(S, string.find(S,':')+1) end function p.TNT…»)
  • 06:43 25 abr 2023 Pyc1948 discusión contribs. creó la página Módulo:AFI/datos (Página creada con «local datos = { -- Articulos de fonemas ['fonemas'] = { -- Consonantes infraglotales ['m̥'] = "Nasal bilabial sorda", ['m'] = "Nasal bilabial", ['ɱ'] = "Nasal labiodental", ['n̼'] = "Nasal linguolabial", ['n̥'] = "Nasal alveolar sorda", ['n'] = "Nasal alveolar", ['ɳ̊'] = "Nasal retrofleja sorda", ['ɳ'] = "Nasal retrofleja", ['ɲ̊'] = "Nasal palatal sorda", ['ɲ'] = "Nasal palatal", ['ŋ̊'] = "Nasal velar sor…»)
  • 06:34 25 abr 2023 Pyc1948 discusión contribs. creó la página Módulo:Arguments (Página creada con «-- 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 directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'strin…»)
  • 05:56 25 abr 2023 Isaacp discusión contribs. modificó los grupos a los que pertenece Pyc1948: de (ninguno) a administrador, administrador de interfaz, burócrata y supresor
  • 05:55 25 abr 2023 La cuenta de usuario Pyc1948 discusión contribs. ha sido creada por Isaacp discusión contribs.
  • 05:53 25 abr 2023 Isaacp discusión contribs. creó la página Módulo:AFI (Página creada con «local z = {} local ModuloTablas = require('Módulo:Tablas') local datos = mw.loadData('Módulo:AFI/datos') local function enlaceSim(sim) if sim == '[' or sim == ']' then return mw.text.nowiki(sim) elseif sim ~= '/' and mw.text.trim(sim) then local art = datos.fonemas[mw.text.trim(sim)] if art then return '' .. sim .. '' end end return sim end local function separarSims(afi) local puntos = { mw.ustring.codepoint(afi, 1…»)
  • 04:57 25 abr 2023 Resultofunion discusión contribs. borró la página Módulo:Test2 (el contenido era: «local function cleanInfobox() root = tostring(root) if has_rows == false then root = mw.ustring.gsub(root, '<table[^<>]*>%s*</table>', '') end end», y el único autor fue «Resultofunion» (discusión))
  • 04:55 25 abr 2023 Resultofunion discusión contribs. creó la página Módulo:Test2 (Página creada con «local function cleanInfobox() root = tostring(root) if has_rows == false then root = mw.ustring.gsub(root, '<table[^<>]*>%s*</table>', '') end end»)
  • 04:53 25 abr 2023 Resultofunion discusión contribs. creó la página Módulo:Test (Created page with "local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local function fixChildBoxes(sval, tt) local function notempty( s ) return s and s:match( '%S' ) end if notempty(sval) then local marker = '<span class=special_infobox_marker>' local s = sval -- start moving templatestyles and categories inside of table rows...")
  • 05:29 24 abr 2023 Isaacp discusión contribs. borró la página 모듈:Citas (el contenido era: «local z = { error_categories = {}; error_ids = {}; message_tail = {}; } -- Include translation message hooks, ID and error handling configuration settings. --local cfg = mw.loadData( 'Mdódulo:Citas/Configuración/pruebas' ); -- Contains a list of all recognized parameters --local whitelist = mw.loadData( 'Módulo:Citas/Whitelist/pruebas' ); --local dates = r…», y el único autor fue «Isaacp» (discusión))
  • 05:29 24 abr 2023 Isaacp discusión contribs. creó la página 모듈:Citas (Página creada con «local z = { error_categories = {}; error_ids = {}; message_tail = {}; } -- Include translation message hooks, ID and error handling configuration settings. --local cfg = mw.loadData( 'Mdódulo:Citas/Configuración/pruebas' ); -- Contains a list of all recognized parameters --local whitelist = mw.loadData( 'Módulo:Citas/Whitelist/pruebas' ); --local dates = require('Módulo:Citas/ValidaciónFechas/pruebas').dates -- location of date validation code --M…»)
  • 04:59 24 abr 2023 Carnelian discusión contribs. modificó los grupos a los que pertenece Isaacp: de (ninguno) a administrador, administrador de interfaz, burócrata y supresor
  • 04:58 24 abr 2023 La cuenta de usuario Isaacp discusión contribs. ha sido creada por Carnelian discusión contribs.
  • 05:27 17 abr 2023 Resultofunion discusión contribs. creó la página Test (Página creada con «새언약 유월절 Passover»)
  • 00:48 14 abr 2023 Resultofunion discusión contribs. creó la página Página principal (Página creada con « <div class="cog-title"> <p><big>Church of God Wiki</big></p> </div>»)
  • 07:38 13 abr 2023 Resultofunion discusión contribs. creó la página MediaWiki:Custom-copyright-desc (새 문서: ⓒ World Mission Society Church of God. All rights reserved.)
  • 07:37 13 abr 2023 Resultofunion discusión contribs. creó la página MediaWiki:Vector.css (새 문서: 기기가 모바일이라도 데스크톱 모드로 접속하면 데스크톱 콘텐츠가 보이게: .nomobile {display:block} .mobileonly {display:none} 미디어뷰어 다운로드 방지: .mw-mmv-download-button, .mw-mmv-dialog.mw-mmv-download-dialog {display:none!important} 틀 삽입도구 버튼 스타일: .my-buttons {text-align:left; font-size:110%; color:black; background-color:#f9f9f9 !important; text-decoration:none; border:1px solid #dddddd; margin:0...)
  • 07:37 13 abr 2023 Resultofunion discusión contribs. creó la página MediaWiki:Minerva.js (새 문서: All JavaScript here will be loaded for users of the MinervaNeue skin: // 모바일 메뉴에서 '둘러보기' 문서 보여주기 document .querySelector('#mw-mf-page-left #p-navigation') .insertAdjacentHTML( 'afterend', '<ul id="p-main-categories" class="recommended-open"><li class="title-recommended open"><a><span>Recommended Documents</span></a><span class="ico-arrow"></span></li><li class="recommended"><a href="/World_Mission_Society_Church_of_G...)
  • 07:36 13 abr 2023 Resultofunion discusión contribs. creó la página MediaWiki:Minerva.css (새 문서: 최근편집일, 개인정보처리방침, 면책조항 삭제: #footer-info-lastmod, #footer-places-privacy, #footer-places-disclaimer {display:none} 푸터 하나님의교회 소개 표시: #footer-places-about {display:inline} 저작권 표시: #footer-info-custom-copyright {display:inline-block} 미네르바 노이어 대문의 'OO님, 환영합니다!' 삭제: .page-Main_Page #section_0 {display:none} 푸터 위키이름 삭제: footer .footer-c...)
  • 07:36 13 abr 2023 Resultofunion discusión contribs. creó la página MediaWiki:Licenses (새 문서: * All right reserved * 모든 권리 보유 ** 모든 권리 보유|모든 권리 보유 * 이용허락표시(Creative Commons License) ** cc-0|cc-0 퍼블릭 도메인 ** cc-by-4.0|저작자표시 4.0 ** cc-by-sa-4.0|저작자표시-동일조건변경허락 4.0 ** cc-by-nd-4.0|저작자표시-변경금지 4.0 ** cc-by-nc-4.0|저작자표시-비영리 4.0 ** cc-by-nc-sa-4.0|저작자표시-비영리-동일조건변경허락 4.0 ** cc-by-nc-nd-4.0|저작자표시-비영리-변경...)
  • 07:35 13 abr 2023 Resultofunion discusión contribs. creó la página MediaWiki:Edittools (새 문서: <div id="mw-edittools-charinsert" class="my-buttons mw-charinsert-buttons" style="padding: 1px 1.73em 1px 1px;: text-align: left;: margin-top: -29px;: margin-bottom: 1em;: top: 0px;: bottom: 0px;background-color: rgb(248, 249, 250);height: 11em;overflow-y: scroll;width: 100%;margin-left: 0em;" title="Click on the wanted special character."> <p class="mw-edittools-section" data-section-title="인용"> <charinsert><nowiki><ref>{{Cite web |url= |title= |websit...)
  • 07:33 13 abr 2023 Resultofunion discusión contribs. creó la página MediaWiki:Common.js (새 문서: 이 자바스크립트 설정은 모든 문서, 모든 사용자에게 적용됩니다.: TOP 버튼: var topButton = document.createElement('div'); topButton.id = 'top-button'; document.body.appendChild(topButton); window.addEventListener('scroll', function (e) { if (window.scrollY > 300) { topButton.classList.add('active'); } else { topButton.classList.remove('active'); } }); topButton.addEventListener('click', function (e) { try {...)
  • 07:32 13 abr 2023 Resultofunion discusión contribs. creó la página MediaWiki:Common.css (새 문서: 이 CSS 설정은 모든 스킨에 적용됩니다: .wikiEditor-ui * {font-size: 13px; font-family: monospace,monospace} h1, h2, p ,span ,div{font-family:'roboto','notokr',sans-serif}: .mw-parser-output .external{background:none; padding:0}: .fw600{font-weight:600} .part-t{padding-top:20px}: .cog-container{max-width:960px; margin-left:auto; margin-right:auto} .cog-title{border:1px solid #E3E6EC; border-radius:8px; padding:20px} .cog-title h1{font-size:20px; mar...)
  • 06:51 13 abr 2023 Resultofunion discusión contribs. modificó los grupos a los que pertenece Carnelian: de (ninguno) a administrador, administrador de interfaz, burócrata y supresor
  • 06:49 13 abr 2023 La cuenta de usuario Carnelian discusión contribs. ha sido creada por Resultofunion discusión contribs.
  • 06:10 13 abr 2023 Resultofunion discusión contribs. creó la página Plantilla:파일의 설명 (새 문서: <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">{{{날짜}}}</td> </tr> <tr> <th...)
  • 06:09 13 abr 2023 Resultofunion discusión contribs. creó la página Plantilla:모든 권리 보유 (새 문서: <div class="licensetpl" style="display:none"> <span class="licensetpl_short">Copyright © World Mission Society Church of God. 모든 권리 보유. 무단전재 및 재배포 금지.</span> <span class="licensetpl_long">Copyright © World Mission Society Church of God. 모든 권리 보유. 무단전재 및 재배포 금지.</span> <span class="licensetpl_link_req">false</span> <span class="licensetpl_attr_req">false</span> </div> Copyright © World Mission Society Church of Go...)
  • 06:08 13 abr 2023 Resultofunion discusión contribs. creó la página Plantilla:Cc-by-sa-4.0 (새 문서: <div class="licensetpl" style="display:none"> <span class="licensetpl_short">CC-BY-SA-4.0</span> <span class="licensetpl_long">Creative Commons Attribution-ShareAlike 4.0</span> <span class="licensetpl_link_req">false</span> <span class="licensetpl_attr_req">false</span> </div> 이 파일은 [https://creativecommons.org/licenses/by-sa/4.0/deed.ko 크리에이티브 커먼즈 저작자표시-동일조건변경허락 4.0 국제 라이선스]로 배포됩니다.<br /> 이용자는...)
  • 06:08 13 abr 2023 Resultofunion discusión contribs. creó la página Plantilla:Cc-by-nd-4.0 (새 문서: <div class="licensetpl" style="display:none"> <span class="licensetpl_short">CC-BY-ND-4.0</span> <span class="licensetpl_long">Creative Commons Attribution-NoDerivatives 4.0</span> <span class="licensetpl_link_req">false</span> <span class="licensetpl_attr_req">false</span> </div> 이 파일은 [https://creativecommons.org/licenses/by-nd/4.0/deed.ko 크리에이티브 커먼즈 저작자표시-변경금지 4.0 국제 라이선스]로 배포됩니다.<br /> 이용자는 다음...)
  • 06:07 13 abr 2023 Resultofunion discusión contribs. creó la página Plantilla:Cc-by-nc-sa-4.0 (새 문서: <div class="licensetpl" style="display:none"> <span class="licensetpl_short">CC-BY-NC-SA-4.0</span> <span class="licensetpl_long">Creative Commons Attribution-NonCommercial-ShareAlike 4.0</span> <span class="licensetpl_link_req">false</span> <span class="licensetpl_attr_req">false</span> </div> 이 파일은 [https://creativecommons.org/licenses/by-nc-sa/4.0/deed.ko 크리에이티브 커먼즈 저작자표시-비영리-동일조건변경허락 4.0 국제 라이선스]로 배...)
  • 06:07 13 abr 2023 Resultofunion discusión contribs. creó la página Plantilla:Cc-by-nc-nd-4.0 (새 문서: <div class="licensetpl" style="display:none"> <span class="licensetpl_short">CC-BY-ND-4.0</span> <span class="licensetpl_long">Creative Commons Attribution-NoDerivatives 4.0</span> <span class="licensetpl_link_req">false</span> <span class="licensetpl_attr_req">false</span> </div> 이 파일은 [https://creativecommons.org/licenses/by-nd/4.0/deed.ko 크리에이티브 커먼즈 저작자표시-변경금지 4.0 국제 라이선스]로 배포됩니다.<br /> 이용자는 다음...)
  • 06:06 13 abr 2023 Resultofunion discusión contribs. creó la página Plantilla:Cc-by-nc-4.0 (새 문서: <div class="licensetpl" style="display:none"> <span class="licensetpl_short">CC-BY-NC-4.0</span> <span class="licensetpl_long">Creative Commons Attribution-NonCommercial 4.0</span> <span class="licensetpl_link_req">false</span> <span class="licensetpl_attr_req">false</span> </div> 이 파일은 [https://creativecommons.org/licenses/by-nc/4.0/deed.ko 크리에이티브 커먼즈 저작자표시-비영리 4.0 국제 라이선스]로 배포됩니다.<br /> 이용자는 다음의...)
  • 06:06 13 abr 2023 Resultofunion discusión contribs. creó la página Plantilla:Cc-by-4.0 (새 문서: <div class="licensetpl" style="display:none"> <span class="licensetpl_short">CC-BY-4.0</span> <span class="licensetpl_long">Creative Commons Attribution 4.0</span> <span class="licensetpl_link_req">false</span> <span class="licensetpl_attr_req">false</span> </div> 이 파일은 [https://creativecommons.org/licenses/by/4.0/deed.ko 크리에이티브 커먼즈 저작자표시 4.0 국제 라이선스]로 배포됩니다.<br /> 이용자는 다음의 권리를 갖습니다 :<br />...)
  • 06:05 13 abr 2023 Resultofunion discusión contribs. creó la página Plantilla:Cc-0 (새 문서: <div class="licensetpl" style="display:none"> <span class="licensetpl_short">Public domain</span> <span class="licensetpl_long">Public domain</span> <span class="licensetpl_link_req">false</span> <span class="licensetpl_attr_req">false</span> </div> 저작권자가 이 저작물을 퍼블릭 도메인으로 모두에게 공개했습니다.)
  • 06:04 13 abr 2023 Resultofunion discusión contribs. creó la página 메디아위키:custom-copyright-desc (새 문서: ⓒ World Mission Society Church of God. All rights reserved.)
  • 06:04 13 abr 2023 Resultofunion discusión contribs. creó la página 메디아위키:vector.css (새 문서: 기기가 모바일이라도 데스크톱 모드로 접속하면 데스크톱 콘텐츠가 보이게: .nomobile {display:block} .mobileonly {display:none} 미디어뷰어 다운로드 방지: .mw-mmv-download-button, .mw-mmv-dialog.mw-mmv-download-dialog {display:none!important} 틀 삽입도구 버튼 스타일: .my-buttons {text-align:left; font-size:110%; color:black; background-color:#f9f9f9 !important; text-decoration:none; border:1px solid #dddddd; margin:0...)
  • 06:03 13 abr 2023 Resultofunion discusión contribs. creó la página 메디아위키:minerva.js (새 문서: All JavaScript here will be loaded for users of the MinervaNeue skin: // 모바일 메뉴에서 '둘러보기' 문서 보여주기 document .querySelector('#mw-mf-page-left #p-navigation') .insertAdjacentHTML( 'afterend', '<ul id="p-main-categories" class="recommended-open"><li class="title-recommended open"><a><span>Recommended Documents</span></a><span class="ico-arrow"></span></li><li class="recommended"><a href="/World_Mission_Society_Church_of_G...)
  • 06:00 13 abr 2023 Resultofunion discusión contribs. creó la página 메디아위키:minerva.css (새 문서: 최근편집일, 개인정보처리방침, 면책조항 삭제: #footer-info-lastmod, #footer-places-privacy, #footer-places-disclaimer {display:none} 푸터 하나님의교회 소개 표시: #footer-places-about {display:inline} 저작권 표시: #footer-info-custom-copyright {display:inline-block} 미네르바 노이어 대문의 'OO님, 환영합니다!' 삭제: .page-Main_Page #section_0 {display:none} 푸터 위키이름 삭제: footer .footer-c...)
  • 05:59 13 abr 2023 Resultofunion discusión contribs. creó la página 메디아위키:Licenses (새 문서: * All right reserved * 모든 권리 보유 ** 모든 권리 보유|모든 권리 보유 * 이용허락표시(Creative Commons License) ** cc-0|cc-0 퍼블릭 도메인 ** cc-by-4.0|저작자표시 4.0 ** cc-by-sa-4.0|저작자표시-동일조건변경허락 4.0 ** cc-by-nd-4.0|저작자표시-변경금지 4.0 ** cc-by-nc-4.0|저작자표시-비영리 4.0 ** cc-by-nc-sa-4.0|저작자표시-비영리-동일조건변경허락 4.0 ** cc-by-nc-nd-4.0|저작자표시-비영리-변경...)
  • 05:59 13 abr 2023 Resultofunion discusión contribs. creó la página 메디아위키:edittools (새 문서: <div id="mw-edittools-charinsert" class="my-buttons mw-charinsert-buttons" style="padding: 1px 1.73em 1px 1px;: text-align: left;: margin-top: -29px;: margin-bottom: 1em;: top: 0px;: bottom: 0px;background-color: rgb(248, 249, 250);height: 11em;overflow-y: scroll;width: 100%;margin-left: 0em;" title="Click on the wanted special character."> <p class="mw-edittools-section" data-section-title="인용"> <charinsert><nowiki><ref>{{Cite web |url= |title= |websit...)
  • 05:58 13 abr 2023 Resultofunion discusión contribs. creó la página 메디아위키:common.css (새 문서: .wikiEditor-ui * {font-size: 13px; font-family: monospace,monospace} h1, h2, p ,span ,div{font-family:'roboto','notokr',sans-serif}: .mw-parser-output .external{background:none; padding:0}: .fw600{font-weight:600} .part-t{padding-top:20px}: .cog-container{max-width:960px; margin-left:auto; margin-right:auto} .cog-title{border:1px solid #E3E6EC; border-radius:8px; padding:20px} .cog-title h1{font-size:20px; margin:0; border-bottom:none; font-weight:600} .cog-title h2...)
  • 05:58 13 abr 2023 Resultofunion discusión contribs. creó la página 메디아위키:common.js (새 문서: 이 자바스크립트 설정은 모든 문서, 모든 사용자에게 적용됩니다.: TOP 버튼: var topButton = document.createElement('div'); topButton.id = 'top-button'; document.body.appendChild(topButton); window.addEventListener('scroll', function (e) { if (window.scrollY > 300) { topButton.classList.add('active'); } else { topButton.classList.remove('active'); } }); topButton.addEventListener('click', function (e) { try {...)
  • 05:30 13 abr 2023 MediaWiki default discusión contribs. creó la página 대문
(recientes | primeras) Ver ( | 50 anteriores) (20 | 50 | 100 | 250 | 500).