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)
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)
Interface-protected edit request on 7 February 2019
[edit]![]() | This edit request has been answered. Set the |answered= parameter to no to reactivate your request. |
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)
Interface-protected edit request on 24 April 2021
[edit]![]() | This edit request has been answered. Set the |answered= parameter to no to reactivate your request. |
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)
Interface-protected edit request on 29 March 2025
[edit]![]() | This edit request has been answered. Set the |answered= parameter to no to reactivate your request. |
Just a typo: on line 275, "It might be in the the" > "It might be in the" -- John of Reading (talk) 15:39, 29 March 2025 (UTC)
Done Izno (talk) 15:45, 29 March 2025 (UTC)