/MediaWiki-DivTables

MediaWiki extension that changes the MediaWiki parser to output div-tables

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

LiquiFlow DivTables

MediaWiki Extension for Liquipedia, changes the parser to render pages with div-tables instead of normal tables when using the MediaWiki table syntax. Does not support colspan and rowspan.

Installation

  • Extract the extension folder to extensions/

  • Add the following line to LocalSettings.php:

    wfLoadExtension( 'DivTables' );