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 21h06min | Predefinição:Alto-risco difhist +47 Itaymbere discussão contribs (Redirecionando para Predefinição:Alto risco) | ||||
| N b 21h05min | Módulo:Exponential search difhist +1 474 Itaymbere discussão contribs (Criou página com '-- Este módulo fornece um algoritmo de pesquisa exponencial genérico. requirestrict local checkType = require('libraryUtil').checkType local floor = math.floor local function midPoint(lower, upper) return floor(lower + (upper - lower) / 2) end local function search(testFunc, i, lower, upper) if testFunc(i) then if i + 1 == upper then return i end lower = i if upper then i = midPoint(lower, upper) else i = i * 2 end return search(testFunc...') | ||||
| N b 21h05min | Módulo:TableTools/doc difhist +12 996 Itaymbere discussão contribs (Criou página com '<section begin=header /> {{#ifeq:{{#invoke:String|find|{{FULLPAGENAME}}|Testes}}|0|<includeonly>{{alto-risco|113000}}</includeonly>}} <section end=header /> <!----> {{Lua|Módulo:Exponential search|noprotcat=yes}} Este módulo inclui várias funções para lidar com tabelas Lua. É um metamódulo, destinado a ser chamado a partir de outros módulos Lua e não deve ser chamado diretamente a partir de "#invoke". ==Carregando o módulo== Para usar qualquer uma das funçõe...') | ||||
| N b 20h59min | Módulo:String difhist +19 372 Itaymbere discussão contribs (Criou página com '--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any error c...') | ||||
| N b 20h08min | Módulo:TableTools difhist +17 367 Itaymbere discussão contribs (Criou página com '-------------------------------------------------------------------------------- -- TableTools -- -- -- -- Este módulo inclui várias funções para lidar com tabelas Lua. -- -- É um metamódulo, destinado a ser chamado a partir de outros módulos Lua, e -- -- não deve ser chamado diretamente a partir de "#invoke"....') | ||||
| N b 20h07min | Módulo:Lista difhist +6 360 Itaymbere discussão contribs (Criou página com 'local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Módulo:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) -- Constrói uma tabela de dados para ser passada para p.renderList. local data = {} -- Classes e TemplateStyles data.classes = {} data.template...') | ||||
| N b 20h07min | Módulo:Lua banner difhist +4 108 Itaymbere discussão contribs (Criou página com '-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:Lista') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return...') | ||||
| N b 20h06min | Predefinição:Lua difhist +124 Itaymbere discussão contribs (Criou página com '<includeonly>{{#invoke:Lua banner|main}}</includeonly><noinclude> {{Lua|Módulo:Lua banner}} {{Documentação}} </noinclude>') | ||||
| N b 20h06min | Predefinição:Código difhist +257 Itaymbere discussão contribs (Criou página com '{{#tag:syntaxhighlight|{{{code|{{{código|{{{1}}}}}}}}}|lang={{{language|{{{lang|{{{linguagem|{{{ling|{{{2|text}}}}}}}}}}}}}}}|class={{{class|{{{classe|}}}}}}|id={{{id|}}}|style={{{style|{{{estilo|}}}}}}|inline=1}}<noinclude> {{documentação}} </noinclude>') | ||||
| N b 19h53min | Predefinição:Testes outro difhist +439 Itaymbere discussão contribs (Criou página com '<onlyinclude>{{safesubst:<noinclude/>#if:{{safesubst:<noinclude/>#ifeq:{{safesubst:<noinclude/>#invoke:String|sublength|s={{safesubst:<noinclude/>SUBPAGENAME}}|i=0|len=5}}|Teste|1}}{{safesubst:<noinclude/>#ifeq:{{safesubst:<noinclude/>SUBPAGENAME}}|doc|1}}{{safesubst:<noinclude/>#invoke:String|match|{{safesubst:<noinclude/>PAGENAME}}|/Testes/styles.css$|plain=false|nomatch=}}|{{{1|}}}|{{{2|}}}}}</onlyinclude><!-- -->{{Documentação}}') | ||||
| 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 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 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...') | ||||
| N b 15h59min | Predefinição:Alto risco difhist +1 308 Itaymbere discussão contribs (Criou página com '{{Ombox | tipo = conteúdo | texto = '''Est{{#ifeq:{{NAMESPACENUMBER}}|828|e módulo é usado|a predefinição é usada}} em [{{fullurl:Especial:Páginas afluentes/{{FULLPAGENAME}}|limit=500}} {{#if:{{{1|}}}|{{#iferror:{{#expr:{{{1}}}>0}}|{{{1}}}|aproximadamente {{Fmtn|{{{1}}}}}}}|um número muito grande de}} páginas].''' (Ver Wikipedia:Predefinições em alto risco)<br />Para evitar sobrecargas desnecessárias ao servidor e outros transtornos, quaisquer mudanças...') | ||||
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>') | ||||