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

Change subject: [WikiGrok] Add new suggestions to the actor campaign
......................................................................


[WikiGrok] Add new suggestions to the actor campaign

Add the "voice actor" and "stage actor" suggestions.

Change-Id: I9aa0165480f5e799f7d0a0fb334336bf3a11a8cd
---
M wmf-config/mobile.php
1 file changed, 16 insertions(+), 9 deletions(-)

Approvals:
  Alex Monk: Looks good to me, approved
  Kaldari: Looks good to me, but someone else must approve
  Bmansurov: 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 05f5904..4b74c84 100644
--- a/wmf-config/mobile.php
+++ b/wmf-config/mobile.php
@@ -122,15 +122,6 @@
                                'ifNotAny' => array( 'P106'/* occupation */ => 
'Q482980'/* author */ ),
                                'suggestions' => array( 'Q482980'/* author */ ),
                        ),
-                       // 
https://www.mediawiki.org/wiki/Extension:MobileFrontend/WikiGrok/Claim_suggestions#Types_of_actors
-                       // After production testing is complete, split this 
campaign into 2 separate
-                       // campaigns which exclude items that already have the 
respective claims made.
-                       'actor' => array(
-                               'type' => 'Simple',
-                               'property' => 'P106'/* occupation */,
-                               'ifAll' => array( 'P31'/* instance of */ => 
'Q5'/* human */, 'P106'/* occupation */ => 'Q33999'/* actor */ ),
-                               'suggestions' => array( 'Q10798782'/* 
television actor */, 'Q10800557'/* film actor */ ),
-                       ),
                        // 
https://www.mediawiki.org/wiki/Extension:MobileFrontend/WikiGrok/Claim_suggestions#Album
                        'album' => array(
                                'type' => 'Simple',
@@ -156,6 +147,22 @@
                                'ifNotAny' => array( 'P364'/* original language 
of this work */ => 'Q1860'/* English */ ),
                                'suggestions' => array( 'Q1860'/* English */ ),
                        ),
+
+                       // https://trello.com/c/XA608tCb/5-1-new-actor-campaign
+                       'actor2' => array(
+                               'type' => 'Simple',
+                               'property' => 'P31' /* instance of */,
+                               'ifAll' => array(
+                                       'P31'/* instance of */ => 'Q5'/* human 
*/,
+                                       'P106'/* occupation */ => 'Q33999'/* 
actor */,
+                               ),
+                               'suggestions' => array(
+                                       'Q10798782' /* television actor */,
+                                       'Q10800557' /* film actor */,
+                                       'Q2405480' /* voice actor */,
+                                       'Q2259451' /* stage actor */,
+                               ),
+                       ),
                );
        }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9aa0165480f5e799f7d0a0fb334336bf3a11a8cd
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: Phuedx <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to