Modul:Uses Wikidata: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
K (1 Version von wikivoyage:Modul:Uses_Wikidata importiert)
Keine Bearbeitungszusammenfassung
Zeile 9: Zeile 9:
if p ~= '' then
if p ~= '' then
label = mw.wikibase.label( p ) or 'Keine Bezeichnung'
label = mw.wikibase.label( p ) or 'Keine Bezeichnung'
result = result .. '<li><b><i>[[d:Property:' .. p .. '|' .. label .. ' <small>(' .. p:upper() .. ')</small>]]</i></b> (siehe [[d:Property talk:' .. p .. '|Diskussion]]; [[d:Special:WhatLinksHere/Property:' .. p .. '|Verlinkungen]])</li>'
result = result .. '<li><b><i>[[Property:' .. p .. '|' .. label .. ' <small>(' .. p:upper() .. ')</small>]]</i></b> (siehe [[Property talk:' .. p .. '|Diskussion]]; [[Special:WhatLinksHere/Property:' .. p .. '|Verlinkungen]])</li>'
i = i + 1
i = i + 1
else break
else break