MediaWiki master |
PHP parser that converts wiki markup to HTML.More...
Go to the source code of this file.
Classes | |
class | MediaWiki\Parser\Parser |
PHP Parser - Processes wiki markup (which uses a more user-friendly syntax, such as "[[link]]" for making links), and provides a one-way transformation of that wiki markup it into (X)HTML output / markup (which in turn the browser understands, and can display).More... | |
Namespaces | |
namespace | MediaWiki\Parser |
PHP parser that converts wiki markup to HTML.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General PublicLicense as published by the Free Software Foundation; either version 2 of theLicense, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General PublicLicense for more details.
You should have received a copy of the GNU General PublicLicense along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.http://www.gnu.org/copyleft/gpl.html
Definition in fileParser.php.