Array values correspond to page names within the Mediawiki namespace: e.g. "Reader-segmentation-1-description" corresponds to Mediawiki:Reader-segmentation-1-description
Please include the actual value of a message as a comment after the key: e.g. // Please answer our survey
array(
"@description"=> "message key for description of the survey",
"description" => "Reader-segmentation-1-description", // (blank)
"@link"=> "message key for external link to the survey (must be https)",
"link"=> "Reader-segmentation-1-link", // https://docs.google.com/forms/d/17vKKxhVF4A3iO71JNQ4xbvc42Md3U87WgnYwmXISqoM/viewform
"@question"=> "survey question message key",
"question"=> "Reader-segmentation-1-message", // Answer one question and help us improve Wikipedia.
"@privacyPolicy"=> "message key for privacy policy. May contain links.",
"privacyPolicy"=> "Reader-segmentation-1-privacy", // Survey data handled by a third party. [https://wikimediafoundation.org/wiki/Survey_Privacy_Statement Privacy].
"@coverage"=> "percentage of users that will see the survey/100",
"coverage"=> "0.0005", // .05%
"@platform"=> "for each platform (desktop, mobile), which version of it is targeted (stable, beta, alpha)",
"platform"=> array(
"desktop"=> array(),
"mobile"=> array( "stable" )
)
)Please copy this description for future surveys and modify the appropriate values (message keys) and comments (messages).