{
	"name": "LabeledSectionTransclusion",
	"author": "Steve Sanbeg",
	"url": "https://www.mediawiki.org/wiki/Extension:Labeled_Section_Transclusion",
	"descriptionmsg": "lst-desc",
	"license-name": "GPL-2.0-or-later",
	"type": "parserhook",
	"MessagesDirs": {
		"LabeledSectionTransclusion": [
			"i18n"
		]
	},
	"AutoloadClasses": {
		"LabeledSectionTransclusion": "LabeledSectionTransclusion.class.php"
	},
	"Hooks": {
		"ParserFirstCallInit": [
			"LabeledSectionTransclusion::setup"
		],
		"LanguageGetMagic": [
			"LabeledSectionTransclusion::setupMagic"
		]
	},
	"config": {
		"LstLocal": null
	},
	"manifest_version": 1
}
