Manual:Настройки конфигурации (по алфавиту)

From mediawiki.org
This page is a translated version of the page Manual:Configuration settings (alphabetical) and the translation is 92% complete.
Starting with MediaWiki 1.39 the configuration settings are based on MainConfigSchema.php.

Это список всех поддерживаемых параметров настройки, находящихся в файле DefaultSettings.php.

Никогда не следует редактировать DefaultSettings.php; просто скопируйте необходимые строки в LocalSettings.php и затем измените то, что необходимо.

Это алфавитный список (игнорируется префикс $wg). Заметьте, что единственная настройка без этого префикса — $IP ; её можно найти под буквой I.

Настройки, удалённые в версиях MediaWiki до 1.35, здесь не указаны. Пожалуйста, используйте поле поиска, чтобы найти соответствующую страницу руководства (например, Manual:$wgAllowAnonymousMinor).

Перечисление по алфавиту | Перечисление по функциональности | Категория:Параметры конфигурации MediaWiki
Перейти к букве: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

B

  • $wgBaseDirectory Absolute filesystem path of the root directory of the MediaWiki installation.
  • $wgBlockAllowsUTEdit – Разрешить блокированным участникам редактировать собственные страницы обсуждения
  • $wgBlockCIDRLimit – Максимальный CIDR-диапазон IP-адресов, который может быть заблокирован.
  • $wgBlockDisablesLogin – Запрещает вход в учётные записи заблокированных участников.
  • $wgBlockTargetMigrationStage (введено в 1.42)ipblocks table schema migration stage, for normalizing ipb_address field and adding the block_target table.
  • $wgBotPasswordsCluster (устарело в 1.42)Cluster name for the bot_passwords table
  • $wgBotPasswordsDatabase (устарело в 1.42)Database name for the bot_passwords table
  • $wgBreakFrames Break out of framesets. Это может быть использовано для предотвращения обрамления внешнего сайта рекламой.
  • $wgBrowserFormatDetection Override ability of certain browsers to attempt to autodetect dataformats in pages.

C

D

E

F

  • $wgFallbackSkin Fallback skin used when the skin defined by $wgDefaultSkin can't be found.
  • $wgFavicon – URL иконки сайта favicon.
  • $wgFeaturePolicyReportOnly List of Feature Policy Reporting types to enable.
  • $wgFeed – Включить или выключить ведение трансляций (например, RSS и Atom в свежих правках, новых страницах).
  • $wgFeedCacheTimeout Minimum timeout for cached Recentchanges feed, in seconds.
  • $wgFeedClasses Available feeds objects.
  • $wgFeedDiffCutoff When generating Recentchanges RSS/Atom feed, diffs will not be generated for pages larger than this size.
  • $wgFeedLimit Set maximum number of results to return in syndication feeds (RSS, Atom) for e.g. Recentchanges, Newpages.
  • $wgFetchCommonsDescriptions Whether to fetch commons image description pages and display them on the local wiki.
  • $wgFFmpegLocation Executable name of FFmpeg client.
  • $wgFFprobeLocation Executable name of FFprobe.
  • $wgFileBackends File backend structure configuration.
  • $wgFileBlacklist (удалено в 1.37) – Файлы с этими расширениями недопустимы при загрузке.
  • $wgFileCacheDepth Depth of subdirectory hierarchy under $wgFileCacheDirectory .
  • $wgFileCacheDirectory Directory where the cached pages will be saved when using server-side caching.
  • $wgFileExtensions – Список доступных для загрузки расширений файлов. При загрузке файлов с расширениями, не входящими в данный список, показывается уведомление.
  • $wgFilterLogTypes Show/hide links on Special:Log will be shown for these log types.
  • $wgFixArabicUnicode (удалено в 1.35)Set this to true to clean up archaic Unicode sequences in Arabic text.
  • $wgFixDoubleRedirects – Автоматическое исправление двойных перенаправлений при переименовании страниц.
  • $wgFixMalayalamUnicode (удалено в 1.35)Set this to true to clean up archaic Unicode sequences in Malayalam text.
  • $wgFooterIcons – Абстрактный список иконок нижнего колонтитула для скинов. Он заменяет старый код copyrightico и poweredbyico, на который до MediaWiki 1.27 можно было повлиять с помощью $wgCopyrightIcon
  • $wgFooterLinkCacheExpiry (удалено в 1.39)Expiry time for the footer link cache, in seconds, or 0 if disabled.
  • $wgForceDeferredUpdatesPreSend Force deferred updates to be run before sending a response to the client, instead of attempting to run them after sending the response.
  • $wgForcedRawSMaxage Default maximum age (in seconds) for raw CSS/JavaScript accesses.
  • $wgForceHTTPS Redirect insecure HTTP requests to HTTPS.
  • $wgForceUIMsgAsContentMsg – Перечисляет UI messages которые указывают на файлы, содержащие локализованные URL-ссылки
  • $wgForeignFileRepos An array of repository structure for foreign repositories.
  • $wgForeignUploadTargets Configuration for foreign upload targets for the upload dialog .
  • $wgFragmentMode Determines how section IDs should be encoded

