Documentation for this module may be created at Module:WikiFur/doc
local p = {} function p.ID() return mw.wikibase.getEntityIdForCurrentPage(); end function p.Label(id) return mw.wikibase.getLabel(id); end return p;