Modulo:Wikidata: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m permetto valorizzazione di "recursion" anche dal codice del template |
|||
Riga 276:
ret = (formatting == 'raw' or formatting == 'id') and entityId or
formatting == 'label' and mw.wikibase.getLabel(entityId) or
formatting == 'title' and (mw.wikibase.getSitelink(entityId) or '') or
error(i18n.errors['unknown-output-format'])
else
|