Legoktm has submitted this change and it was merged.
Change subject: Add moon (Q405) to the list of globes ......................................................................
Add moon (Q405) to the list of globes
Change-Id: I2dd9f87fcb1d748bff94328575f8439dc36035e3 --- M pywikibot/families/wikidata_family.py 1 file changed, 2 insertions(+), 1 deletion(-)
Approvals: Legoktm: Verified; Looks good to me, approved
diff --git a/pywikibot/families/wikidata_family.py b/pywikibot/families/wikidata_family.py index 320af9d..3ec3ff2 100644 --- a/pywikibot/families/wikidata_family.py +++ b/pywikibot/families/wikidata_family.py @@ -40,4 +40,5 @@
def globes(self, code): """Supported globes for Coordinate datatype""" - return {'earth': 'http://www.wikidata.org/entity/Q2%27%7D + return {'earth': 'http://www.wikidata.org/entity/Q2', + 'moon': 'http://www.wikidata.org/entity/Q405%27%7D
pywikibot-commits@lists.wikimedia.org