@Platonides:

Great!!! Thx!!
________________________________________
Von: [email protected] 
[[email protected]] im Auftrag von Platonides 
[[email protected]]
Gesendet: Sonntag, 25. Juli 2010 01:16
An: [email protected]
Betreff: Re: [Mediawiki-l] special button in the edit area

Scheid, Bernhard wrote:
> Hi,
>
> I would like to add a function/button to the edit window:
> like the "nowiki" or "italics" button it should create typographical hyphens 
> (“...”) in the textarea. How could that be done? Or is there some extension 
> to do that?
>
> Thx
>
> Bernhard

Go (as a sysop) to [[MediaWiki:Common.js]] and add the following:

mwCustomEditButtons[mwCustomEditButtons.length] =
                {"imageFile": "http://url/to/the/image/button";,
                 "speedTip": "Typographical hyphens",
                 "tagOpen": "“",
                 "tagClose": "”",
                 "sampleText": "Quoted text"};



_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to