Modul:Bild: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 10: Zeile 10:


function p.NewBox( frame, args )
function p.NewBox( frame, args )
t = [=[
t = '<table class="wikitable"><th colspan="4">Gschmarridow</th></table>'
{| class="wikitable",
 
! colspan="4" | Tschickedidscheina
|-
]=] ..
'| [[Attribut:Genre|Genre]] \n' ..
'| colspan="3" | '  ..
frame:callParserFunction('#arraymap', args.Genre, ';', 'x', '[[:Kategorie:x|x]]') ..
'\n' .. [=[
|-
]=] ..
'| [[Attribut:Urheber|Urheber]] \n' ..
'| colspan="3" | ' .. args.Urheber .. '\n' .. [=[
|-
]=] ..
'| [[Attribut:Quellangaben|Quellangaben]] \n' ..
'| colspan="3" | ' .. args.Quellangaben .. '\n' .. [=[
|-
]=] ..
'| [[Attribut:Strasse|Straße]] \n' ..
'| ' ..
    frame:callParserFunction('#arraymap', args.Strasse, ';', 'x', '[[x]]') ..
    '\n' .. '| <b>ausblenden:</b>\n' .. '| ' .. args.ZeigeNichtInStrasse .. '\n' .. [=[
|}
]=]
return t
return t
end  
end