Modulo:Tassobox/sandbox: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
fix posizione ref |
r |
||
Riga 73:
if statocons == nil then return end
local iucn = { ['iucn2.3'] = true, ['iucn3.1'] = true}
statocons = cfg.stato_alias[statocons] or statocons
local row_stato = cfg.stato[statocons]
if row_stato == nil then
local cat_error = ''
return '<div class="errore">parametro statocons non valido</div>[[Categoria:Errori di compilazione del template Tassobox]]' ▼
if mw.title.getCurrentTitle().namespace == 0 then
▲
end
return '<strong class=\"error\">Parametro statocons non valido</div>' .. cat_error
end
local immagine
|