Jump to content

Wikipedia:MiniEdit: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Paragraph edited with WikiEdit #wikiedit
make the link actually lead to common.js
 
(4 intermediate revisions by 2 users not shown)
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">
File:WikiEdit gadget demo.webm | Demo of the tool in the Spanish Wikipedia.
File:MiniEdit gadget demo.webm | Demo of the tool in the Spanish Wikipedia.
File:WikiEdit gadget mobile demo.webm | Demo on a mobile device.
File:MiniEdit gadget mobile demo.webm | Demo on a mobile device.
</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/common.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

Latest revision as of 04:27, 9 October 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

[edit]