Podręcznik:$wgEnableMagicLinks
Outdated translations are marked like this.
Parser: $wgEnableMagicLinks | |
---|---|
Ustala czy ma być włączona funkcja magicznych linków |
|
Wprowadzono w wersji: | 1.28.0 (Gerrit change 309528; git #78debba3) |
Usunięto w wersji: | nadal w użyciu |
Dozwolone wartości: | (tablica) |
Domyślna wartość: | [
'ISBN' => false,
'PMID' => false,
'RFC' => false,
]
|
Inne ustawienia: Alfabetycznie | Według funkcji |
Ustala czy ma być włączona funkcja magicznych linków. As of MediaWiki 1.28, magic links are now disabled by default. It has been proposed to remove magic link functionality from MediaWiki in a future release, if you depend upon or use them it is requested that you comment at Requests for comment/Future of magic links.
Przykład
Na przykład, aby włączyć automatyczne linkowanie ISBN, wpisz:
$wgEnableMagicLinks['ISBN'] = true;
If auto-linking was previously disabled and you've enabled it as described above, you'll most likely need to purge the cache of the affected pages. For purging all pages in a given namespace or all pages in all namespaces, you can use the purgeList.php maintenance script.