Haim (Howard) Roman wrote: > Is there a way for a user to easily switch the overall direction of > the wiki? Or at least to set the wiki's overall direction on a > page-by-page basis?
There is no method for doing this built in to MediaWiki. But for the edit page, it would be easy to write a JavaScript gadget which changed the direction after page load. You could add a button to the toolbar. Such a thing might already exist. For page views, you can wrap all content in <div dir="rtl">...</div> or <div dir="ltr">...</div> to change the base direction. -- Tim Starling _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
