We have this:
It is possible to fetch MediaInfo entities via Lua on Commons, and most of the methods exposed via Wikibase's Lua modules work just fine.
However, it is not currently possible to use those that rely on SiteLinkLookup (getEntityIdForTitle, getSiteLinkPageName and getEntityIdForCurrentPage )
Those should become available as well.
We want this:
Support for mw.wikibase.getEntityIdForCurrentPage, mw.wikibase.getEntityIdForTitle and mw.wikibase.getSiteLinkPageName calls should be implemented, so MediaInfo entities can be found by page title.
Acceptance Criteria:
- mw.wikibase.getEntityIdForCurrentPage works
- mw.wikibase.getEntityIdForTitle works
- mw.wikibase.getSiteLinkPageName works