Cambios

Ir a la navegación Ir a la búsqueda
289 bytes eliminados ,  14:26 21 feb 2021
replico en:Special:Diff/622352456, edición de 2017
Línea 2: Línea 2:     
local specialParams = {
 
local specialParams = {
['$N'] = 'nombre de la plantilla', -- Deprecated, but keeping until it is removed from transcluding templates
   
['$B'] = 'contenido de la plantilla',
 
['$B'] = 'contenido de la plantilla',
 
}
 
}
Línea 60: Línea 59:  
---- Not substing
 
---- Not substing
 
-- Just return the "body"
 
-- Just return the "body"
return frame.args['$B'] .. (frame.args['$N'] and frame:getParent():getTitle() == mw.title.getCurrentTitle().prefixedText and '[[Categoría:Wikipedia:Llamadas a Módulo:Unsubst que utilizan $N]]' or '')
+
return frame.args['$B']
 
end
 
end
 
end
 
end
    
return p
 
return p
Usuario anónimo

Menú de navegación