Module:WikiFur

From WikiFur Data
Revision as of 14:35, 27 October 2023 by GreenReaper (talk | contribs) (Needs mw?)
Jump to navigation Jump to search

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

local p = {}

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

return p;