{
	"@metadata": {
		"authors": []
	},
	"apihelp-flagconfig-description": "Get basic information about review flag configuration for this site.\n\nThe following parameters are returned for each tag:\n;name:The key name of this tag.\n;levels:Number of levels the tag has (above \"not tagged\").\n;tier2:Level the tag must reach for a revision to be tier 2 (quality).\n;tier3:Level the tag must reach for a revision to be tier 3 (pristine).\nFlagged revisions have an assigned level for each tag. The highest tier that all the tags meet is the review tier of the entire revision.",
	"apihelp-flagconfig-summary": "Get basic information about review flag configuration for this site.",
	"apihelp-flagconfig-extended-description": "The following parameters are returned for each tag:\n;name:The key name of this tag.\n;levels:Number of levels the tag has (above \"not tagged\").\n;tier2:Level the tag must reach for a revision to be tier 2 (quality).\n;tier3:Level the tag must reach for a revision to be tier 3 (pristine).\nFlagged revisions have an assigned level for each tag. The highest tier that all the tags meet is the review tier of the entire revision.",
	"apihelp-flagconfig-example-1": "Fetch flag configuration",
	"apihelp-query+configuredpages-description": "Enumerate all pages that have custom review configurations.",
	"apihelp-query+configuredpages-summary": "Enumerate all pages that have custom review configurations.",
	"apihelp-query+configuredpages-param-start": "Start listing at this page ID.",
	"apihelp-query+configuredpages-param-end": "Stop listing at this page ID.",
	"apihelp-query+configuredpages-param-namespace": "The namespaces to enumerate.",
	"apihelp-query+configuredpages-param-default": "The default page view version.",
	"apihelp-query+configuredpages-param-autoreview": "Review/autoreview restriction level.",
	"apihelp-query+configuredpages-param-limit": "How many total pages to return.",
	"apihelp-query+configuredpages-example-1": "Show a list of pages with custom review configurations",
	"apihelp-query+configuredpages-example-2": "Get some info about pages with custom review configurations",
	"apihelp-query+flagged-description": "Get information about the flagging status of the given pages.\n\nIf a page is flagged, the following parameters are returned:\n;stable_revid:The revision ID of the latest stable revision.\n;level\n;level_text:The highest flagging level of the page.\n;pending_since:If there are any current unreviewed revisions for that page, holds the timestamp of the first of them.\nIf the page has protection configuration, the following parameters are returned:\n;protection_level:The right a user must have to not require review on the page.\n;protection_expiry:When the protection expires.",
	"apihelp-query+flagged-summary": "Get information about the flagging status of the given pages.",
	"apihelp-query+flagged-extended-description": "If a page is flagged, the following parameters are returned:\n;stable_revid:The revision ID of the latest stable revision.\n;level\n;level_text:The highest flagging level of the page.\n;pending_since:If there are any current unreviewed revisions for that page, holds the timestamp of the first of them.\nIf the page has protection configuration, the following parameters are returned:\n;protection_level:The right a user must have to not require review on the page.\n;protection_expiry:When the protection expires.",
	"apihelp-query+flagged-example-1": "Get page information and flag status of [[Main Page]]",
	"apihelp-query+flagged-example-2": "Get flag statuses for pages starting with \"K\"",
	"apihelp-query+oldreviewedpages-description": "Enumerates pages that have changes pending review.",
	"apihelp-query+oldreviewedpages-summary": "Enumerates pages that have changes pending review.",
	"apihelp-query+oldreviewedpages-param-start": "Start listing at this timestamp.",
	"apihelp-query+oldreviewedpages-param-end": "Stop listing at this timestamp.",
	"apihelp-query+oldreviewedpages-param-maxsize": "Maximum character count change size.",
	"apihelp-query+oldreviewedpages-param-filterwatched": "How to filter for pages on your watchlist.",
	"apihelp-query+oldreviewedpages-param-namespace": "The namespaces to enumerate.",
	"apihelp-query+oldreviewedpages-param-category": "Show pages only in the given category.",
	"apihelp-query+oldreviewedpages-param-filterredir": "How to filter for redirects.",
	"apihelp-query+oldreviewedpages-param-limit": "How many total pages to return.",
	"apihelp-query+oldreviewedpages-example-1": "Show a list of pages with pending unreviewed changes",
	"apihelp-query+oldreviewedpages-example-2": "Show info about some old reviewed pages",
	"apihelp-query+reviewedpages-description": "Enumerates pages that have a reviewed version.",
	"apihelp-query+reviewedpages-summary": "Enumerates pages that have a reviewed version.",
	"apihelp-query+reviewedpages-param-start": "Start listing at this page ID.",
	"apihelp-query+reviewedpages-param-end": "Stop listing at this page ID.",
	"apihelp-query+reviewedpages-param-namespace": "The namespaces to enumerate.",
	"apihelp-query+reviewedpages-param-filterredir": "How to filter for redirects",
	"apihelp-query+reviewedpages-param-filterlevel": "How to filter by quality (0=checked, 1=quality).",
	"apihelp-query+reviewedpages-param-limit": "How many total pages to return.",
	"apihelp-query+reviewedpages-example-1": "Show a list of reviewed pages",
	"apihelp-query+reviewedpages-example-2": "Show info about some reviewed pages",
	"apihelp-query+revisions-paramvalue-prop-flagged": "Flagged status of the revision.",
	"apihelp-query+unreviewedpages-description": "Enumerates pages that have not been reviewed to a given quality level.",
	"apihelp-query+unreviewedpages-summary": "Enumerates pages that have not been reviewed to a given quality level.",
	"apihelp-query+unreviewedpages-param-start": "Start listing at this page title.",
	"apihelp-query+unreviewedpages-param-end": "Stop listing at this page title.",
	"apihelp-query+unreviewedpages-param-dir": "Direction to sort in.",
	"apihelp-query+unreviewedpages-param-namespace": "The namespaces to enumerate.",
	"apihelp-query+unreviewedpages-param-filterredir": "How to filter for redirects.",
	"apihelp-query+unreviewedpages-param-filterlevel": "How to filter by quality (0=checked, 1=quality).",
	"apihelp-query+unreviewedpages-param-limit": "How many total pages to return.",
	"apihelp-query+unreviewedpages-example-1": "Show a list of unreviewed pages",
	"apihelp-query+unreviewedpages-example-2": "Show info about some unreviewed pages",
	"apihelp-review-description": "Review a revision by approving or de-approving it.",
	"apihelp-review-summary": "Review a revision by approving or de-approving it.",
	"apihelp-review-param-revid": "The revision ID for which to set the flags.",
	"apihelp-review-param-comment": "Comment for the review.",
	"apihelp-review-param-unapprove": "If set, revision will be unapproved rather than approved.",
	"apihelp-review-param-flag": "Set the flag ''$1'' to the specified value.",
	"apihelp-review-example-1": "Approve revision 12345 with comment \"Ok\"",
	"apihelp-reviewactivity-description": "Advertise or de-advertise yourself as reviewing an unreviewed page or unreviewed changes.",
	"apihelp-reviewactivity-summary": "Advertise or de-advertise yourself as reviewing an unreviewed page or unreviewed changes.",
	"apihelp-reviewactivity-param-previd": "The prior revision ID (for reviewing changes only).",
	"apihelp-reviewactivity-param-oldid": "The ID of the revision being reviewed.",
	"apihelp-reviewactivity-param-reviewing": "Whether to advertise yourself as reviewing or no longer reviewing.",
	"apihelp-reviewactivity-example-1": "Advertise yourself as reviewing revision 12345",
	"apihelp-stabilize-description-general": "Change page stability settings.",
	"apihelp-stabilize-summary-general": "Change page stability settings.",
	"apihelp-stabilize-description-protect": "Configure review-protection settings for a page.",
	"apihelp-stabilize-summary-protect": "Configure review-protection settings for a page.",
	"apihelp-stabilize-param-reason": "Reason.",
	"apihelp-stabilize-param-watch": "Watch this page.",
	"apihelp-stabilize-param-expiry-general": "Expiry for these settings.",
	"apihelp-stabilize-param-expiry-protect": "Review-protection expiry.",
	"apihelp-stabilize-param-title-general": "Title of the page to be stabilized.",
	"apihelp-stabilize-param-title-protect": "Title of the page to be review-protected.",
	"apihelp-stabilize-param-default": "Default revision to show.",
	"apihelp-stabilize-param-autoreview": "Auto-review restriction.",
	"apihelp-stabilize-param-review": "Review this page.",
	"apihelp-stabilize-param-protectlevel": "The review-protection level.",
	"apihelp-stabilize-example-general": "Set [[Test]] to display the stable revision by default",
	"apihelp-stabilize-example-protect": "Remove review-protection from [[Test]]",
	"apierror-flaggedrevs-notreviewable": "Provided page is not reviewable.",
	"apierror-flaggedrevs-notsamepage": "Revisions do not belong to the same page.",
	"apierror-flaggedrevs-pagedoesnotexist": "Provided page does not exist.",
	"apierror-flaggedrevs-cantreview": "You don't have the necessary rights to set the specified flags.",
	"apierror-flaggedrevs-toolow": "Either all or none of the flags have to be set to zero.",
	"apierror-flaggedrevs-badflags": "The specified flags are not valid.",
	"apierror-flaggedrevs-cantunreview": "You don't have the necessary rights to remove the flags.",
	"apierror-flaggedrevs-noflaggedrev": "No flagged revision with the specified ID."
}
