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

Change subject: WikiGrok: Add a new 'politician' campaign
......................................................................


WikiGrok: Add a new 'politician' campaign

Suggestions are: independent politician, writer, lawyer, and diplomat

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

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/mobile.php b/wmf-config/mobile.php
index 55992c0..3fd2cf1 100644
--- a/wmf-config/mobile.php
+++ b/wmf-config/mobile.php
@@ -205,6 +205,22 @@
                                        'Q2526255' /* film director */,
                                ),
                        ),
+
+                       // https://trello.com/c/hRFjMiEB
+                       'politician' => array(
+                               'type' => 'Simple',
+                               'property' => 'P106'/* occupation */,
+                               'ifAll' => array(
+                                       'P31'/* instance of */ => 'Q5'/* human 
*/,
+                                       'P106'/* occupation */ => 'Q82955'/* 
politician */
+                               ),
+                               'suggestions' => array(
+                                       'Q327591' /* independent politician */,
+                                       'Q36180' /* writer */,
+                                       'Q40348' /* lawyer */,
+                                       'Q193391' /* diplomat */
+                               ),
+                       ),
                );
        }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I44dac70ab367c841ccf40bbc113999d0c31f021e
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Bmansurov <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to