jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Alex Monk: Looks good to me, approved
  Kaldari: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/mobile.php b/wmf-config/mobile.php
index 0859df3..55992c0 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: merged
Gerrit-Change-Id: I4e21b7cb1594c80c19b4169cc033c8f119023872
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Phuedx <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: Bmansurov <[email protected]>
Gerrit-Reviewer: Kaldari <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to