gerritbot added a comment.
Change 210907 merged by jenkins-bot:
Default mw.wikibase.* lua functions to the connected item of a page
https://gerrit.wikimedia.org/r/210907
TASK DETAIL
https://phabricator.wikimedia.org/T99078
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/
aude added a comment.
right now, a lot of modules have code like:
-- module local variables
local wiki =
{
langcode = mw.language.getContentLanguage().code
}
function p.descriptionIn(frame)
local langcode = frame.args[1]
local id = frame.args[2]-- "id
gerritbot added a subscriber: gerritbot.
gerritbot added a comment.
Change 210907 had a related patch set uploaded (by Aude):
Default mw.wikibase.* lua functions to the connected item of a page
https://gerrit.wikimedia.org/r/210907
TASK DETAIL
https://phabricator.wikimedia.org/T99078
EMAIL P