Revision as of 21:09, 20 March 2025 by Donxello(talk | contribs)(Created page with "local p = {} function p.getLabel(frame) local entityId = frame.args[1] or "Q42" -- Defaults to Douglas Adams (Q42) return mw.wikibase.getLabel(entityId) or "Label not found" end return p")
localp={}functionp.getLabel(frame)localentityId=frame.args[1]or"Q42"-- Defaults to Douglas Adams (Q42)returnmw.wikibase.getLabel(entityId)or"Label not found"endreturnp