Pages for logged out editors learn more
Navigation
Mitmachen
Tools
Die Dokumentation für dieses Modul kann unter Modul:WikibaseLabel/Doku erstellt werden
local functions = {} function functions.getLabel() local entity = mw.wikibase.getEntity() if (entity) then label, lang = entity:getLabel() return label else return end end return functions