Addshore created this task.
Herald added subscribers: Zppix, Aklapper.

TASK DESCRIPTION
  Right now this script has wikidata.org hard coded.
  
        def get_property_talk_page(self, property_number):
                url = 
"http://www.wikidata.org/w/index.php?title=Property_talk:P"; + \
                          str(property_number) + "&action=edit"
                property_talk_page = requests.get(url).text
                return property_talk_page
  
  For development and testing people should be able to pass in other wikis.
  
  It would be quite nice to have this bundled with the extension....

TASK DETAIL
  https://phabricator.wikimedia.org/T136081

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: aude, Aklapper, Lydia_Pintscher, Addshore, Zppix, D3r1ck01, Izno, 
Wikidata-bugs, Mbch331



_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to