Modul:Wikidata utilities: Unterschied zwischen den Versionen

K
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 320: Zeile 320:
result = ''
result = ''
for key, value in pairs( catArray ) do
if catArray then
result = result .. string.format( formatStr, key )
for key, value in pairs( catArray ) do
result = result .. string.format( formatStr, key )
end
end
end


Anonymer Benutzer