Scheid, Bernhard wrote: >Is it possible - or rather how is it possible - to create a new code in the >wiki text? In particuar I would like to use a central dot • in the wiki code >for the ­ special character, i.e. to enable syllabification. What would >I have to do to replace • in the wiki code by "­" in the HTML output?
I think what you need there is an extension that will replace some text with some other text (markup). Do a search on the MediaWiki extensions and see what you can find. http://www.mediawiki.org/wiki/Category:Extensions If you can't find anything that will do this generically, you'll need to write your own extension. I'd suggest ripping off the code in this one as a basis, and replace the 'awesome' stuff with '•' :) http://www.mediawiki.org/wiki/Extension:Awesomeness -- Ross McKay, Toronto, NSW Australia "It doesn't matter if the Rock wants to go get diamond rings or not!" - The Rock _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