G

H

I

  • $wgIgnoreImageErrors If true, inline scaled images will still produce ‎<img> tags ready for output instead of showing an error message.
  • $wgIllegalFileChars (устарело в 1.41)Override the default list of illegal characters in file names.
  • $wgImageLimits – Ограничение размера изображений на странице описания изображения.
  • $wgImageMagickConvertCommand The command used to invoke ImageMagick.
  • $wgImageMagickTempDir Temporary directory used for ImageMagick.
  • $wgImagePreconnect Add a preconnect link for browsers to a remote FileRepo host..
  • $wgImgAuthDetails Display reason access to uploaded file was denied to users (img_auth only)
  • $wgImgAuthPath The base path for img_auth.php.
  • $wgImgAuthUrlPathMap Map of relative URL directories to match to internal mwstore:// base storage paths.
  • $wgImplicitGroups – Группы, не отображаемые на Special:ListUsers или где-нибудь еще
  • $wgImplicitRights (введено в 1.41)A list of implicit rights, in addition to the ones defined by the core.
  • $wgImportSources List of interwiki prefixes for wikis we'll accept as sources for Special:Import
  • $wgImportTargetNamespace Optional default target namespace for interwiki imports.
  • $wgIncludeLegacyJavaScript (удалено в 1.39)Whether to include the mediawiki.legacy JavaScript library (old wikibits.js), and its dependencies.
  • $wgInternalServer Internal server name as known to Squid, if different than $wgServer .
  • $wgInterlanguageLinkCodeMap – Карта межъязыкового кода ссылки на языковые коды, чтобы заменить то, что отображается как название языка, когда интервики-код не соответствует ему точно.
  • $wgInterwikiCache Interwiki cache as an associative array.
  • $wgInterwikiExpiry Expiry time for memcached cache of interwiki table.
  • $wgInterwikiFallbackSite Used by maintenance scripts to dump interwiki table
  • $wgInterwikiLogoOverride (введено в 1.41)List of interwiki logos overrides.
  • $wgInterwikiMagic Treat language links as magic connectors, not inline links.
  • $wgInterwikiPrefixDisplayTypes (удалено в 1.39)Mapping of interwiki index prefixes to descriptors that can be used to change the display of interwiki search results.
  • $wgInterwikiScopes – Используется getInterwikiCache() для извлечения из интервики-файла базы данных.
  • $wgInvalidateCacheOnLocalSettingsChange Setting this to true will invalidate all cached pages whenever "LocalSettings.php" is changed
  • $wgInvalidPasswordReset Specifies if users should be sent to a password-reset form on login in case of an inadequate password.
  • $wgInvalidRedirectTargets – Массив неверных целей перенаправлений.
  • $wgInvalidUsernameCharacters Characters to prevent during new account creations.
  • $IP – Полный путь к каталогу установки.

