Jump to content

Wikipedia:MiniEdit: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Paragraph edited with WikiEdit #wikiedit
WikiEdit was renamed to MiniEdit to prevent confusion with WikiEditor and wikiEd
Line 1: Line 1:
'''WikiEdit''' is a gadget to quickly edit content without leaving the page. WikiEdit makes editing easy, fast and intuitive, especially on mobile devices.
'''MiniEdit''' is a gadget to quickly edit content without leaving the page. MiniEdit makes editing easy, fast and intuitive, especially on mobile devices.


<gallery widths="300px">
<gallery widths="300px">
Line 6: Line 6:
</gallery>
</gallery>


To use WikiEdit in the English Wikipedia, go to the [[Special:Preferences#mw-prefsection-gadgets|gadgets tab in your preferences]], enable WikiEdit and save the changes. To use WikiEdit in all Wikimedia wikis, add the following code to [[meta:Special:MyPage/global.js|your global.js]]:
To use MiniEdit in the English Wikipedia, add the following code to [[Special:MyPage/global.js|your common.js]] or [[meta:Special:MyPage/global.js|your global.js]]:


<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
mw.loader.load( '//www.mediawiki.org/wiki/MediaWiki:WikiEdit.js?action=raw&ctype=text/javascript' );
mw.loader.load( '//www.mediawiki.org/wiki/MediaWiki:MiniEdit.js?action=raw&ctype=text/javascript' );
</syntaxhighlight>
</syntaxhighlight>


== See also ==
== See also ==


* [[mw:WikiEdit]] - Central documentation at MediaWiki.org
* [[mw:MiniEdit]] - Central documentation at MediaWiki.org
* [[mw:MediaWiki:WikiEdit.js]] - Live code of the tool
* [[mw:MediaWiki:MiniEdit.js]] - Live code of the tool
* [[MediaWiki:Gadget-WikiEdit.js]] - Initialization code in the English Wikipedia
* [https://hashtags.wmcloud.org/graph/?query=miniedit&project=en.wikipedia.org Statistics] - Edits with MiniEdit in the English Wikipedia
* [https://hashtags.wmcloud.org/graph/?query=wikiedit&project=en.wikipedia.org Statistics] - Edits with WikiEdit in the English Wikipedia

Revision as of 00:16, 4 September 2023

MiniEdit is a gadget to quickly edit content without leaving the page. MiniEdit makes editing easy, fast and intuitive, especially on mobile devices.

To use MiniEdit in the English Wikipedia, add the following code to your common.js or your global.js:

mw.loader.load( '//www.mediawiki.org/wiki/MediaWiki:MiniEdit.js?action=raw&ctype=text/javascript' );

See also