Page MenuHomePhabricator

Add a new message for special character insertion to the move page
Closed, DeclinedPublic

Description

There should be a message similar to [[MediaWiki:Edittools]] (MediaWiki:Movetools, maybe) included on the move page under the form so that special characters can be inserted into the new title easily.


Version: unspecified
Severity: enhancement

Details

Reference
bz28770

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 11:31 PM
bzimport set Reference to bz28770.
bzimport added a subscriber: Unknown Object (MLST).

If we did that, shouldn't we just re-use the same message? It appears on image upload pages after all.

There is a lot of stuff in the edit tools which is unnecessary for page moves (wikicode, frequent templates, copyright stuff); and if someone still wants to use the same content, they just need to set the message to {{int:edittools}}. Using different content when the message is the same is much harder.

Page moves are only one of many places where titles get typed in. If it's generally useful to have extra input chars for that, then it shouldn't be tied specifically to the page move screen.

Possibly this belongs with the class of things like the Narayam extension input methods; we could make the 'special chars' goodies generally available for all input fields.

Today this problem can be solved with Universal Language Selector, in the lines described by Brion (not only for Move pages but for any input text form fields).

https://www.mediawiki.org/wiki/Universal_Language_Selector

You can test ULS in mediawiki.org.

WORKSFORME?

O(In reply to comment #4)

Today this problem can be solved with Universal Language Selector, in the
lines
described by Brion (not only for Move pages but for any input text form
fields).

https://www.mediawiki.org/wiki/Universal_Language_Selector

You can test ULS in mediawiki.org.

WORKSFORME?

Depends on how you define special characters. Sometimes people want to insert wikicode, fancy unicode symbols unrelated to language, etc

One year of silence. Changing priority to Lowest.

TheDJ claimed this task.
TheDJ subscribed.

ULS and/or built in character inserters of browsers/OS'es have this covered now.

Adding the entire edittools section into the move panel is not gonna happen.