J

K

L

  • $wgLangObjCacheSize (удалено в 1.37)Language cache size, or really how many languages can we handle simultaneously without degrading to crawl speed.
  • $wgLanguageCode Site language code.
  • $wgLanguageConverterCacheType The cache type for storing language conversion tables.
  • $wgLBFactoryConf Configuration for the ILBFactory service
  • $wgLearnerEdits Determines the number of edits needed to qualify at the "Learner" experience level.
  • $wgLearnerMemberSince Determines the number of days needed since account creation to qualify at the "Learner" experience level.
  • $wgLegacyEncoding Set this to the character set, which you used before you updated to MediaWiki 1.5 (eg 'ISO-8859-1'). MediaWiki will then perform a temporary character set conversion when loading old revisions, which are not marked with "utf-8" flag (revisions created with MediaWiki 1.4 and earlier).
  • $wgLegacyJavaScriptGlobals (удалено в 1.37)Whether or not to assign configuration variables to the global window object.
  • $wgLegacySchemaConversion (удалено в 1.39)Option to speed up the conversion step for large sites when migrating the schema from 1.4 to 1.5
  • $wgLegalTitleChars (устарело в 1.41)Override the default list of illegal characters in page titles.
  • $wgLinkHolderBatchSize – Размер пакета LinkHolderArray.
  • $wgLoadFileinfoExtension (удалено в 1.22.0 )Switch for loading the FileInfo extension by PECL at runtime.
  • $wgLoadScript The URL path to load.php.
  • $wgLocalDatabases Other wikis on this site, can be administered from a single developer account.
  • $wgLocalFileRepo A single repository structure for the local repository.
  • $wgLocalHTTPProxy Reverse proxy to use for requests to domains in $wgLocalVirtualHosts
  • $wgLocalInterwiki (удалено в 1.35)Interwiki prefix for this wiki.
  • $wgLocalInterwikis Array of interwiki prefixes for this wiki.
  • $wgLocalisationCacheConf – Конфигурация кэширования локализации.
  • $wgLocalStylePath – Также известна под названием $wgStylePath , но не использует внешний домен.
  • $wgLocaltimezone – Имитируйте часовой пояс, в котором, по мнению сервера, он находится.
  • $wgLocalTZoffset Add a distance to the server timezone in minutes.
  • $wgLocalVirtualHosts Local virtual hosts.
  • $wgLockManagers Array of configuration arrays for each lock manager.
  • $wgLogActions – Перечисляет строки-ключи сообщений, используемых для форматирования находящихся в журналах событий каждого типа и действий.
  • $wgLogActionsHandlers То же, что и в $wgLogActions , но значения содержат функции-обработчики.
  • $wgLogExceptionBacktrace Whether to send the exception backtrace to the error log.
  • $wgLoggedOutMaxAge (удалено в 1.38) – Кэш TTL для агента пользователя, переданного в качестве максимального возраста, для зарегистрированных пользователей.
  • $wgLogHeaders Lists the message key string for descriptive text to be shown at the top of each log type.
  • $wgLoginLanguageSelector Show a bar of language selection links in the user login and user registration forms.
  • $wgLogNames Lists the message key string for each log type.
  • $wgLogo – URL логотипа сайта.
  • $wgLogoHD (удалено в 1.42) – URL-адреса для HD-версий логотипа сайта.
  • $wgLogos – URL-путь к различным логотипам вики.
  • $wgLogRestrictions – Ограничивает доступ к журналам для участников, не имеющих указанные права.
  • $wgLogTypes List of log types.

M

N

O

P

Q

R

S

T

U

V

W

X

  • $wgXhtmlNamespaces Разрешить другие пространства имен в дополнение к w3.org по умолчанию.
  • $wgXmlDumpSchemaVersion The schema to use per default when generating XML dumps.
  • $wgXMLMimeTypes An array of XML MIME types we can detect via MimeMagic

Y

Z