https://bugzilla.wikimedia.org/show_bug.cgi?id=63623

--- Comment #3 from FelixReimann <[email protected]> ---
Marius is right: The missing tracking feature prohibits a module to display the
data for a different item, with mw.wikibase.getEntityObject('Q1234'). This is
not the problem.

However, most modules work on the item connected to the article which uses the
module (by #invoke). Given the module to debug is used in article en:Seaborgium
, with mw.wikibase.getEntityObject() (empty argument) you would get the data
item Q1234 connected to Seaborgium.

Thus, to debug this module and, especially, a misbehavior if used in
Seaborgium, you want to specify for the debug console that the module should
behave as if used in Seaborgium and return Q1234 instead of nil or the item of
the module itself.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to