Mudanças relacionadas
De Dicionário Brasileiro de Linguagem Jurídica
Ir para navegaçãoIr para pesquisar
Introduza o nome de uma página para ver as mudanças a todas as páginas que contêm hiperligações para ela ou para as quais a página fornecida contém hiperligações (para ver as que pertencem a uma categoria, introduza Categoria:Nome da categoria). As mudanças às suas páginas vigiadas aparecem a negrito.
Lista de abreviaturas:
- N
- Esta edição criou uma nova página (veja também a lista de páginas novas)
- m
- Esta é uma edição menor
- b
- Esta edição foi feita por um robô
- (±123)
- Alteração no tamanho da página, em bytes
29 de março de 2026
| N b 17h28min | Predefinição:Ambox/styles.css difhist +22 315 Itaymbere discussão contribs (Criou página com 'body.skin-vector th.mbox-text, body.skin-vector td.mbox-text, body.skin-cologneblue th.mbox-text, body.skin-cologneblue td.mbox-text, body.skin-modern th.mbox-text, body.skin-modern td.mbox-text, body.skin-monobook th.mbox-text, body.skin-monobook td.mbox-text, body.skin-timeless th.mbox-text, body.skin-timeless td.mbox-text { →The message body cell(s): border: none; →@noflip: padding: 0.25em 0.9em; →0.9em left/right: width: 100%; /* Make all mb...') | ||||
| N b 17h26min | Módulo:Message box/configuration difhist +10 192 Itaymbere discussão contribs (Criou página com '-------------------------------------------------------------------------------- -- Configuração de message box -- -- -- -- Este módulo contém dados de configuração para Módulo:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'amb...') | ||||
| N b 17h23min | Módulo:Arguments difhist +10 054 Itaymbere discussão contribs (Criou página com '-- 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) == 'string'...') | ||||
| N b 17h22min | Módulo:TrainingPages/doc difhist +3 841 Itaymbere discussão contribs (Criou página com '{{Module rating|protected}} This module is intended to accept the name of a page (defaulting to the page currently being displayed), look it up in an index of pages, step forward or backward by some number of pages (usually 1), and give back the name of the page at that position. Use {{Mlx|TrainingPages|''function''|''parameters''}} to invoke. For example: <code><nowiki>{{#invoke:TrainingPages|last_page|index=Wikipedia:Training/For students/Editing module index|page=W...') | ||||
| N b 17h22min | Módulo:TrainingPages difhist +5 623 Itaymbere discussão contribs (Criou página com '--The purpose of this module is to take a list of linked page, and use it to determine the next and previous page in the list as well as the total number of pages. local p = {} function anonymize(name) return mw.ustring.gsub(name,"^"..mw.site.siteName,"Project") or name end function out(name) return mw.ustring.gsub(name,"^Project",mw.site.siteName) or name end function keyize(pagename) -- there was a complaint about "_" breaking things. Do all lookups with _ in...') | ||||
| N b 17h15min | Módulo:Yesno difhist +745 Itaymbere discussão contribs (Criou página com '-- 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 non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =...') | ||||
| N b 17h13min | Predefinição:Módulo outro difhist +380 Itaymbere discussão contribs (Criou página com '{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|{{{espaçodemo|}}}}}} | {{lc: {{{demospace|{{{espaçodemo|}}}}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Módulo}} | módulo | outro }} }} | módulo = {{{1|}}} | outro | #default = {{{2|}}} }}<!--End switch--><noinclude> </noinclude>') | ||||
| N b 17h13min | Predefinição:Module rating difhist +4 667 Itaymbere discussão contribs (Criou página com '{{Módulo outro|{{ombox | type = notice | imagem = {{#switch: {{{1|}}} | pre-alpha | prealpha | pa | prealfa | pré-alfa | pre-alfa = 40x40px|link= | alpha | a | alfa = 26x26px|link= | beta | b = 40x40px|link= | release | r | general | g | geral = 40x40px|link= | protected | prote...') | ||||
| N b 17h12min | Módulo:Message box difhist +20 548 Itaymbere discussão contribs (Criou página com '-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('strict') local getArgs local yesno = require('Módulo:Yesno') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'Módulo:Message box/configuration' local DEMOSPACES = { talk = 'tmbox', imag...') | ||||
27 de março de 2026
| N 13h43min | Predefinição:Ombox difhist +71 Itaymbere discussão contribs (Criou página com '{{#invoke:Message box|ombox}}<noinclude> {{documentação}}</noinclude>') | ||||