Jump to content

Wikipedia:MiniEdit: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
WikiEdit was renamed to MiniEdit to prevent confusion with WikiEditor and wikiEd
make the link actually lead to common.js
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:


<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 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]]:
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">

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]