Liquipedia / MediaWiki-DivTables

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

Home Page:https://liquipedia.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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' );

About

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

https://liquipedia.net

License:GNU General Public License v3.0


Languages

Language:PHP 97.2%Language:CSS 2.8%