User:MusikAnimal/importWatchlist.js: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 11:
There will be a new box at the top of your watchlist. Enter the username of the account whose watchlist you wish to import.
You will also need their watchlist token, which can be found in their Preferences under the Watchlist tab. [[Special:Preferences#mw-prefsection-watchlist]]
 
*/
 
Line 18 ⟶ 19:
"<legend>Import watchlist</legend>" +
"<div><label for='import_watchlist_username'>Source watchlist username:</label><input type='text' id='import_watchlist_username' /></div>" +
"<div><label for='import_watchlist_token'>Source watchlist token:</label><input type='text' id='import_watchlist_token' />&nbsp;(can be found at [[Special:Preferences#mw-prefsection-watchlist]])</div>" +
"<div id='import_watchlist_progress'></div>" +
"<button id='import_watchlist_submit'>Import</button>" +