Manual:$wgBrowserFormatDetection/pl

Category:MediaWiki configuration settings/pl#BrowserFormatDetectionCategory:MediaWiki configuration settings introduced in version 1.37.0/pl#BrowserFormatDetectionCategory:MediaWiki configuration settings still in use/pl#BrowserFormatDetectionCategory:Output variables/pl#BrowserFormatDetection
Wyjście: $wgBrowserFormatDetection
Override ability of certain browsers to attempt to autodetect dataformats in pages.
Wprowadzono w wersji:1.37.0 (Gerrit change 615294; git #7b7f3ac5)
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(string)
Domyślna wartość:'telephone=no'

Szczegóły

Override ability of certain browsers to attempt to autodetect dataformats in pages. This is a default feature of many mobile browsers, but can have a lot of false positives, where for instance year ranges are confused with phone numbers. The default of this setting is to disable telephone number data detection. Set $wgBrowserFormatDetection to false to fallback to browser defaults.

Output

If $wgBrowserFormatDetection is not explicitly set to false, the following line will be added to the HTML <head> section of all pages by OutputPage.php:

<meta name="format-detection" content="$wgBrowserFormatDetection"/>

Zobacz też

Category:MediaWiki configuration settings/pl Category:MediaWiki configuration settings introduced in version 1.37.0/pl Category:MediaWiki configuration settings still in use/pl Category:Output variables/pl