Jump to content

Manual:$wgSitemapNamespacesPriorities/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgSitemapNamespacesPriorities and the translation is 22% complete.
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'
];

같이 보기