Phuedx has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/194503

Change subject: [WikiGrok] Add the "filmProducer" campaign
......................................................................

[WikiGrok] Add the "filmProducer" campaign

If the article is about a film producer, then ask if the subject is also
a film director.

Change-Id: I4e21b7cb1594c80c19b4169cc033c8f119023872
---
M wmf-config/mobile.php
1 file changed, 13 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/03/194503/1

diff --git a/wmf-config/mobile.php b/wmf-config/mobile.php
index f9b790d..5167ae5 100644
--- a/wmf-config/mobile.php
+++ b/wmf-config/mobile.php
@@ -192,6 +192,19 @@
                                        'Q3282637'/* film producer */
                                ),
                        ),
+
+                       // https://trello.com/c/9i0wUVdZ
+                       'filmProducer' => array(
+                               'type' => 'Simple',
+                               'property' => 'P106' /* occupation */,
+                               'ifAll' => array(
+                                       'P31' /* instance of */ => 'Q5' /* 
human */,
+                                       'P106' /* occupation */ => 'Q3282637' 
/* film producer */,
+                               ),
+                               'suggestions' => array(
+                                       'Q2526255' /* film director */,
+                               ),
+                       ),
                );
        }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/194503
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4e21b7cb1594c80c19b4169cc033c8f119023872
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Phuedx <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to