bbPress Plugin Browser »

MediaWiki wikitext Filter (0.1)

Filters posts and applies basic wikitext markup from MediaWiki

<!--plugin-data-installation-->
<p>Add mediawiki-wikitext-filter.php to your /my-plugins/ directory.</p>

<!--plugin-data-faq-->
<h4>What markup is available?</h4>

<p>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.</p>

  1. Basic formatting: Bolding and Italicizing
  2. Basic internal links. Aliases work, but this does not include template transclusion, image embedding, or anything fancy like that.
  3. External links. External links without descriptions are numbered, and descriptions are displayed.

<h4>Does it support lists? Tables of contents?</h4>

<p>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?</p>

<!--plugin-data-other_notes-->
<h3>Configuration</h3>
<p>At 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.</p>