LoginDirectory |
bbPress Plugins
MediaWiki wikitext Filter
Filters posts and applies basic wikitext markup from MediaWiki DescriptionInstallationAdd mediawiki-wikitext-filter.php to your /my-plugins/ directory. Frequently Asked QuestionsWhat markup is available?The color of the stars is set in the bb-ratings.css stylesheet file. The yellow color comes from "background-color: #fc0;", and the red color comes from "background-color: #d00;". You can adjust these values to your taste.
Does it support lists? Tables of contents?No, but it would really be great if it did, so by all means give it a go. That's the glory of open source, right? ConfigurationAt present, there is only one configuration option to change, on line 35: $mediawikifilterparams["wiki"]. This establishes the wiki you wish to use for "internal" links. "Internal" links work by concatenating the link onto the end of this parameter. The default value, "http://en.wikipedia.org/wiki/", will point to the English Wikipedia.
|
