Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 384 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 384 Bytes

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