Manual:$wgSitemapNamespacesPriorities/ko
Appearance
Deprecated: This feature is deprecated and should no longer be used, however it is possibly still available for reasons of backwards compatibility. |
| Search: $wgSitemapNamespacesPriorities | |
|---|---|
| Custom namespace priorities for sitemaps. |
|
| 이 변수가 소개된 버전: | 1.19.0 (r95320) |
| 폐지예정이 된 버전: | 1.45.0 (Gerrit change 1163495; git #08e4436f) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (array) or false |
| 기본값: | false |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
This configuration parameter allows you to set custom priorities to namespaces when sitemaps are generated using the generateSitemap.php script.
This array should be a map of namespace IDs to their priority. Example:
$wgSitemapNamespacesPriorities = [
NS_USER => '0.9',
NS_HELP => '0.1'
];
같이 보기
- $wgSitemapNamespaces - Namespaces to generate a sitemap or false for all namespaces.