Module:WikiFur

Revision as of 14:35, 27 October 2023 by GreenReaper (talk | contribs) (Needs mw?)

Documentation for this module may be created at Module:WikiFur/doc

local p = {}

function p.ID()
  return mw.wikibase.getEntityIdForCurrentPage();
end

return p;