Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Saltar para o conteúdo

Módulo:Se vazio e Módulo:Se vazio/Testes: diferenças entre as páginas

(Diferenças entre páginas)
Página 1
Página 2
Conteúdo apagado Conteúdo adicionado
m Protegeu "Módulo:Se vazio": Módulo com impacto significativo em outras páginas ([Editar=Permitir apenas autorrevisores] (indefinidamente) [Mover=Permitir apenas autorrevisores] (indefinidamente))
 
nova página: local p = {} function p.main(frame) local args = require('Módulo:Arguments').getArgs(frame, {wrappers = 'Predefinição:Se vazio/Testes', removeBlanks = false}) -- For backward...
 
Linha 2: Linha 2:


function p.main(frame)
function p.main(frame)
local args = require('Módulo:Arguments').getArgs(frame, {wrappers = 'Predefinição:Se vazio', removeBlanks = false})
local args = require('Módulo:Arguments').getArgs(frame, {wrappers = 'Predefinição:Se vazio/Testes', removeBlanks = false})


-- For backwards compatibility reasons, the first 8 parameters can be unset instead of being blank,
-- For backwards compatibility reasons, the first 8 parameters can be unset instead of being blank,
Linha 20: Linha 20:
-- This is a rather fragile, convoluted, hacky way to do it, but it ensures that this module's output won't be modified
-- This is a rather fragile, convoluted, hacky way to do it, but it ensures that this module's output won't be modified
-- by it.
-- by it.
frame:extensionTag('ref', '[[Categoria:!Instâncias de Predefinição:Se_vazio com argumentos faltando]]', {group = 'TrackingCategory'})
frame:extensionTag('ref', '[[Categoria:Instâncias de Predefinição:Se_vazio com argumentos faltando]]', {group = 'TrackingCategory'})
frame:extensionTag('references', '', {group = 'TrackingCategory'})
frame:extensionTag('references', '', {group = 'TrackingCategory'})
end
end