aude created this task.
aude added a subscriber: aude.
aude added a project: Wikibase-Quality-External-Validation.
Herald added a subscriber: Aklapper.
Herald added a project: Wikidata.

TASK DESCRIPTION
  In the setup file (WikibaseQualityExternalValidation.php) some constants are 
set for several Wikidata property and item ids.
  
  To make this configurable (e.g. for test.wikidata), it would be nicer imho if 
these were settings.
  
      // Ids of certain Wikidata entities                                       
                      
      if( !defined( 'INSTANCE_OF_PID' ) ) {                                     
                      
          define( 'INSTANCE_OF_PID', 'P31' );                                   
                      
      }                                                                         
                      
      if( !defined( 'IDENTIFIER_PROPERTY_QID' ) ) {                             
                      
          define( 'IDENTIFIER_PROPERTY_QID', 'Q19847637' );                     
                      
      }                                                                         
                      
      if( !defined( 'STATED_IN_PID' ) ) {                                       
                      
          define( 'STATED_IN_PID', 'P248' );                                    
                      
      }

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

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

To: aude
Cc: aude, Aklapper, Wikidata-bugs



_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to