wiki.techinc.nl/includes/parser
daniel d034329764 Clarify that ParserOutput::getDisplayTitle() returns HTML.
This change only improves documentation, it does not touch code.

For reference:
* CoreParserFunctions::displaytitle generates HTML, with &, < and so on
property escaped. OutputPage::setPageTitle() treats the input as wikitext,
which works for both plain text and HTML.

* Wikibase calls ParserOutput::setDisplayTitle() with HTML including <span>
structures.

In the API action=query&prop=pageprops returns HTML. There doesn't seem to
be a good place to document that fact, though.

Change-Id: I043b26b82f066abe2830a81d3bc073543b3748d8
2015-10-16 20:03:33 +02:00
..
CacheTime.php Make lines shorter to pass phpcs in some files under includes/parser 2015-09-26 18:19:11 +00:00
CoreParserFunctions.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
CoreTagHooks.php
DateFormatter.php
LinkHolderArray.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
MWTidy.php Fixed spacing 2015-09-26 20:44:54 +00:00
Parser.php Fix Generic.Files.LineLength phpcs failure in 11 files under includes/ 2015-10-03 17:08:26 +00:00
ParserCache.php objectcache: Add BagOStuff::READ_VERIFIED flag to get() 2015-10-05 16:03:00 -07:00
ParserDiffTest.php
ParserOptions.php Make lines shorter to pass phpcs in some files under includes/parser 2015-09-26 18:19:11 +00:00
ParserOutput.php Clarify that ParserOutput::getDisplayTitle() returns HTML. 2015-10-16 20:03:33 +02:00
Preprocessor.php
Preprocessor_DOM.php Use line comments for @codingStandardsIgnoreStart 2015-10-07 20:15:31 +02:00
Preprocessor_Hash.php Use line comments for @codingStandardsIgnoreStart 2015-10-07 20:15:31 +02:00
StripState.php