Modulo:Software: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m in teoria questo non capita mai e nel caso è corretto che arrivi un errore esplosivo, perchè significa che ci sono errori in Modulo:Software/Configurazione |
+LICENSE_CAT_SHORT |
||
Riga 19:
local TEMPLATE_UNKNOWN_ARG_CAT = "[[Categoria:Software in linguaggio non riconosciuto]]"
local LICENSE_CAT = "Software con licenza %s"
local LICENSE_CAT_SHORT = "Software %s"
-------------------------------- Sgabuzzino ------------------------------------
Line 729 ⟶ 730:
l = conf.licenseCategory[ rawProperty(l) ]
if l then
local cat = conf.licenseCategoryShorter[from] and LICENSE_CAT_SHORT or LICENSE_CAT
s = s .. formatCategory(
else
s = s .. UNKNOWN_WD_LICENSE
|