wikifab / tables-in-semantic
Mediawiki extension to manage table in semantic data, when a table is in semantic data, it converts wikitable into html table
Installs: 3 618
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:mediawiki-extension
This package is auto-updated.
Last update: 2025-02-07 02:52:47 UTC
README
This is a mediawiki extension, to allow insertion of Table in semantic data using VE.
It is not possible to insert wikitext table in semantic data, so this convert wikitext table into html tables.
run tests :
- make sur you ave run composer update without the --no-dev- option.
- launch php extensions/TablesInSemantic/tests/mw-phpunit-runner.php
to run a single test (from mediawiki root dir) : tests/phpunit/phpunit.php extensions/TablesInSemantic/tests/phpunit/TableParserTest.php