MediaWiki talk:Guidedtour-tour-twa2.js

twa_msg suggestion edit

The "send message" works well for me. However, I would avoid using a global for it. Anything attached to window is considered global. I would do something like (still in the same place):

function sendMessage( targetPage, msgPage, linkTo ) {

Then when you call it, it would be:

sendMessage( ... );

instead of:

window.twa_msg( ... );

Note how you can use a clearer, but general name, since you don't have to worry about collisions in the global namespace. Superm401 - Talk 06:34, 23 July 2013 (UTC)Reply

general comment edit

This system is working nicely for me, thanks Ocassi. Any data on how many people are using it for various platform combinations? – SJ + 23:06, 13 June 2014 (UTC)Reply

Interface-protected edit request on 7 February 2019 edit

Please replace:

  • [[File:Insert-signature.png]] with [[File:OOUI JS signature icon LTR.png|22px]]
  • [[File:Vector skin - page not in the watchlist.png]] with [[File:MediaWiki Vector skin white star watchlist icon.svg]]
  • [[File:Vector skin - page in the watchlist.png]] with [[File:MediaWiki Vector skin blue star watchlist icon.svg]]

This updates the icons displayed in the tutorial to the ones that are currently used in the Vector skin's WikiEditor toolbar. Here is a visual comparison:

Tutorial icon Current icon
Signature    
White star    
Blue star    

Thank you. — Newslinger talk 17:06, 7 February 2019 (UTC)Reply

  Done Writ Keeper  17:45, 7 February 2019 (UTC)Reply

Interface-protected edit request on 24 April 2021 edit

Center HTML tags are discontinued and result in lint errors. Please change line 206's center tags to either {{center}} or <div class="center">...</div> TheSandDoctor Talk 02:56, 24 April 2021 (UTC)Reply

  Donexaosflux Talk 10:55, 24 April 2021 (UTC)Reply