{
	"name": "DynamicPageList",
	"version": "1.7.0",
	"author": [
		"[https://en.wikinews.org/wiki/User:Amgine Amgine]",
		"[https://en.wikinews.org/wiki/User:IlyaHaykinson IlyaHaykinson]"
	],
	"url": "https://www.mediawiki.org/wiki/Extension:Intersection",
	"descriptionmsg": "intersection-desc",
	"type": "parserhook",
	"requires": {
		"MediaWiki": ">= 1.39.0"
	},
	"license-name": "GPL-2.0-or-later",
	"AutoloadNamespaces": {
		"MediaWiki\\Extension\\DynamicPageList\\": "includes/"
	},
	"MessagesDirs": {
		"DynamicPageList": [
			"i18n"
		]
	},
	"Hooks": {
		"ParserFirstCallInit": "MediaWiki\\Extension\\DynamicPageList\\Hooks::onParserFirstCallInit"
	},
	"TrackingCategories": [
		"intersection-category"
	],
	"config": {
		"DLPmaxCategories": {
			"value": 6
		},
		"DLPMaxResultCount": {
			"value": 200
		},
		"DLPAllowUnlimitedResults": {
			"value": false
		},
		"DLPAllowUnlimitedCategories": {
			"value": false
		},
		"DLPMaxCacheTime": {
			"value": 86400
		},
		"DLPMaxQueryTime": {
			"value": 10000,
			"description": "Maximum allowed time for database queries in milliseconds."
		},
		"DLPQueryCacheTime": {
			"value": 0,
			"description": "This is the query cache. It can help with situations where you have a template with the same query used on a large number of pages all being refreshed at once. The query cache cannot be purged. Suggested value between 30 to 600."
		}
	},
	"manifest_version": 2
}
