<?php /** Extension: SemanticHTMLParser. * Simple function to take an element name, render its attributes and return * the complete HTML element to MediaWiki. * * English strings * @lang English * @author Ben Ward */ $messages = array(); $messages['en'] = array( 'semantichtml-desc' => 'Enables use of HTML4 phrase elements in MediaWiki' ); ?>