Contribuições do utilizador Pyc1948

Um utilizador com 827 edições. Conta criada a 18 de março de 2024.
Saltar para a navegação Saltar para a pesquisa
Pesquisar contribuiçõesExpandirOcultar
⧼contribs-top⧽
⧼contribs-date⧽

12 de março de 2025

3 de dezembro de 2024

29 de novembro de 2024

26 de novembro de 2024

7 de novembro de 2024

6 de novembro de 2024

5 de novembro de 2024

  • 06h03min06h03min de 5 de novembro de 2024 dif his +133 N Predefinição:Encodefirst Criou a página com "{{#invoke:MultiReplace|main|1={{{1}}}|2=^:|3=:|4=^;|5=;|6=^*|7=*|8=^#|9=#}}<noinclude> {{Documentation}} </noinclude>" atual
  • 06h03min06h03min de 5 de novembro de 2024 dif his +117 N Predefinição:REVISIONUSER2 Criou a página com "{{encodefirst|{{#if:{{{1|}}}|{{REVISIONUSER:{{{1|}}}}}|{{REVISIONUSER}}}}}}<noinclude> {{Documentation}} </noinclude>" atual
  • 06h02min06h02min de 5 de novembro de 2024 dif his +3 545 N Módulo:Namespace detect/config Criou a página com "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --..." atual
  • 06h01min06h01min de 5 de novembro de 2024 dif his +2 569 N Módulo:Namespace detect/data Criou a página com "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local functi..." atual
  • 06h00min06h00min de 5 de novembro de 2024 dif his +761 N Módulo:Category handler/blacklist Criou a página com "-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. 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 "/" or the end of the string. '^Wikipedia:Cascade%-protected items%f[/\0]', '^User:UBX%f[/\0]', -- The user..." atual
  • 06h00min06h00min de 5 de novembro de 2024 dif his +888 N Módulo:Category handler/shared Criou a página com "-- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Module:Namespace detect/data' if useLoadData then return mw.loadData(dataPage).mappings else retur..." atual