Cambios
Ir a la navegación
Ir a la búsqueda
Línea 2:
Línea 2:
− ['$N'] = 'nombre de la plantilla', -- Deprecated, but keeping until it is removed from transcluding templates
Línea 60:
Línea 59:
− +
replico en:Special:Diff/622352456, edición de 2017
local specialParams = {
local specialParams = {
['$B'] = 'contenido de la plantilla',
['$B'] = 'contenido de la plantilla',
}
}
---- 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