Hoo man has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/380494 )
Change subject: docs: Update mw.wikibase.getEntityUrl example ...................................................................... docs: Update mw.wikibase.getEntityUrl example Per https://www.mediawiki.org/w/index.php?diff=2556003&oldid=2554396 (by 50.53.1.33). Change-Id: I061e8c07838e6a8540ab73965ce470bde7c86e5b --- M docs/lua.wiki 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase refs/changes/94/380494/1 diff --git a/docs/lua.wiki b/docs/lua.wiki index 4a01a25..c450221 100644 --- a/docs/lua.wiki +++ b/docs/lua.wiki @@ -46,7 +46,7 @@ If no ID was specified, the URL of the item connected to the current page will be returned, if the page is connected. An example call might look like this: <source lang="lua"> -mw.wikibase.getEntityUrl( 'Q42' ) -- Returns the URL to the item as a string, like "http://wikidata.org/wiki/Q42". +mw.wikibase.getEntityUrl( 'Q42' ) -- Returns the URL to the item as a string, like "https://www.wikidata.org/wiki/Special:EntityPage/Q42". </source> === mw.wikibase.label === -- To view, visit https://gerrit.wikimedia.org/r/380494 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I061e8c07838e6a8540ab73965ce470bde7c86e5b Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Hoo man <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
