forked from AnYiEE/AwesomeGadgets
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from BaigeiGu/master
add InPageEdit
- Loading branch information
Showing
9 changed files
with
36 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
(function inPageEditLoader(): void { | ||
/** | ||
* @see {@link https://git.qiuwen.net.cn/AnYi/inpageedit-v2/src/branch/master} | ||
* @author 机智的小鱼君 Dragon-Fish <[email protected]> | ||
* @license GPL-3.0-or-later {@link https://git.qiuwen.net.cn/AnYi/inpageedit-v2/src/branch/master/LICENSE} | ||
*/ | ||
mw.loader.load('https://gitcdn.qiuwen.net.cn/AnYi/inpageedit-v2/raw/branch/master/dist/InPageEdit.min.js'); | ||
})(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/** | ||
* SPDX-License-Identifier: CC-BY-SA-4.0 | ||
* _addText: '{{Gadget Header|license=CC-BY-SA-4.0}}' | ||
* | ||
* @source {@link https://git.qiuwen.net.cn/InterfaceAdmin/QiuwenGadgets/src/branch/master/src/InPageEdit} | ||
* @license CC-BY-SA-4.0 {@link https://www.qiuwenbaike.cn/wiki/H:CC-BY-SA-4.0} | ||
* @dependency mediawiki.util | ||
*/ | ||
/** | ||
* +--------------------------------------------------------+ | ||
* | === WARNING: GLOBAL GADGET FILE === | | ||
* +--------------------------------------------------------+ | ||
* | All changes should be made in the repository, | | ||
* | otherwise they will be lost. | | ||
* +--------------------------------------------------------+ | ||
* | Changes to this page may affect many users. | | ||
* | Please discuss changes at talk page before editing. | | ||
* +--------------------------------------------------------+ | ||
*/ | ||
/* <nowiki> */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"enable": true, | ||
"description": "<span id=\"Gadget-InPageEdit\"></span> [[Help:InPageEdit|InPageEdit]]", | ||
"section": "edit", | ||
"rights": ["skipcaptcha"] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.