Änderungen

Zur Navigation springen Zur Suche springen
keine Bearbeitungszusammenfassung
Zeile 40: Zeile 40:  
if basistypArtikelinfo[1]['GehörtZu'] ~= nil
 
if basistypArtikelinfo[1]['GehörtZu'] ~= nil
 
then
 
then
returnString = returnString .. basistypArtikelinfo[1]['GehörtZu']
+
--loop über die GehörtZu angaben
 +
while n <= table.getn(basistypArtikelinfo[1]['GehörtZu'])
 +
do
 +
returnString = returnString .. '[[' .. basistypArtikelinfo[1]['GehörtZu'][n] ..']]'
 +
n = n + 1
 +
end
 
end
 
end
 
returnString = returnString .. '</td>'
 
returnString = returnString .. '</td>'

Navigationsmenü