2015-03-25 22:35:59 +00:00
|
|
|
{
|
|
|
|
"name": "WikiEditor",
|
2020-04-21 14:28:40 +00:00
|
|
|
"version": "0.5.3",
|
2015-03-25 22:35:59 +00:00
|
|
|
"author": [
|
2015-05-20 03:36:36 +00:00
|
|
|
"Derk-Jan Hartman",
|
2015-03-25 22:35:59 +00:00
|
|
|
"Trevor Parscal",
|
|
|
|
"Roan Kattouw",
|
|
|
|
"Nimish Gautam",
|
|
|
|
"Adam Miller"
|
|
|
|
],
|
|
|
|
"url": "https://www.mediawiki.org/wiki/Extension:WikiEditor",
|
|
|
|
"descriptionmsg": "wikieditor-desc",
|
2018-01-29 05:41:19 +00:00
|
|
|
"license-name": "GPL-2.0-or-later",
|
2018-04-14 05:07:50 +00:00
|
|
|
"type": "editor",
|
2017-12-01 11:10:30 +00:00
|
|
|
"requires": {
|
2021-11-18 10:50:17 +00:00
|
|
|
"MediaWiki": ">= 1.38.0"
|
2017-12-01 11:10:30 +00:00
|
|
|
},
|
2015-03-25 22:35:59 +00:00
|
|
|
"MessagesDirs": {
|
|
|
|
"WikiEditor": [
|
|
|
|
"i18n"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Hooks": {
|
2021-11-04 19:42:41 +00:00
|
|
|
"EditPage::showEditForm:initial": "WikiEditorHooks",
|
|
|
|
"GetPreferences": "WikiEditorHooks",
|
|
|
|
"EditPage::showEditForm:fields": "WikiEditorHooks",
|
|
|
|
"EditPage::attemptSave": "WikiEditorHooks",
|
|
|
|
"EditPage::attemptSave:after": "WikiEditorHooks",
|
2020-04-07 10:50:44 +00:00
|
|
|
"EditPageGetPreviewContent": "WikiEditorHooks",
|
|
|
|
"ListDefinedTags": "WikiEditorHooks",
|
|
|
|
"ChangeTagsListActive": "WikiEditorHooks",
|
|
|
|
"RecentChange_save": "WikiEditorHooks"
|
2021-11-04 07:58:20 +00:00
|
|
|
},
|
|
|
|
"HookHandlers": {
|
|
|
|
"WikiEditorHooks": {
|
2021-11-04 19:42:41 +00:00
|
|
|
"class": "MediaWiki\\Extension\\WikiEditor\\Hooks",
|
|
|
|
"services": [
|
|
|
|
"MainConfig",
|
|
|
|
"UserEditTracker",
|
|
|
|
"UserOptionsLookup"
|
|
|
|
]
|
2021-11-04 07:58:20 +00:00
|
|
|
}
|
2015-03-25 22:35:59 +00:00
|
|
|
},
|
|
|
|
"ResourceModules": {
|
2017-11-22 20:17:37 +00:00
|
|
|
"ext.wikiEditor": {
|
2015-03-25 22:35:59 +00:00
|
|
|
"group": "ext.wikiEditor",
|
2019-07-20 08:09:04 +00:00
|
|
|
"packageFiles": [
|
|
|
|
"ext.wikiEditor.js",
|
2021-09-01 07:17:53 +00:00
|
|
|
"insertlink/TitleInputField.js",
|
|
|
|
"insertlink/TitleInputWidget.js",
|
|
|
|
"insertlink/TitleOptionWidget.js",
|
2021-09-13 03:17:05 +00:00
|
|
|
"insertlink/LinkTextField.js",
|
2021-10-11 05:31:20 +00:00
|
|
|
"insertlink/LinkTypeField.js",
|
2017-11-22 20:17:37 +00:00
|
|
|
"jquery.wikiEditor.js",
|
|
|
|
"jquery.wikiEditor.toolbar.js",
|
|
|
|
"jquery.wikiEditor.toolbar.config.js",
|
|
|
|
"jquery.wikiEditor.dialogs.js",
|
|
|
|
"jquery.wikiEditor.dialogs.config.js",
|
2019-07-20 08:09:04 +00:00
|
|
|
{
|
|
|
|
"name": "data.json",
|
2021-11-08 18:23:04 +00:00
|
|
|
"callback": "MediaWiki\\Extension\\WikiEditor\\Hooks::getModuleData",
|
|
|
|
"versionCallback": "MediaWiki\\Extension\\WikiEditor\\Hooks::getModuleDataSummary"
|
2019-07-20 08:09:04 +00:00
|
|
|
}
|
2015-03-25 22:35:59 +00:00
|
|
|
],
|
2017-11-22 20:17:37 +00:00
|
|
|
"styles": [
|
2021-09-01 07:17:53 +00:00
|
|
|
"insertlink/TitleInputField.less",
|
2021-10-11 05:31:20 +00:00
|
|
|
"insertlink/LinkTypeField.less",
|
2017-11-22 20:17:37 +00:00
|
|
|
"jquery.wikiEditor.less",
|
|
|
|
"jquery.wikiEditor.toolbar.less",
|
|
|
|
"jquery.wikiEditor.dialogs.less",
|
|
|
|
"jquery.wikiEditor.dialogs.config.less"
|
2015-07-27 08:04:12 +00:00
|
|
|
],
|
2019-03-27 16:46:44 +00:00
|
|
|
"skinStyles": {
|
|
|
|
"default": [
|
2020-02-05 01:09:55 +00:00
|
|
|
"jquery.wikiEditor.toolbar-wikimedia.less"
|
|
|
|
],
|
|
|
|
"monobook": [
|
|
|
|
"jquery.wikiEditor.toolbar-apex.less"
|
|
|
|
],
|
|
|
|
"apex": [
|
2019-03-27 16:46:44 +00:00
|
|
|
"jquery.wikiEditor.toolbar-apex.less"
|
|
|
|
]
|
|
|
|
},
|
2015-07-27 08:04:12 +00:00
|
|
|
"templates": {
|
|
|
|
"dialogInsertFile.html": "templates/dialogInsertFile.html",
|
|
|
|
"dialogInsertReference.html": "templates/dialogInsertReference.html",
|
|
|
|
"dialogInsertTable.html": "templates/dialogInsertTable.html",
|
|
|
|
"dialogReplace.html": "templates/dialogReplace.html"
|
2017-11-22 20:17:37 +00:00
|
|
|
},
|
2015-03-25 22:35:59 +00:00
|
|
|
"messages": [
|
2017-11-22 20:17:37 +00:00
|
|
|
"wikieditor-wikitext-tab",
|
2015-03-25 22:35:59 +00:00
|
|
|
"wikieditor-toolbar-tool-bold",
|
|
|
|
"wikieditor-toolbar-tool-bold-example",
|
|
|
|
"wikieditor-toolbar-tool-italic",
|
|
|
|
"wikieditor-toolbar-tool-italic-example",
|
|
|
|
"wikieditor-toolbar-tool-ilink",
|
|
|
|
"wikieditor-toolbar-tool-ilink-example",
|
|
|
|
"wikieditor-toolbar-tool-xlink",
|
|
|
|
"wikieditor-toolbar-tool-xlink-example",
|
|
|
|
"wikieditor-toolbar-tool-link",
|
|
|
|
"wikieditor-toolbar-tool-link-title",
|
|
|
|
"wikieditor-toolbar-tool-link-int",
|
|
|
|
"wikieditor-toolbar-tool-link-int-target",
|
|
|
|
"wikieditor-toolbar-tool-link-int-target-tooltip",
|
|
|
|
"wikieditor-toolbar-tool-link-int-text",
|
|
|
|
"wikieditor-toolbar-tool-link-int-text-tooltip",
|
|
|
|
"wikieditor-toolbar-tool-link-ext",
|
|
|
|
"wikieditor-toolbar-tool-link-ext-target",
|
|
|
|
"wikieditor-toolbar-tool-link-ext-text",
|
|
|
|
"wikieditor-toolbar-tool-link-insert",
|
|
|
|
"wikieditor-toolbar-tool-link-cancel",
|
|
|
|
"wikieditor-toolbar-tool-link-int-target-status-exists",
|
|
|
|
"wikieditor-toolbar-tool-link-int-target-status-notexists",
|
|
|
|
"wikieditor-toolbar-tool-link-int-target-status-invalid",
|
|
|
|
"wikieditor-toolbar-tool-link-int-target-status-external",
|
|
|
|
"wikieditor-toolbar-tool-link-int-target-status-loading",
|
|
|
|
"wikieditor-toolbar-tool-link-int-target-status-disambig",
|
|
|
|
"wikieditor-toolbar-tool-link-int-invalid",
|
|
|
|
"wikieditor-toolbar-tool-link-lookslikeinternal",
|
|
|
|
"wikieditor-toolbar-tool-link-lookslikeinternal-int",
|
|
|
|
"wikieditor-toolbar-tool-link-lookslikeinternal-ext",
|
|
|
|
"wikieditor-toolbar-tool-file",
|
|
|
|
"wikieditor-toolbar-tool-file-example",
|
|
|
|
"wikieditor-toolbar-tool-reference",
|
|
|
|
"wikieditor-toolbar-tool-reference-title",
|
|
|
|
"wikieditor-toolbar-tool-reference-cancel",
|
|
|
|
"wikieditor-toolbar-tool-reference-text",
|
|
|
|
"wikieditor-toolbar-tool-reference-insert",
|
|
|
|
"wikieditor-toolbar-tool-reference-example",
|
|
|
|
"wikieditor-toolbar-tool-signature",
|
|
|
|
"wikieditor-toolbar-section-advanced",
|
|
|
|
"wikieditor-toolbar-tool-heading",
|
|
|
|
"wikieditor-toolbar-tool-heading-1",
|
|
|
|
"wikieditor-toolbar-tool-heading-2",
|
|
|
|
"wikieditor-toolbar-tool-heading-3",
|
|
|
|
"wikieditor-toolbar-tool-heading-4",
|
|
|
|
"wikieditor-toolbar-tool-heading-5",
|
|
|
|
"wikieditor-toolbar-tool-heading-example",
|
|
|
|
"wikieditor-toolbar-group-format",
|
|
|
|
"wikieditor-toolbar-tool-ulist",
|
|
|
|
"wikieditor-toolbar-tool-ulist-example",
|
|
|
|
"wikieditor-toolbar-tool-olist",
|
|
|
|
"wikieditor-toolbar-tool-olist-example",
|
|
|
|
"wikieditor-toolbar-tool-nowiki",
|
|
|
|
"wikieditor-toolbar-tool-nowiki-example",
|
|
|
|
"wikieditor-toolbar-tool-redirect",
|
|
|
|
"wikieditor-toolbar-tool-redirect-example",
|
|
|
|
"wikieditor-toolbar-tool-big",
|
|
|
|
"wikieditor-toolbar-tool-big-example",
|
|
|
|
"wikieditor-toolbar-tool-small",
|
|
|
|
"wikieditor-toolbar-tool-small-example",
|
|
|
|
"wikieditor-toolbar-tool-superscript",
|
|
|
|
"wikieditor-toolbar-tool-superscript-example",
|
|
|
|
"wikieditor-toolbar-tool-subscript",
|
|
|
|
"wikieditor-toolbar-tool-subscript-example",
|
|
|
|
"wikieditor-toolbar-group-insert",
|
|
|
|
"wikieditor-toolbar-tool-gallery",
|
|
|
|
"wikieditor-toolbar-tool-gallery-example",
|
|
|
|
"wikieditor-toolbar-tool-newline",
|
|
|
|
"wikieditor-toolbar-tool-table",
|
|
|
|
"wikieditor-toolbar-tool-table-example-old",
|
|
|
|
"wikieditor-toolbar-tool-table-example-cell-text",
|
|
|
|
"wikieditor-toolbar-tool-table-example",
|
|
|
|
"wikieditor-toolbar-tool-table-example-header",
|
2020-05-11 09:42:01 +00:00
|
|
|
"wikieditor-toolbar-tool-table-example-caption",
|
2015-03-25 22:35:59 +00:00
|
|
|
"wikieditor-toolbar-tool-table-title",
|
|
|
|
"wikieditor-toolbar-tool-table-dimensions-rows",
|
|
|
|
"wikieditor-toolbar-tool-table-dimensions-columns",
|
|
|
|
"wikieditor-toolbar-tool-table-dimensions-header",
|
|
|
|
"wikieditor-toolbar-tool-table-wikitable",
|
|
|
|
"wikieditor-toolbar-tool-table-sortable",
|
|
|
|
"wikieditor-toolbar-tool-table-insert",
|
|
|
|
"wikieditor-toolbar-tool-table-cancel",
|
|
|
|
"wikieditor-toolbar-tool-table-example-text",
|
|
|
|
"wikieditor-toolbar-tool-table-toomany",
|
|
|
|
"wikieditor-toolbar-tool-table-invalidnumber",
|
|
|
|
"wikieditor-toolbar-tool-table-zero",
|
|
|
|
"wikieditor-toolbar-tool-replace",
|
|
|
|
"wikieditor-toolbar-tool-replace-title",
|
|
|
|
"wikieditor-toolbar-tool-replace-search",
|
|
|
|
"wikieditor-toolbar-tool-replace-replace",
|
|
|
|
"wikieditor-toolbar-tool-replace-case",
|
|
|
|
"wikieditor-toolbar-tool-replace-regex",
|
2018-11-27 14:57:59 +00:00
|
|
|
"wikieditor-toolbar-tool-replace-word",
|
2015-03-25 22:35:59 +00:00
|
|
|
"wikieditor-toolbar-tool-replace-button-findnext",
|
|
|
|
"wikieditor-toolbar-tool-replace-button-replace",
|
|
|
|
"wikieditor-toolbar-tool-replace-button-replaceall",
|
|
|
|
"wikieditor-toolbar-tool-replace-close",
|
|
|
|
"wikieditor-toolbar-tool-replace-nomatch",
|
|
|
|
"wikieditor-toolbar-tool-replace-success",
|
|
|
|
"wikieditor-toolbar-tool-replace-emptysearch",
|
|
|
|
"wikieditor-toolbar-tool-replace-invalidregex",
|
|
|
|
"wikieditor-toolbar-section-characters",
|
|
|
|
"wikieditor-toolbar-section-help",
|
|
|
|
"wikieditor-toolbar-help-heading-description",
|
|
|
|
"wikieditor-toolbar-help-heading-syntax",
|
|
|
|
"wikieditor-toolbar-help-heading-result",
|
|
|
|
"wikieditor-toolbar-help-page-format",
|
|
|
|
"wikieditor-toolbar-help-page-link",
|
|
|
|
"wikieditor-toolbar-help-page-heading",
|
|
|
|
"wikieditor-toolbar-help-page-list",
|
|
|
|
"wikieditor-toolbar-help-page-file",
|
|
|
|
"wikieditor-toolbar-help-page-reference",
|
|
|
|
"wikieditor-toolbar-help-page-discussion",
|
|
|
|
"wikieditor-toolbar-help-content-bold-description",
|
|
|
|
"wikieditor-toolbar-help-content-bold-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-bold-result",
|
|
|
|
"wikieditor-toolbar-help-content-italic-description",
|
|
|
|
"wikieditor-toolbar-help-content-italic-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-italic-result",
|
|
|
|
"wikieditor-toolbar-help-content-bolditalic-description",
|
|
|
|
"wikieditor-toolbar-help-content-bolditalic-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-bolditalic-result",
|
|
|
|
"wikieditor-toolbar-help-content-ilink-description",
|
|
|
|
"wikieditor-toolbar-help-content-ilink-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-ilink-result",
|
|
|
|
"wikieditor-toolbar-help-content-xlink-description",
|
|
|
|
"wikieditor-toolbar-help-content-xlink-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-xlink-result",
|
|
|
|
"wikieditor-toolbar-help-content-heading2-description",
|
|
|
|
"wikieditor-toolbar-help-content-heading2-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-heading2-result",
|
|
|
|
"wikieditor-toolbar-help-content-heading3-description",
|
|
|
|
"wikieditor-toolbar-help-content-heading3-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-heading3-result",
|
|
|
|
"wikieditor-toolbar-help-content-heading4-description",
|
|
|
|
"wikieditor-toolbar-help-content-heading4-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-heading4-result",
|
|
|
|
"wikieditor-toolbar-help-content-heading5-description",
|
|
|
|
"wikieditor-toolbar-help-content-heading5-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-heading5-result",
|
|
|
|
"wikieditor-toolbar-help-content-ulist-description",
|
|
|
|
"wikieditor-toolbar-help-content-ulist-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-ulist-result",
|
|
|
|
"wikieditor-toolbar-help-content-olist-description",
|
|
|
|
"wikieditor-toolbar-help-content-olist-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-olist-result",
|
|
|
|
"wikieditor-toolbar-help-content-file-description",
|
|
|
|
"wikieditor-toolbar-help-content-file-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-file-caption",
|
|
|
|
"thumbnail-more",
|
|
|
|
"wikieditor-toolbar-help-content-reference-description",
|
|
|
|
"wikieditor-toolbar-help-content-reference-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-reference-result",
|
2015-07-20 07:42:35 +00:00
|
|
|
"wikieditor-toolbar-help-content-named-reference-description",
|
|
|
|
"wikieditor-toolbar-help-content-named-reference-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-named-reference-result",
|
2015-03-25 22:35:59 +00:00
|
|
|
"wikieditor-toolbar-help-content-rereference-description",
|
|
|
|
"wikieditor-toolbar-help-content-rereference-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-rereference-result",
|
|
|
|
"wikieditor-toolbar-help-content-showreferences-description",
|
|
|
|
"wikieditor-toolbar-help-content-showreferences-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-showreferences-result",
|
|
|
|
"wikieditor-toolbar-help-content-signaturetimestamp-description",
|
|
|
|
"wikieditor-toolbar-help-content-signaturetimestamp-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-signaturetimestamp-result",
|
|
|
|
"wikieditor-toolbar-help-content-signature-description",
|
|
|
|
"wikieditor-toolbar-help-content-signature-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-signature-result",
|
|
|
|
"wikieditor-toolbar-help-content-indent-description",
|
|
|
|
"wikieditor-toolbar-help-content-indent-syntax",
|
2017-11-22 20:17:37 +00:00
|
|
|
"wikieditor-toolbar-help-content-indent-result",
|
|
|
|
"wikieditor-toolbar-tool-file-title",
|
|
|
|
"wikieditor-toolbar-file-target",
|
|
|
|
"wikieditor-toolbar-file-caption",
|
2020-10-18 07:23:19 +00:00
|
|
|
"wikieditor-toolbar-file-alt",
|
|
|
|
"wikieditor-toolbar-file-alt-help",
|
|
|
|
"wikieditor-toolbar-file-alt-help-label",
|
2017-11-22 20:17:37 +00:00
|
|
|
"wikieditor-toolbar-file-size",
|
|
|
|
"wikieditor-toolbar-file-float",
|
|
|
|
"wikieditor-toolbar-file-default",
|
|
|
|
"wikieditor-toolbar-file-format-none",
|
|
|
|
"wikieditor-toolbar-file-format",
|
|
|
|
"wikieditor-toolbar-tool-file-insert",
|
|
|
|
"wikieditor-toolbar-tool-file-cancel",
|
|
|
|
"wikieditor-toolbar-tool-file-upload"
|
|
|
|
],
|
2015-03-25 22:35:59 +00:00
|
|
|
"dependencies": [
|
2017-11-22 20:17:37 +00:00
|
|
|
"jquery.cookie",
|
|
|
|
"jquery.textSelection",
|
2019-10-19 19:56:24 +00:00
|
|
|
"jquery.ui",
|
2017-11-22 20:17:37 +00:00
|
|
|
"mediawiki.api",
|
|
|
|
"mediawiki.jqueryMsg",
|
|
|
|
"mediawiki.language.specialCharacters",
|
|
|
|
"mediawiki.language",
|
|
|
|
"mediawiki.Title",
|
2018-03-29 14:48:22 +00:00
|
|
|
"mediawiki.user",
|
2019-07-17 10:45:10 +00:00
|
|
|
"mediawiki.util",
|
2021-09-01 07:17:53 +00:00
|
|
|
"mediawiki.widgets",
|
2018-03-29 23:20:24 +00:00
|
|
|
"oojs-ui.styles.icons-content",
|
2018-03-29 14:48:22 +00:00
|
|
|
"oojs-ui.styles.icons-editing-advanced",
|
2018-08-14 18:49:33 +00:00
|
|
|
"oojs-ui.styles.icons-editing-citation",
|
2018-03-29 23:20:24 +00:00
|
|
|
"oojs-ui.styles.icons-editing-core",
|
2018-03-29 14:48:22 +00:00
|
|
|
"oojs-ui.styles.icons-editing-list",
|
2018-03-29 23:20:24 +00:00
|
|
|
"oojs-ui.styles.icons-editing-styling",
|
2019-03-16 19:53:29 +00:00
|
|
|
"oojs-ui.styles.icons-media",
|
|
|
|
"oojs-ui-widgets"
|
2015-03-25 22:35:59 +00:00
|
|
|
]
|
|
|
|
},
|
2016-05-22 15:28:44 +00:00
|
|
|
"ext.wikiEditor.styles": {
|
|
|
|
"group": "ext.wikiEditor",
|
2017-05-03 17:28:03 +00:00
|
|
|
"styles": "ext.wikiEditor.toolbar.styles.less"
|
2021-11-18 10:50:17 +00:00
|
|
|
},
|
|
|
|
"ext.wikiEditor.realtimepreview": {
|
|
|
|
"dependencies": [
|
|
|
|
"ext.wikiEditor",
|
|
|
|
"mediawiki.page.preview"
|
|
|
|
],
|
|
|
|
"messages": [
|
|
|
|
"wikieditor-realtimepreview-preview"
|
|
|
|
],
|
|
|
|
"packageFiles": [
|
|
|
|
"realtimepreview/init.js",
|
|
|
|
"realtimepreview/RealtimePreview.js",
|
|
|
|
"realtimepreview/ResizingDragBar.js",
|
|
|
|
"realtimepreview/TwoPaneLayout.js"
|
|
|
|
],
|
|
|
|
"styles": [
|
|
|
|
"realtimepreview/RealtimePreview.less",
|
|
|
|
"realtimepreview/ResizingDragBar.less",
|
|
|
|
"realtimepreview/TwoPaneLayout.less"
|
|
|
|
]
|
2015-03-25 22:35:59 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"ResourceFileModulePaths": {
|
|
|
|
"localBasePath": "modules",
|
|
|
|
"remoteExtPath": "WikiEditor/modules"
|
|
|
|
},
|
2019-02-13 22:53:05 +00:00
|
|
|
"QUnitTestModule": {
|
|
|
|
"localBasePath": "",
|
|
|
|
"remoteExtPath": "WikiEditor",
|
|
|
|
"scripts": "tests/qunit/ext.wikiEditor.toolbar.test.js",
|
2020-05-12 01:12:31 +00:00
|
|
|
"dependencies": [
|
|
|
|
"ext.wikiEditor"
|
|
|
|
]
|
2019-02-13 22:53:05 +00:00
|
|
|
},
|
2017-11-22 19:59:00 +00:00
|
|
|
"DefaultUserOptions": {
|
|
|
|
"usebetatoolbar": true
|
2015-03-25 22:35:59 +00:00
|
|
|
},
|
2020-05-12 01:12:31 +00:00
|
|
|
"RawHtmlMessages": [
|
2018-08-28 21:53:07 +00:00
|
|
|
"wikieditor-toolbar-help-heading-description",
|
|
|
|
"wikieditor-toolbar-help-heading-syntax",
|
|
|
|
"wikieditor-toolbar-help-heading-result",
|
|
|
|
"wikieditor-toolbar-help-page-format",
|
|
|
|
"wikieditor-toolbar-help-page-link",
|
|
|
|
"wikieditor-toolbar-help-page-heading",
|
|
|
|
"wikieditor-toolbar-help-page-list",
|
|
|
|
"wikieditor-toolbar-help-page-file",
|
|
|
|
"wikieditor-toolbar-help-page-reference",
|
|
|
|
"wikieditor-toolbar-help-page-discussion",
|
|
|
|
"wikieditor-toolbar-help-content-italic-description",
|
|
|
|
"wikieditor-toolbar-help-content-italic-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-italic-result",
|
|
|
|
"wikieditor-toolbar-help-content-bold-description",
|
|
|
|
"wikieditor-toolbar-help-content-bold-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-bold-result",
|
|
|
|
"wikieditor-toolbar-help-content-bolditalic-description",
|
|
|
|
"wikieditor-toolbar-help-content-bolditalic-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-bolditalic-result",
|
|
|
|
"wikieditor-toolbar-help-content-ilink-description",
|
|
|
|
"wikieditor-toolbar-help-content-ilink-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-ilink-result",
|
|
|
|
"wikieditor-toolbar-help-content-xlink-description",
|
|
|
|
"wikieditor-toolbar-help-content-xlink-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-xlink-result",
|
|
|
|
"wikieditor-toolbar-help-content-heading2-description",
|
|
|
|
"wikieditor-toolbar-help-content-heading2-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-heading2-result",
|
|
|
|
"wikieditor-toolbar-help-content-heading3-description",
|
|
|
|
"wikieditor-toolbar-help-content-heading3-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-heading3-result",
|
|
|
|
"wikieditor-toolbar-help-content-heading4-description",
|
|
|
|
"wikieditor-toolbar-help-content-heading4-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-heading4-result",
|
|
|
|
"wikieditor-toolbar-help-content-heading5-description",
|
|
|
|
"wikieditor-toolbar-help-content-heading5-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-heading5-result",
|
|
|
|
"wikieditor-toolbar-help-content-ulist-description",
|
|
|
|
"wikieditor-toolbar-help-content-ulist-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-ulist-result",
|
|
|
|
"wikieditor-toolbar-help-content-olist-description",
|
|
|
|
"wikieditor-toolbar-help-content-olist-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-olist-result",
|
|
|
|
"wikieditor-toolbar-help-content-file-description",
|
|
|
|
"wikieditor-toolbar-help-content-file-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-file-caption",
|
|
|
|
"wikieditor-toolbar-help-content-reference-description",
|
|
|
|
"wikieditor-toolbar-help-content-reference-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-reference-result",
|
|
|
|
"wikieditor-toolbar-help-content-named-reference-description",
|
|
|
|
"wikieditor-toolbar-help-content-named-reference-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-named-reference-result",
|
|
|
|
"wikieditor-toolbar-help-content-rereference-description",
|
|
|
|
"wikieditor-toolbar-help-content-rereference-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-rereference-result",
|
|
|
|
"wikieditor-toolbar-help-content-showreferences-description",
|
|
|
|
"wikieditor-toolbar-help-content-showreferences-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-showreferences-result",
|
|
|
|
"wikieditor-toolbar-help-content-signaturetimestamp-description",
|
|
|
|
"wikieditor-toolbar-help-content-signaturetimestamp-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-signaturetimestamp-result",
|
|
|
|
"wikieditor-toolbar-help-content-signature-description",
|
|
|
|
"wikieditor-toolbar-help-content-signature-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-signature-result",
|
|
|
|
"wikieditor-toolbar-help-content-indent-description",
|
|
|
|
"wikieditor-toolbar-help-content-indent-syntax",
|
|
|
|
"wikieditor-toolbar-help-content-indent-result"
|
|
|
|
],
|
2022-02-06 13:55:54 +00:00
|
|
|
"AutoloadNamespaces": {
|
|
|
|
"MediaWiki\\Extension\\WikiEditor\\": "includes/"
|
2015-05-29 03:38:52 +00:00
|
|
|
},
|
2021-11-18 10:50:17 +00:00
|
|
|
"config": {
|
|
|
|
"WikiEditorRealtimePreview": {
|
|
|
|
"description": "Whether to enable the Realtime Preview feature.",
|
|
|
|
"value": false
|
|
|
|
}
|
|
|
|
},
|
2020-05-12 01:12:31 +00:00
|
|
|
"manifest_version": 2
|
2015-03-25 22:35:59 +00:00
|
|
|
}
|