Status: | effective |
Progress: | 100% |
Version: | 3.0.0+ |
$smwgBrowseByApi/tr
Configuration parameter details: | |||
Name | $smwgBrowseByApi | ||
Description | Property "Has description" (as page type) with input value "Help:Special:Browse|Özel sayfa "Browse"]] görüntüsünün bir API isteği kullanılarak oluşturulup oluşturulmayacağını belirler" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. | ||
Default setting | true | ||
(Other) available settings |
|
||
Software | Semantic MediaWiki | ||
Since version | |||
Until version | still available | ||
Configuration | Gerçekler görüntülenir · Arayüz ayarları | ||
Keyword | göz at · özel sayfa |
__NOBREADCRUMBLINKS__
$smwgBrowseByApi
, özel sayfası "Browse"Açıklama sağlanmadı. üzerindeki bilgilerin gösteriminin bir API isteği kullanılarak oluşturulup oluşturulmayacağını belirleyen bir yapılandırma parametresidir. Bu, büyük bilgi kümelerine sahip sayfalarda, yani çok sayıda ek açıklama yanıt verebilirliği önemli ölçüde artırır. Yapılandırma parametresi Semantic MediaWiki 2.5.0Released on an unknown date unknown versions of MediaWiki1 sürümünde tanıtıldı ve Semantic MediaWiki 3.0.0Released on an unknown date unknown versions of MediaWiki2 kullanımda kaldırıldı.
This configuration parameter was deprecated with Semantic MediaWiki 3.0.0Released on an unknown date unknown versions of MediaWiki in favour of option SMW_BROWSE_USE_API
to configuration parameter $smwgBrowseFeatures
No description was provided. streamlining the overall configuration of Semantic MediaWiki.2 Thus you are advised to migrate your settings in "LocalSettings.php" to the new configuration parameter since this one will be removed with the release of Semantic MediaWiki 3.1.0Released on an unknown date unknown versions of MediaWiki in 2019.
Default setting
$smwgBrowseByApi = true;
This means that the display of special page "Browse"No description was provided. will be generated using an API request.
Changing the default setting
To modify the setting to this configuration parameter, add one of the following lines to your "LocalSettings.php" file after the enableSemantics()
call:
- Disable the usage of the API
$smwgBrowseByApi = false;
This means that the display of special page "Browse"No description was provided. will not be generated using an API request but with synchronous database queries. Alternatively one may use the "lecacy
" option to the "output
" parameter of "index.php" (?output=legacy
).
See also
- Help page on special page "Browse"No description was provided.
- Help page on configuration parameter
$smwgBrowseFeatures
No description was provided.