Configuration settings
这是所有支持的配置设置索引,基于DefaultSettings.php
文件。
请不要编辑DefaultSettings.php
文件;而应该把您需要的参数复制到LocalSettings.php
中并替换掉原有的参数。
如果您在此找不到配置设置的话,请检查其是否在DefaultSettings.php
中定义。变量应在此文档中记载。
目录
一般设置
- $wgCanonicalServer——服务器的正规URL,用于IRC订阅、电子邮件通知等。
- $wgServer——服务器的基础URL。
- $wgServerName——服务器的名称,不包含协议。
- $wgSitename——网站名称。
- $wgVersion——MediaWiki版本号。您不应该更改它!
路径
- $IP - The full path to the installation directory.
- $wgActionPaths - Paths for various user actions. Used to make URLs prettier.
- $wgAppleTouchIcon - Optional URL to an icon to use when bookmarking to the home screen on Apple handheld devices
- $wgArticlePath - 用于创建条目链接的基础URL。
- $wgConfigRegistry - Registry of factory functions to create config objects
- $wgDiff - 至GNU差异效用的路径。
- $wgDiff3 - 至GNU差异3效用的路径。
- $wgDirectoryMode - Default
chmod
permission value for newly created directories. - $wgFavicon - 网站收藏夹图标的URL。
- $wgGitBin - 至git二进制的路径。
- $wgGitInfoCacheDirectory - Directory where GitInfo will look for pre-computed cache files.
- $wgLoadScript - 至load.php的URL。
- $wgLogo - 网站标志的URL。
- $wgLogoHD - 用于网站标志的高清版本的URL。
- $wgPhpCli - Executable name of PHP cli client (php/php5).
- $wgRedirectScript - 模板:TNT redirect.php的URL。
- $wgScript - index.php的URL。
- $wgScriptExtension - 模板:TNT Extension to append to script names by default.
- $wgScriptPath - 基础URL路径。
- $wgStyleSheetPath - 不要设置
$wgStyleSheetPath
。请改用模板:$wg。 - $wgTmpDirectory - The path of the temporary directory.
- $wgUsePathInfo - 是否使用“漂亮的”URL。
- $wgVariantArticlePath - Used for links when having language's variants.
See also Uploads for file/image upload path settings.
参见皮肤一节获取皮肤路径设置。
全局对象
- $wgAutoloadLocalClasses - Array mapping class names to filenames, for autoloading.
- $wgConf - Create a site configuration object. Not used for much in a default install.
- $wgVirtualRestConfig - REST服务配置。
电子邮件设置
参见用户访问:$wgEmailConfirmToEdit
- $wgAdditionalMailParams - Additional email parameters, will be passed as the last argument to mail() PHP function call.
- $wgAllowHTMLEmail - Set to true to enable HTML emails.
- $wgEmailAuthentication - Set to true to enable email authentication (confirmation) for this wiki. Except for password reminder emails, email functions only work for authenticated email addresses.
- $wgEmergencyContact - 网站管理员电子邮件地址
- $wgEnableEmail - Set to true to enable basic email features.
- $wgEnableUserEmail - Set to true to enable user-to-user email.
- $wgNoReplyAddress - Reply-to address for automatically generated emails.
- $wgPasswordReminderResendTime - Minimum time, in hours, which must elapse between password reminder emails.
- $wgPasswordSender - 密码提示电子邮件地址。
- $wgPasswordSenderName - 模板:TNT 密码提示(模板:Ll)名称。
- $wgRequirePasswordforEmailChange - 模板:TNT Whether the user must enter their password to change their email address
- $wgSMTP - For using a direct (authenticated) SMTP server connection.
- $wgSysopEmailBans - Allow sysops to ban users from accessing Special:Emailuser.
- $wgUserEmailConfirmationTokenExpiry - The time, in seconds, after which an email address confirmation token expires.
- $wgUserEmailUseReplyTo - Set to true to put the sending user's email in a Reply-To header instead of From.
电子邮件通知(Enotif)设置
- Actual notifications for each user are defined in the options. You can change defaults with $wgDefaultUserOptions.
- $wgEnotifFromEditor - Whether to make email notifications appear to come from the user who makes the edit
- $wgEnotifImpersonal - Send a generic mail instead of a personalised mail for each user.
- $wgEnotifMaxRecips - Maximum number of users to mail at once when using impersonal mail.
- $wgEnotifMinorEdits - Set to true to allow sending email notification also for edits marked as minor edits
- $wgEnotifRevealEditorAddress - Set to true to insert the page editor's email address into the email notifications Reply-To address
- $wgEnotifUseJobQ - 通过模板:Ll发送邮件。
- $wgEnotifUseRealName - Use real name instead of username in email "from" field.
- $wgEnotifUserTalk - Set to true to allow the email notification for the own user_talk page
- $wgEnotifWatchlist - Set to true to allow the email notification for watched pages
- $wgUseEnotif - 总体“使用Enotif”设置
- $wgUsersNotifiedOnAllChanges - Array of usernames who will be sent a notification email for every change which occurs on a wiki.
数据库设置
- $wgAllDBsAreLocalhost - Make all database connections secretly go to localhost.
- $wgContentHandlerUseDB 模板:TNT - Whether to use the database fields introduced by the ContentHandler facility
- $wgDBAvgStatusPoll 模板:TNT - Average time between SHOW STATUS queries in overload conditions.
- $wgDBcompress - Whether to use compression in DB connection.
- $wgDBerrorLog - 记载数据库错误的文件。
- $wgDBname - 数据库名称。
- $wgDBpassword - 模板:Wg的密码。
- $wgDBport - 数据库端口。只由PostgreSQL和MSSQL使用。
- $wgDBprefix - 数据表名称前缀。
- $wgDBserver - 数据库服务器的主机名或IP地址。
- $wgDBssl - 在数据库连接时是否使用SSL。
- $wgDBtype - 数据库类型。
- $wgDBuser - 数据库用户名。
- $wgLocalDatabases - 此网站上的其他wiki,可从单一开发者账户管理。
- $wgMaxUserDBWriteDuration - Maximum time a user-generated transaction can spend in writes.
- $wgOldChangeTagsIndex - 模板:TNT 为change_tags指数使用旧名称。
- $wgSearchType - 用于wiki的搜索类型。
- $wgSQLMode - SQL模式
负载均衡设置
- $wgDBClusterTimeout - 模板:TNT 数据库超时。
- $wgDBservers - Settings for the database load balancer (database servers and load ratios).
- $wgDefaultExternalStore - 新版本的默认外部存储。
- $wgLBFactoryConf - 负载均衡工厂配置。
- $wgMasterWaitTimeout - 模板:TNT How long to wait for a slave to catch up to the master.
- $wgSlaveLagCritical - If lag is higher than this value, show a more obvious warning than
模板:Ll
. - $wgSlaveLagWarning - If lag is higher than this value, show a warning in some special pages (like watchlist).
MSSQL相关
- $wgDBWindowsAuthentication - Whether to use Integrated Windows Authentication rather than the standard 模板:Ll/模板:Ll combo.
MySQL相关
- $wgDBmysql5 - Set to true to set MySQL connection into UTF-8 encoding (experimental)
- $wgDBTableOptions - MySQL table options to use during installation or update.
- $wgDBtransactions - 模板:TNT Set to true if using InnoDB tables.
- $wgExternalServers - An array of external MySQL servers.
Oracle相关
- $wgDBOracleDRCP - Enables persistent connection with DRCP on Oracle.
PostgreSQL相关
- $wgDBmwschema - Schema that Postgres stores the MediaWiki tables in.
SQLite相关
- $wgSQLiteDataDir - To override default SQLite data directory.
共享数据库设置
- $wgSharedDB - 共享数据库的名称。
- $wgSharedPrefix - 用于共享数据库的前缀。
- $wgSharedTables - 在分享数据库中使用的数据表。
- $wgSharedSchema - The table schema for the shared database.
压缩存储支持
- $wgCompressRevisions - If this is set on, all future revisions will be compressed on page save, but only if zlib support is available and enabled in PHP.
- $wgDisableOutputCompression - Disable output compression (compression is enabled by default if zlib is available).
本地化
- $wgBetterDirectionality 模板:TNT - 实验性更佳模板:Ll。
- $wgDisabledVariants - 为语言变体转换禁用变体。
- $wgDisableLangConversion - 是否启用语言变体转换。
- $wgDisableTitleConversion - 是否为链接启用语言变体转换。
- $wgDummyLanguageCodes 模板:TNT - 不对应实际语言的语言代码列表。
- $wgEditEncoding 模板:TNT - 未明确由输出编码转换的字符
- $wgForceUIMsgAsContentMsg - Array of UI messages that should be treated as content messages
- $wgInterwikiMagic - Treat language links as magic connectors, not inline links.
- $wgLanguageCode - 网站语言代码。应为./languages/messages/Messages(.*).php文件之一。
- $wgLegacyEncoding - 当加载未通过utf-8标记的旧版本时,将其设置为例如“ISO-8859-1”来处理字符集转换。
- $wgLoginLanguageSelector - 在用户登录和注册的表单中显示一个语言选择条。
- $wgMsgCacheExpiry - When a message in cache expires (in seconds).
- $wgUseDatabaseMessages - 使用MediaWiki:名字空间的翻译。
- $wgUseDynamicDates 模板:TNT - 启用以允许在页面文本中重写日期。对大多数语言而言格式不会正确。
- 模板:Manual - List of mappings from one language code to another, to override built-in mappings
时区设置
- $wgLocaltimezone - Fake out the timezone that the server thinks it's in.
- $wgLocalTZoffset - Add a distance to the timezone of the server.
- $wgDBerrorLogTZ - 在错误日志中使用的时区。
语言特定
- 英语
- $wgAmericanDates - Enable for English module to print dates as eg 'May 12' instead of '12 May'.
- 阿拉伯语/印地语
- $wgTranslateNumerals - For Hindi and Arabic use local numerals instead of Western style (0-9) numerals in interface.
调试/日志记录
- 参见:手册:如何调试
- $wgAggregateStatsID - Allows statistics to be aggregated over more than one wiki when using udp logging.
- $wgDebugAPI - Enable API debugging by removing some restrictions like POST-only
- $wgDebugComments - Include portions of log output in page HTML comment.
- $wgDebugDBTransactions 模板:TNT - Trace lifecycle of the database transaction (opening, commit, rollback)
- $wgDebugDumpSql - Dump SQL queries to debug output
- $wgDebugDumpSqlLength 模板:TNT - Length limit for dumping queries
- $wgDebugLogFile - The file name of the debug log, or empty if disabled. wfDebug() appends to this file.
- $wgDebugLogGroups - Selective debug logs on a group basis.
- $wgDebugLogPrefix - 用于调试日志行的前缀
- $wgDebugPrintHttpHeaders - Print HTTP headers for every request in the debug information.
- $wgDebugRawPage - Avoid overlapping debug entries by leaving out CSS.
- $wgDebugRedirects - Displays redirect location instead of actually redirecting to the target URL
- $wgDebugTimestamps - Prefix debug messages with relative timestamp.
- $wgDebugToolbar - 显示调试工具栏。
- $wgDeprecationReleaseLimit - Release limitation to wfDeprecated warnings.
- $wgDevelopmentWarnings - Whether to throw PHP notices for some possible error conditions and for deprecated functions.
- $wgLogExceptionBacktrace - Whether to send the exception backtrace to the error log.
- $wgMWLoggerDefaultSpi - Default service provider for creating MWLogger instances.
- $wgResourceLoaderDebug - See also 模板:Ll for more about what debug does.
- $wgOverrideHostname - Override server hostname detection with a hardcoded value.
- $wgShowDBErrorBacktrace - If true, show a backtrace for database errors.
- $wgShowDebug - Display debug data at the bottom of the main content area.
- $wgShowSQLErrors - Whether to show "We're sorry, but there has been a database error." pages.
- $wgShowExceptionDetails - If set to true, uncaught exceptions will print a complete stack trace to output.
- $wgStatsMethod 模板:TNT - Destination for wfIncrStats() data.
性能分析
- $wgDebugFunctionEntry 模板:TNT - Output debug message on every wfProfileIn/wfProfileOut
- $wgDebugProfiling 模板:TNT - Detects non-matching wfProfileIn/wfProfileOut calls
- $wgProfiler -
- $wgProfileCallTree 模板:TNT - If true, print a raw call tree instead of per-function report
- $wgProfileLimit 模板:TNT - Only record profiling info for pages that took longer than this
- $wgProfileOnly 模板:TNT - Don't put non-profiling info into log file
- $wgProfilePerHost 模板:TNT - Should application server host be put into profiling table?
- $wgProfileToDatabase 模板:TNT - Log sums from profiling into profiling table in db.
- $wgUDPProfilerHost 模板:TNT - UDP分析器的主机。
- $wgUDPProfilerPort 模板:TNT - UDP分析器的端口。
网站个性化
- $wgBreakFrames - Break out of framesets. This can be used to prevent external sites from framing your site.
- $wgCanonicalLanguageLinks 模板:TNT - Whether to enable canonical language links in meta data.
- $wgCapitalLinks - Set this to false to avoid forcing the first letter of links to capitals.
- $wgCapitalLinkOverrides - 用于模板:Ll的按名字空间配置
- $wgDefaultLanguageVariant - Default variant code, if false, the default will be the language code.
- $wgEditPageFrameOptions - Control framing of wiki pages globally.
- $wgEnableNewpagesUserFilter 模板:TNT - 在Special:Newpages中启用用户搜索。
- $wgExtraLanguageNames - List of language names or overrides for default names in Names.php.
- $wgExtraRandompageSQL 模板:TNT - Special:Randompage的过滤器。WHERE子句的一部分。
- $wgExtraSubtitle 模板:TNT - The subtitle to appear under every title.
- $wgHideInterlanguageLinks - 从边栏隐藏跨语言链接。
- $wgIllegalFileChars - Override the default list of illegal characters in file names.
- $wgLegalTitleChars - Override default list of illegal characters in page titles.
- $wgMaxArticleSize - Maximum article size in kilobytes.
- $wgMaxRedirectLinksRetrieved - Maximum number of links to a redirect page listed on Special:Whatlinkshere/RedirectDestination.
- $wgMaxRedirects - Max number of redirects to follow when resolving redirects.
- $wgNoFollowDomainExceptions - External links to these domain names (or any subdomains) will not be set to
rel="nofollow"
- $wgNoFollowLinks - If true, external URL links in wiki text will be given the
rel="nofollow"
attribute. - $wgPageShowWatchingUsers 模板:TNT - Show watching users in Page views.
- $wgRestrictionLevels - Set of permission keys that can be selected on the 'page protection' page.
- $wgSiteNotice - 在每个页面的顶部显示通告。
- $wgSiteSupportPage - 可供用户捐款的页面。
- $wgStyleVersion - Appended in the query string of static CSS and JS to clear client side cache when changing this.
- $wgSiteTypes - Register handlers for specific types of sites.
- $wgUniversalEditButton - 为受支持的浏览器启用UniversalEditButton
- $wgUrlProtocols - Defines the protocols which are supported and translated in HTML by the MediaWiki parser.
- $wgUseExternalEditor 模板:TNT - Activate external editor interface for files and pages.
Ajax
- $wgAjaxExportList 模板:TNT - List of functions in
AjaxFunctions.php
that are callable via模板:Ll
- $wgAjaxUploadDestCheck - Enable AJAX check for file overwrite, pre-upload.
- $wgAjaxWatch 模板:TNT - Enable watching/unwatching pages using AJAX.
- $wgUseAjax - 启用AJAX功能的使用
前端
- $wgAllowSiteCSSOnRestrictedPages - Allow site-wide CSS on restricted special pages.
- $wgAllowUserCss - Allow user Cascading Style Sheets (CSS)
- $wgAllowUserJs - 允许用户Javascript页面
- $wgEnableJavaScriptTest - Allows running of javascript test suites via Special:JavaScriptTest (such as QUnit).
- $wgForcedRawSMaxage - Default maximum age for raw CSS/JS accesses.
- $wgHandheldForIPhone 模板:TNT, If set, 'screen' and 'handheld' media also apply to the iPhone/iPod Touch Mobile Safari.
- $wgHandheldStyle 模板:TNT, 用于media="handheld"的样式。
- $wgIncludeLegacyJavaScript 模板:TNT - Whether to include the mediawiki.legacy JS library (old wikibits.js), and its dependencies.
- $wgPreloadJavaScriptMwUtil 模板:TNT - Whether to preload the mediawiki.util module as blocking module in the top queue.
- $wgJavaScriptTestConfig 模板:TNT - 用于javascript测试的配置。
- $wgLegacyJavaScriptGlobals - Whether or not to assign configuration variables to the global window object.
- $wgUseSiteCss - 使用网站的层叠样式表(CSS)。
- $wgUseSiteJs - 使用网站的Javascript页面。
资源加载器
- See ResourceLoader for more information.
- $wgResourceBasePath - Default 'remoteBasePath' value for resource loader modules.
- $wgResourceLoaderDebug - The default debug mode (on/off) for of ResourceLoader requests.
- $wgResourceLoaderInlinePrivateModules 模板:TNT - Whether to embed private modules inline with HTML output or to bypass caching and check the user parameter against.
- $wgResourceLoaderLESSVars 模板:TNT - 全局LESS变量。
- $wgResourceLoaderMaxage - Maximum time in seconds to cache resources served by the resource loader.
- $wgResourceLoaderMaxQueryLength - Maximum query string length for resource loader requests.
- $wgResourceLoaderMinifierMaxLineLength - Maximum line length when minifying JavaScript.
- $wgResourceLoaderMinifierStatementsOnOwnLine 模板:TNT - Put each statement on its own line when minifying JavaScript.
- $wgResourceLoaderSources - Foreign module sources registry.
- $wgResourceLoaderStorageVersion - Cache version for client-side ResourceLoader module storage.
- $wgResourceLoaderUseESI - Enable embedding of certain resources using Edge Side Includes.
- $wgResourceLoaderValidateJS - Whether to parse JavaScript module prior to minification to validate them.
- $wgResourceLoaderValidateStaticJS - Whether to parse statically-sourced (file-backed) JavaScript resources prior to minification to validate them.
- $wgResourceLoaderStorageEnabled - Cache modules in localStorage on supporting browsers.
- $wgResourceModules - Array of all extra defined modules that can later be loaded during the output.
名字空间
- $wgContentNamespaces - 包含真实内容或文章的命名空间。
- $wgExtraNamespaces - 额外的名字空间。
- $wgExtraGenderNamespaces - Same as $wgExtraNamespaces, but for namespaces with gender distinction.
- $wgExtraSignatureNamespaces - Controls in which subject (non-talk) namespaces the "Signature" button on the edit toolbar will be displayed.
- $wgMetaNamespace - The name used for the meta-namespace.
- $wgMetaNamespaceTalk - The name used for the meta-namespace talk pages.
- $wgNamespaceAliases - 用于额外名字空间的别名。
- $wgNamespaceContentModels - Content types defined for a given namespace.
- $wgNamespaceProtection - Default protection levels for namespaces.
- $wgNamespacesToBeSearchedDefault - Which namespaces should be searched?
- $wgNamespacesToBeSearchedHelp 模板:TNT - Namespaces to be searched when user clicks the "Help" tab on Special:Search.
- $wgNamespacesWithSubpages - 哪些名字空间应该支持子页面功能?
- $wgNoFollowNsExceptions - Namespaces where the nofollow setting (模板:Ll) is overridden.
- $wgNonincludableNamespaces - Pages in namespaces in this array can not be used as templates.
- $wgPreviewOnOpenNamespaces - Namespaces that have special treatment where they should be preview-on-open.
- $wgSitemapNamespaces - Array of namespaces to generate a sitemap or false for all namespaces.
- $wgSitemapNamespacesPriorities - Custom namespace priorities for sitemaps.
输出
- $wgAllowMicrodataAttributes 模板:TNT - Enable HTML 5 microdata attributes for use in wikitext, if $wgHtml5 is also true.
- $wgAllowRdfaAttributes 模板:TNT - Enable RDFa attributes for use in wikitext.
- $wgCleanupPresentationalAttributes 模板:TNT - Whether to put as much as possible presentational HTML attributes in CSS.
- $wgEnableTooltipsAndAccesskeys 模板:TNT - Whether to enable application of access keys and tooltips
- $wgHtml5 模板:TNT - Whether to output an HTML 5 doctype. See 模板:Ll.
- $wgHtml5Version - Defines the value of the version attribute in the <html> tag, if any.
- $wgWellFormedXml 模板:TNT - Whether to try to make our HTML output well-formed XML.
- $wgMimeType - The type to send in the
Content-Type
header. - $wgMangleFlashPolicy - Whether to mangle any cross-domain-policy (Adobe cross-domain policy) tags, to prevent XSS attacks.
- $wgSend404Code - Send 404 HTTP status for not found pages.
- $wgEnableCanonicalServerLink - Output a <link rel="canonical"> tag on every page indicating the canonical server which should be used, i.e. $wgServer or $wgCanonicalServer.
- $wgUseMediaWikiUIEverywhere - Applies MediaWiki UI wherever it can be supported.
- $wgHTMLFormAllowTableFormat - Allow form components to render tables.
- $wgXhtmlNamespaces - Permit other namespaces in addition to the w3.org default.
The following settings are only used if $wgHtml5 is set to "false" 模板:TNT:
- $wgDocType 模板:TNT - The doc type to use in the
<!DOCTYPE !>
declaration. - $wgDTD 模板:TNT - Specifies the DTD in the DOCTYPE declaration for page output.
- $wgXhtmlDefaultNamespace 模板:TNT - 默认XHTML名字空间
机器人方针
- $wgArticleRobotPolicies - Allow customisation of robot policies on a per-article basis.
- $wgDefaultRobotPolicy - Default robot exclusion policy for the wiki.
- $wgExemptFromUserRobotsControl - An array of namespace keys in which the __INDEX__/__NOINDEX__ magic words will not function.
- $wgNamespaceRobotPolicies - Allow customisation of robot policies on a per-namespace basis.
移动支持
- $wgDeviceDetectionClass 模板:TNT - Name of the class used for mobile device detection.
网站统计
- $wgArticleCountMethod - Method used to determine if a page in a content namespace should be counted as a valid article.
- $wgContentNamespaces - Namespaces which are considered to contain real content, or articles (affects Special:Random and Special:Statistics).
- $wgCountCategorizedImagesAsUsed - On Special:Unusedimages, consider images used if they are put into a category.
- $wgDisableCounters 模板:TNT - Disable view counter shown in the footer of an article/page as: "This page has been accessed X times"
- $wgHitcounterUpdateFreq 模板:TNT - Sets how often page counters should be updated.
- $wgStatsdSamplingRates - Sampling rate for statsd metrics as an associative array of patterns and rates
- $wgUseCommaCount 模板:TNT - Specifies the criteria used to define a 'valid article' when counting.
- $wgSiteStatsAsyncFactor - Sets how often site statistics should be updated.
- $wgWantedPagesThreshold - Minimum number of links required before a page is listed on Special:Wantedpages
皮肤
- $wgDefaultSkin - 默认皮肤。
- $wgFallbackSkin - Fallback skin used when the skin defined by $wgDefaultSkin can't be found.
- $wgFooterIcons - Abstract list of footer icons for skins in place of old copyrightico and poweredbyico code.
- $wgLocalStylePath - Same as 模板:Ll, but shouldn't point to an external domain.
- $wgSkipSkin 模板:TNT - Specify the name of a skin that should not be presented in the list of available skins.
- $wgSkipSkins - More of the same as 模板:Ll.
- $wgStyleDirectory - The file system path to the skins directory.
- $wgStylePath - The URL of the skins directory.
- $wgUseCombinedLoginLink - Login / create account link behavior when it's possible for anonymous users to create an account.
- $wgValidSkinNames - 有效皮肤名称列表。
- $wgVectorUseSimpleSearch - Search form behavior for Vector skin only.
- $wgVectorUseIconWatch - Watch and unwatch as an icon rather than a link for Vector skin only.
分类
- $wgCategoryCollation - A version indicator for collations that will be stored in cl_collation for all new rows.
- $wgCategoryMagicGallery - On category pages, show thumbnail gallery for images belonging to that category instead of listing them as articles.
- $wgCategoryPagingLimit - Paging limit for items in categories.
- $wgUseCategoryBrowser - Enable DMOZ-like category tree at the bottom of pages
- $wgTrackingCategories - List of messages representing tracking categories
缓存
- $wgCacheDirectory - Directory for caching data in the local filesystem.
- $wgCacheEpoch - Set this to current time to invalidate all prior cached pages.
- $wgCachePrefix - Overwrite the caching key prefix with custom value.
- $wgClockSkewFudge - Helps avoid cache problems due to timer resolution.
- $wgDBAhandler 模板:TNT - Selects which DBA handler to use.
- $wgInvalidateCacheOnLocalSettingsChange - Setting this to true will invalidate all cached pages whenever LocalSettings.php is changed.
- $wgLanguageConverterCacheType - 存储语言转换表的缓存类型。
- $wgMainCacheType - 替换模板:Ll。
- $wgObjectCaches - 高级对象缓存配置。
- $wgObjectCacheSessionExpiry - The expiry time to use for session storage when 模板:Ll is enabled, in seconds.
- $wgQueryCacheLimit - Number of rows to cache in 'querycache' table when miser mode is on.
- $wgRevisionCacheExpiry - Cache extracted revision text in MemCached.
- $wgThumbnailEpoch - If rendered thumbnail files are older than this timestamp, they will be rerendered on demand as if the file didn't already exist.
- $wgUseETag 模板:TNT - Whether MediaWiki should send an ETag header.
- $wgUseGzip - 使用GZip存储缓存页面。
- $wgUpdateRowsPerQuery - Number of rows to update per query.
- $wgSessionsInMemcached 模板:TNT - Store session data in the object cache, rather than on the filesystem.
- $wgSessionCacheType - 存储会话数据的缓存类型。
- $wgSessionsInObjectCache 模板:TNT - 是否在对象缓存中存储会话。
- 参见:跨wiki一栏获取跨wiki缓存设置。
客户端缓存
- $wgCachePages - Allow client-side caching of pages
文件缓存
Settings for Server side file caching.
- $wgFileCacheDepth - Depth of the subdirectory hierarchy to be created under $wgFileCacheDirectory.
- $wgFileCacheDirectory - Directory where the cached page will be saved when using server-side caching.
- $wgUseFileCache - This will cache static pages for non-logged-in users to reduce database traffic on public sites.
消息缓存
- $wgAdaptiveMessageCache - Instead of caching everything, keep track which messages are requested and load only most used messages.
- $wgLocalisationCacheConf - Localisation cache configuration.
- $wgLocalMessageCacheSerialized 模板:TNT - Defines format of local cache.
- $wgMaxMsgCacheEntrySize - Maximum entry size in the message cache, in bytes.
- $wgMessageCacheType - 消息缓存设置。
- $wgUseLocalMessageCache - Make a local copy of the message cache, in addition to memcached
边栏缓存
- $wgEnableSidebarCache - If true, cache the sidebar navigation links.
- $wgSidebarCacheExpiry - Expiry time for the sidebar cache.
解析器缓存
- $wgEnableParserCache 模板:TNT - Keep parsed pages in a cache (objectcache table, turck, or memcached) to speed up output of the same page viewed by another user with the same options.
- $wgRenderHashAppend - Append a configured value to the parser cache and the sitenotice cache keys.
- $wgParserCacheExpireTime - Expiration time (in seconds) of cached parser information
- $wgParserCacheType - 解析器缓存设置。
高速缓存设置
Settings for configuring the Memcached memory-based object store (if you are using it) 模板:Git file has more details.
- $wgMemCachedDebug - Will be set to false in Setup.php, if the server isn't working.
- $wgMemCachedPersistent - Whether to use persistent memcached connections.
- $wgMemCachedServers - Memcached 服务器的数组。
- $wgMemCachedTimeout - Server connection timeout in microseconds
跨wiki
- $wgDisableHardRedirects - Disable redirects to special pages and interwiki redirects, which use a 302 and have no "redirected from" link.
- $wgEnableScaryTranscluding - Enable "scary 模板:Ll" (transcluding from another wiki)
- $wgExtraInterlanguageLinkPrefixes - Extra interwiki prefixes to treat as language code
- $wgImportSources - List of interwiki prefixes for wikis we'll accept as sources for Special:Import (for sysops).
- $wgLocalInterwiki 模板:TNT - The interwiki prefix of this wiki.
- $wgLocalInterwikis - The interwiki prefixes of this wiki.
- $wgRedirectSources - Regular expression to restrict URLs which will be displayed as 'redirected from' links.
- $wgTranscludeCacheExpiry - Expiry time for interwiki transclusion.
跨wiki缓存
- 参见跨wiki缓存获取更多信息。
- $wgInterwikiCache - Whether to enable the interwiki cache.
- $wgInterwikiExpiry - Expiry time for cache of interwiki table.
- $wgInterwikiFallbackSite - Used by maintenance scripts to dump interwiki table.
- $wgInterwikiScopes - Used by getInterwikiCache() to retrieve from interwiki database file.
访问
Wiki locking, blocking/banning, and some other related settings.
- $wgActions - Array of allowed values for the "action" parameter for normal pages.
- $wgAutopromote - Conditions of automatic promotion of user to specific groups.
- $wgAutopromoteOnce - Automatically add a usergroup to any user who matches certain conditions.
- $wgAccountCreationThrottle - Number of accounts each IP address may create, 0 to disable. Requires memcached.
- $wgAllowPageInfo 模板:TNT - Allow the info action, very inefficient at the moment.
- $wgBlockCIDRLimit - Maximum CIDR range when blocking an IP range.
- $wgDeleteRevisionsLimit - Integer of how many revisions an article must have before the bigdelete right is required to delete it.
- $wgDisabledActions 模板:TNT - Array of disabled article actions, e.g. view, edit, dublincore, delete, etc.
- $wgEnableCascadingProtection 模板:TNT - Enable cascade protection.
- $wgFilterCallback 模板:TNT - Similarly (to 模板:Ll) if this function returns true.
- $wgInvalidPasswordReset - Specifies if users should be sent to a password-reset form on login in case of an inadequate password.
- $wgNewPasswordExpiry - The time, in seconds, when an emailed temporary password expires.
- $wgPasswordAttemptThrottle - Limit password attempts per IP per address.
- $wgPasswordConfig - Configuration for built-in password types.
- $wgPasswordDefault - Default password type to use when hashing user passwords.
- $wgPasswordResetRoutes - Whether to allow password resets identified by various bits of data.
- $wgPasswordSalt 模板:TNT - For compatibility with old installations set to false.
- $wgRangeContributionsCIDRLimit - Shortest CIDR limits that can be checked in any individual range check at Special:Contributions.
- $wgRestrictionTypes - Actions that can be restricted.
- $wgSpamRegex - A regular expression pattern which stops a page from being saved.
- $wgSummarySpamRegex - Same as $wgSpamRegex except for edit summaries
- $wgCookieSetOnAutoblock - (since 1.29) Determines whether to set a cookie when a user is autoblocked. Doing so means that a blocked user, even after logging out and moving to a new IP address, will still be blocked. This is false by default.
- $wgSoftBlockRanges - (since 1.29) IP ranges that should be considered soft-blocked (anon-only, account creation allowed).
See Manual:Preventing access for more methods and settings concerning access. See also Manual:User rights</> for more information about $wgGroupPermissions, $wgAddGroups, $wgRemoveGroups, etc.
- See User Access for User Access settings.
速率控制
- $wgRateLimitLog 模板:TNT - Set to a filename to log rate limiter hits.
- $wgRateLimits - Simple rate limiter options to brake edit floods.
- $wgRateLimitsExcludedIPs - Array of IPs which should never trigger the rate limiter.
API
- $wgEnableAPI - Enable direct access to the data API through api.php.
- $wgEnableWriteAPI - Allow the API to be used to perform write operations (page edits, rollback, etc.) when an authorised user accesses it.
- $wgCrossSiteAJAXdomains - Allow the API to be accessed by cross domain AJAX from specified domains
- $wgCrossSiteAJAXdomainExceptions - Domains that should not be allowed to make AJAX requests, even if they match one of the domains allowed by $wgCrossSiteAJAXdomains
- $wgAPICacheHelpTimeout - Set the timeout for the API help text cache.
- $wgApiFrameOptions - Control framing of api pages.
- $wgAPIRequestLog - Log file or URL (TCP or UDP) to log API requests to
- $wgAPIUselessQueryPages - The ApiQueryQueryPages module should skip pages that are redundant to true API queries.
Wiki锁定
- $wgReadOnly - 禁止编辑并显示给定的理由。
- $wgReadOnlyFile - 同样是是禁止编辑,但如果有给定的文件,数据库锁定的理由则采用文件中的内容。
减少
- $wgAPIMaxDBRows - Maximum number of rows to scan in a DB query in the API.
- $wgAPIMaxResultSize - The maximum size (in bytes) of an API result.
- $wgAPIMaxUncachedDiffs - The maximum number of uncached diffs that can be retrieved in one API request.
- $wgQueryPages 模板:TNT - Replaced by the 模板:Ll hook.
- $wgDisableQueryPages - Disable all query pages if miser mode is on, not just some.
- $wgDisableQueryPageUpdate - Array of special pages that should not be updated.
- $wgDisableSearchUpdate - If you've disabled search semi-permanently, this also disables updates to the table.
- $wgDisableTextSearch - Disables full text search (including title search).
- $wgEdititis - Display user edit counts in various prominent places.
- $wgFixDoubleRedirects - Fix double redirects after a page move.
- $wgInvalidRedirectTargets - Array of invalid page redirect targets.
- $wgMaximumMovedPages - Maximum number of pages to move at once when moving subpages with a page.
- $wgMiserMode - If true, disable database-intensive features
- $wgShowHostnames - If set to true, exposes host names through API and HTML comments.
- $wgShowRollbackEditCount - Maximum number to count when a rollback link is shown.
- $wgUseDumbLinkUpdate 模板:TNT - Do
DELETE
/INSERT
for link updates instead of incremental.
上传
Uploads have to be specially set up to be secure.
- $wgAjaxLicensePreview - Allow preview licences during upload via AJAX.
- $wgAllowCopyUploads - 允许通过URL上传,而不仅仅是本地文件。
- $wgCopyUploadsDomains - Domains that are allowed to be used in upload from URLs.
- $wgAllowJavaUploads - Allow Java archive uploads.
- $wgAsyncHTTPTimeout - Timeout for asynchronous http request.
- $wgCheckFileExtensions - This is a flag to determine whether or not to check file extensions on upload.
- $wgCopyUploadProxy - Proxy to use for copy upload requests.
- $wgAllowAsyncCopyUploads 模板:TNT - Allow asynchronous copy uploads.
- $wgDisableUploadScriptChecks - Whether to disable the upload system's checks for HTML/JavaScript.
- $wgEnableUploads - Enables uploads and shows link to upload page
- $wgFileBackends - File backend structure configuration.
- $wgFileBlacklist - Files with these extensions will never be allowed as uploads.
- $wgFileExtensions - This is the list of preferred extensions for uploading files. Uploading files with extensions not in this list will trigger a warning.
- $wgFileStore 模板:TNT - Indicates where deleted images are to be stored.
- $wgHashedUploadDirectory - If true, use the /a/ab/foo.png directory structure.
- $wgHTTPTimeout - Timeout for HTTP requests done via CURL.
- $wgHTTPProxy - Proxy to use for CURL requests.
- $wgImgAuthDetails - Display reason access to uploaded file was denied to users(img_auth only)
- $wgImgAuthPublicTest 模板:TNT - Test to see if img_auth set up correctly (img_auth only)
- $wgLocalFileRepo - A single repository structure for the local repository.
- $wgLockManagers - Array of configuration arrays for each lock manager.
- $wgMinUploadChunkSize - Minimum upload chunk size, in bytes.
- $wgStrictFileExtensions - If this is turned off, users may override the warning for files not covered by 模板:Ll.
- $wgUploadBaseUrl - The base URL for uploaded images if shared upload directory isn't to be used
- $wgUploadDirectory - The file system path of the upload directory.
- $wgDeletedDirectory - What directory to place deleted uploads in
- $wgUploadMaintenance - To disable image delete/restore temporarily.
- $wgUploadMissingFileUrl - Point the upload link for missing files to an external URL.
- $wgUploadNavigationUrl - Point the upload navigation link to an external URL.
- $wgUploadPath - The URL of the upload directory.
- $wgUploadSizeWarning - Warn if uploaded files are larger than this.
- $wgUploadStashMaxAge - The maximum age of temporary (incomplete) uploaded files.
- $wgUploadStashScalerBaseUrl - To enable remote on-demand scaling, set this to the thumbnail base URL.
- $wgMaxUploadSize - Maximum size for file uploads.
- $wgSaveDeletedFiles 模板:TNT - Indicates that deleted images are to be stored for later undeletion.
共享上传
These settings are kept for backward compatibility, see $wgForeignFileRepos for the new setting, or 模板:Ll if you only need read access to images on Commons.
- $wgCacheSharedUploads - Cache shared metadata in memcached.
- $wgForeignFileRepos - An array of repository structure for foreigns repositories.
- $wgHashedSharedUploadDirectory - Whether to hash the shared upload directory.
- $wgRepositoryBaseUrl - Base URL for a repository wiki.
- $wgSharedUploadDBname - DB name with metadata about shared directory.
- $wgSharedUploadDBprefix - DB prefix for shared image uploads.
- $wgSharedUploadDirectory - Path on the file system where shared uploads can be found.
- $wgSharedUploadPath - Full path on the web server where shared uploads can be found.
- $wgUseSharedUploads - Whether to look in the shared repository if no file of the given name is found in the local repository (for [[Image:..]], [[Media:..]] links).
- $wgFetchCommonsDescriptions - set this "true" if you want to integrate media-descriptions, stored in the commonswiki
MIME类型
- $wgJsMimeType 模板:TNT - Media type (MIME type) to use for JavaScript scripts.
- $wgLoadFileinfoExtension 模板:TNT - Switch for loading the FileInfo extension by PECL at runtime.
- $wgMimeDetectorCommand - Sets an external mime detector program.
- $wgMimeInfoFile - Sets the mime type info file to use by 模板:Ll.
- $wgMimeTypeFile - Sets the mime type definition file to use by 模板:Ll.
- $wgTrivialMimeDetection - Switch for trivial mime detection.
- 模板:Warning This is not a configuration setting, but a global state variable. It should be used solely by thumb.php!
- $wgVerifyMimeType - Determines if the mime type of uploaded files should be checked
- $wgMimeTypeBlacklist - Files with these mime types will never be allowed as uploads if $wgVerifyMimeType is enabled.
- $wgXMLMimeTypes - An array of XML mime types we can detect via MimeMagic.
See also: Manual:Mime type detection
图片
- $wgAllowImageMoving - 允许移动图片
- $wgCustomConvertCommand - 使用另一个改变大小转换器,例如GraphicMagick。
- $wgEnableAutoRotation - Whether to enable image auto-rotation based on Exif information
- $wgExiv2Command - Path to the exiv2 executable.
- $wgGalleryOptions - Default parameters for the <gallery> tag.
- $wgIgnoreImageErrors - If true, inline scaled images will still produce <img> tags ready for output instead of showing an error message.
- $wgImageLimits - Limit images on image description pages to a user-selectable limit.
- $wgJpegTran - Path to the jpegtran utility.
- $wgMaxImageArea - Don't thumbnail an image if it will use too much working memory.
- $wgMediaHandlers - Plugins for media file type handling.
- 用于上传路径的参数
- $wgTrustedMediaFormats - List of trusted media-types and mime types.
See also: Manual:Configuring file uploads
DjVu
- $wgDjvuDump - djvudump可执行的路径。
- $wgDjvuOutputExtension - 用于DJVU传送处理器输出的文件扩展名。
- $wgDjvuPostProcessor - DJVU传送处理器的路径。
- $wgDjvuRenderer - ddjvu DJVU渲染器的路径。
- $wgDjvuToXML - djvutoxml可执行的路径。
- $wgDjvuTxt - djvutxt DJVU文本抽取实用工具的路径。
EXIF
- $wgShowEXIF - Determines whether EXIF metadata is to be displayed. Set to false for not showing data.
- $wgUpdateCompatibleMetadata - Whether to automatically update the img_metadata field if the metadata field is outdated but compatible with the current version.
ImageMagick
- $wgImageMagickConvertCommand - ImageMagick附带的转换命令。
- $wgImageMagickIdentifyCommand 模板:TNT - ImageMagick附带的识别命令。
- $wgImageMagickTempDir - 用于ImageMagick的临时目录。
- $wgSharpenParameter - Sharpening parameter to ImageMagick.
- $wgSharpenReductionThreshold - Reduction in linear dimensions below which sharpening will be enabled.
- $wgUseImageMagick - 可以使用 PHP的内部图像库或使用 ImageMagick 进行尺寸大小的调整。PHP只支持 PNG、GIF、JPG、XBM 和 WBMP几种格式,而后者支持的要多得多。
- $wgUseTinyRGBForJPGThumbnails - When this variable is true and JPGs use the sRGB ICC profile, swaps it for the more lightweight (and free) TinyRGB profile when generating thumbnails.
将 $wgUseImageMagick 设置为true 可使用 ImageMagick 而不是内置函数。
SVG
- $wgAllowTitlesInSVG - If true, <title> will be allowed in files with an "image/svg" MIME type.
- $wgSVGConverter - 来自模板:Ll,用作转换器的的关键字。
- $wgSVGConverterPath - If not in the executable PATH, specify.
- $wgSVGConverters - Scalable Vector Graphics (SVG) may be uploaded as images.
- $wgSVGMaxSize - Don't scale a SVG larger than this unless its native size is larger.
- $wgSVGMetadataCutoff - Don't read SVG metadata beyond this point.
缩略图设置
- $wgUseImageResize - Set $wgUseImageResize to true if you want to enable dynamic server side image resizing (Thumbnails)
- $wgGenerateThumbnailOnParse - Allow thumbnail rendering on page view.
- $wgMaxAnimatedGifArea - Force thumbnailing of animated GIFs above this size to a single frame instead of an animated thumbnail.
- $wgSharedThumbnailScriptPath - Same as 模板:Ll, but for shared uploads.
- $wgShowArchiveThumbnails - Whether to show thumbnails for old images on the image description page.
- $wgTiffThumbnailType - Array of extension and mime type to transform TIFF images to.
- $wgThumbnailScriptPath - Give a path here to use 模板:Ll for thumbnail generation on client request, instead of generating them on render and outputting a static URL.
- $wgThumbUpright - Adjust width of upright images when parameter 'upright' is used.
- $wgThumbLimits - List of image sizes users can pick from.
- $wgResponsiveImages - Use responsive images for high-density displays.
- $wgThumbnailBuckets - List of intermediary thumbnail sizes to use to speed up thumbnail rendering.
- $wgThumbnailMinimumBucketDistance - Minimal distance between intermediary thumbnail size and target thumbnail size.
- $wgJpegPixelFormat - Sets YUV chroma subsampling mode for JPEG thumbnails
防病毒
- $wgAntivirus - Internal name of virus scanner.
- $wgAntivirusRequired - Determines if a failed virus scan (
AV_SCAN_FAILED
) will cause the file to be rejected. - $wgAntivirusSetup - Configuration for different virus scanners.
解析器
- $wgAllowDisplayTitle - Allow the magic word {{DISPLAYTITLE:}} to override the title of a page.
- $wgAllowExternalImages - Whether to allow inline image pointing to other websites.
- $wgAllowExternalImagesFrom - If 模板:Ll is false, you can specify exceptions here.
- $wgAllowSlowParserFunctions - Allow slow parser functions like "pagesinnamespace".
- $wgAllowImageTag - Allow <img> tag to be used in wikitext.
- $wgEnableImageWhitelist - If 模板:Ll is false, this will enable an on-wiki image whitelist at 模板:Ll.
- $wgCleanSignatures - If true, removes (substitutes) templates in "~~~~" signatures.
- $wgExperimentalHtmlIds - Should we allow a broader set of characters in id attributes, per HTML5?
- $wgExpensiveParserFunctionLimit - Maximum number of calls per parse to expensive parser functions such as PAGESINCATEGORY.
- $wgExternalLinkTarget - Set a default target for external links.
- $wgGrammarForms - Used for {{GRAMMAR:}} parser function.
- $wgLinkHolderBatchSize - LinkHolderArray batch size.
- $wgMaxGeneratedPPNodeCount - A complexity limit on template expansion: the maximum number of nodes generated by
Preprocessor::preprocessToObj()
- $wgMaxPPExpandDepth - Stack depth limit for expansion with the preprocessor.
- $wgMaxPPNodeCount - A complexity limit on template expansion: the maximum number of nodes visited by
PPFrame::expand()
- $wgMaxTemplateDepth - Maximum recursion depth for templates within templates.
- $wgMaxTocLevel - Maximum indent level of the 模板:Ll.
- $wgParserConf - 解析器配置。
- $wgParserTestFiles - Parser test suite files to be run by parserTests.php.
- $wgParserTestRemote 模板:TNT - Specifies target CodeReview installation to send test result data from "parserTests.php --upload"
- $wgPreprocessorCacheThreshold - Preprocessor caching threshold.
- $wgRegisterInternalExternals - Whether to register external links pointing to the same server.
- $wgRestrictDisplayTitle - Restrict DISPLAYTITLE to titles that normalize to the same canonical DB key.
HTML
- $wgRawHtml - Allow raw, unchecked HTML in <html>...</html> sections.
Tidy
Tidy is an open source tool that cleans up broken HTML. You can use this to ensure that broken HTML in articles doesn't affect the layout of your wiki. While Tidy itself is going to be replaced, the configuration settings can still be used for the replacements.
- $wgTidyConfig - Configuration of the HTML postprocessing tool to use for fixing invalid HTML code.
- $wgAlwaysUseTidy 模板:TNT
- $wgDebugTidy - Put tidy warnings in HTML comments, only works for internal tidy.
- $wgTidyBin 模板:TNT - Should be set to the path of the tidy binary.
- $wgTidyConf 模板:TNT - Should be set to the path of the tidy configuration file.
- $wgTidyInternal 模板:TNT- Controls the use of the PECL extension to use an inprocess tidy library instead of spawning a separate program.
- $wgTidyOpts 模板:TNT - Options passed to tidy on the command line.
- $wgUseTidy 模板:TNT - Use tidy to make sure HTML output is sane.
- $wgValidateAllHtml - Validate the overall output using tidy and refuse to display the page if it's not valid.
- See also: Manual:Build Tidy from source.
特殊页面
- $wgActionFilteredLogs - List of log types that can be filtered by action types
- $wgAllowSpecialInclusion - Allow special page inclusions such as
{{Special:Allpages}}
. - $wgExportAllowAll - Whether to allow exporting the entire wiki into a single file.
- $wgExportAllowHistory - Enable the full-history option on Special:Export.
- $wgExportAllowListContributors - Whether to allow to list all contributors while exporting a page.
- $wgExportFromNamespaces - Whether to allow the "export all pages in namespace" option
- $wgExportMaxHistory - Special:Export requests for history of pages with more revisions than this will be rejected.
- $wgExportMaxLinkDepth - Maximum value of the "pagelink-depth" parameter in Special:Export.
- $wgExportPagelistLimit - Maximum number of pages returned by the GetPagesFromCategory and GetPagesFromNamespace functions.
- $wgFilterLogTypes - Show/hide links on Special:Log will be shown for these log types
- $wgImportTargetNamespace - Optional default target namespace for interwiki imports.
- $wgLogActions - Lists the message key string for formatting individual events of each type and action when listed in the logs.
- $wgLogActionsHandlers - Same as 模板:Ll, but values are functions callbacks.
- $wgLogHeaders - Lists the message key string for descriptive text to be shown at the op of each log type.
- $wgLogNames - Lists the message key string for each log type.
- $wgLogRestrictions - Restricts log access to those who have a certain right.
- $wgLogTypes - 日志类型列表。
- $wgQueryPageDefaultLimit - Default number of entries to show on query pages.
- $wgMaxRedirectLinksRetrieved - Maximum number of links to a redirect page listed on Special:Whatlinkshere/RedirectDestination.
- $wgRedirectOnLogin - Redirect a user to a specific page when they log in.
- $wgSecureLogin - Whether to let user authenticate using https when they come from http.
- $wgSortSpecialPages 模板:TNT - Whether or not to sort special pages in Special:Specialpages.
- $wgSpecialPageGroups 模板:TNT - List of special pages, followed by what subtitle they should go under at Special:SpecialPages
- $wgSpecialVersionShowHooks - Whether to show the contents of $wgHooks in Special:Version.
- $wgUseNPPatrol - Use new pages patrolling to check for vandalism.
最近更改
See also Help:Recent changes and 模板:Wg
- $wgAllowCategorizedRecentChanges - Allow to filter the recentchanges by a category or one of its sub(subsubsub...)categories
- $wgAutopromoteOnceLogInRC - Whether to put user rights log entries for autopromotion in recent changes
- $wgPutIPinRC - Log IP addresses in the recentchanges table.
- $wgRCChangedSizeThreshold - Highlight character count difference lower than this.
- $wgRCFilterByAge - Filter $wgRCLinkDays to avoid showing links for values higher than $wgRCMaxAge.
- $wgRCLinkLimits - 更改限制。
- $wgRCLinkDays - 日限制。
- $wgRCMaxAge - Recentchanges items are periodically purged; entries older than this many seconds will go.
- $wgRCShowChangedSize - Show the amount of changed characters in recent changes.
- $wgRCShowWatchingUsers - Show watching users in recent changes, watchlist and page history views.
- $wgShowUpdatedMarker - Show "Updated (since my last visit)" marker in RC view, watchlist and history.
- $wgUseRCPatrol - Use RC Patrolling to check for vandalism.
- $wgWatchersMaxAge - Page watchers inactive for more than this many seconds are considered inactive.
- $wgUnwatchedPageSecret - If active watchers (per above) are this number or less, do not disclose it.
UDP更新
Send Recent changes updates via UDP. See: Manual:Simple IRC RC Bot
- $wgRCEngines - Feed engine configuration
- $wgRCFeeds - Feed formatting and destination configuration
- $wgRC2UDPAddress 模板:TNT - 使用地址。
- $wgRC2UDPInterwikiPrefix 模板:TNT - Whether to prefixes the page name used in the RC feed.
- $wgRC2UDPOmitBots 模板:TNT - Omit bot.
- $wgRC2UDPPort 模板:TNT - Port used.
- $wgRC2UDPPrefix 模板:TNT - 使用前缀。
用户
- $wgActiveUserDays - The number of days a person must be idle before they're considered inactive
- $wgAutoConfirmAge - Number of seconds an account is required to age before it's given the implicit 'autoconfirm' group membership.
- $wgAutoConfirmCount - Number of edits an account requires before it's given the implicit 'autoconfirm' group membership.
- $wgAllowUserCssPrefs - Whether to allow user-preferences implemented in CSS
- $wgDefaultUserOptions - Settings added to this array will override the default settings for the user preferences used by anonymous visitors and newly created accounts.
- $wgDisableAnonTalk - Disable talk pages for anonymous users (IPs).
- $wgHiddenPrefs - 禁用某些用户首选项。
- $wgHKDFAlgorithm - Algorithm for HMAC-based key derivation function (fast, cryptographically secure random numbers).
- $wgHKDFSecret - Secret for HMAC-based key derivation function (fast, cryptographically secure random numbers).
- $wgInvalidUsernameCharacters - Characters to prevent during new account creations.
- $wgMaxNameChars - Maximum number of bytes in username.
- $wgMaxSigChars - Maximum customized signature length.
- $wgMinimalPasswordLength 模板:TNT - Specifies the minimal length of a user password.
- $wgNewUserLog - Whether to maintain a log of newusers at Special:Log/newusers.
- $wgPasswordExpirationDays - Number of days after which user passwords expire.
- $wgPasswordExpireGrace - Grace period for password expiry.
- $wgPasswordPolicy - Specifies various settings related to password strength and security.
- $wgReservedUsernames - List of account names that cannot exist.
- $wgShowIPinHeader 模板:TNT - Show the IP in the user bar for anonymous users by default.
- $wgUserrightsInterwikiDelimiter - Character used as a delimiter when testing for interwiki userrights.
验证
- $wgSessionProviders - Session provider configuration.
- $wgAuthManagerAutoConfig - Register authentication providers to use with AuthManager.
- $wgAuthManagerConfig - Manual override for authentication provider configuration.
- $wgCentralIdLookupProvider - Default central id lookup implementation to use.
- $wgCentralIdLookupProviders - Register central ID lookup providers.
- $wgAuthenticationTokenVersion - When changed, all existing sessions are invalidated.
- $wgReauthenticateTime - Time frame for re-authentication.
- $wgAllowSecuritySensitiveOperationIfCannotReauthenticate - Whether to allow security-sensitive operations when reauthentication is not possible.
- $wgExternalAuthType 模板:TNT - Use some particular type of external authentication.
- $wgExternalAuthConf 模板:TNT - Configuration for the external authentication.
- $wgAutocreatePolicy 模板:TNT - Policy to create new accounts with external authentication.
- $wgAllowPrefChange 模板:TNT - Policies for how each preference is allowed to be changed, in the presence of external authentication.
用户访问
- $wgAddGroups - Controls who can add specific groups using Special:Userrights.
- $wgAutoblockExpiry - Number of seconds before autoblock entries expire.
- $wgBlockAllowsUTEdit - Allow blocked users to edit their talk pages.
- $wgBlockDisablesLogin - Disallow blocked users to login.
- $wgEmailConfirmToEdit - Require users to confirm email address before they can edit, true to enable.
- $wgGrantPermissions - Used to define grants and assign permissions to them.
- $wgGrantPermissionGroups - Used to define grant groups and assign grants to them.
- $wgGroupPermissions - Use this to set access rights for groups and users. See also 模板:Ll
- $wgGroupsAddToSelf - allow users to add themselves from specified groups via Special:Userrights
- $wgGroupsRemoveFromSelf - allow users to remove themselves from specified groups via Special:Userrights
- $wgImplicitGroups - Array of groups that aren't shown on e.g. Special:Listusers.
- $wgRemoveGroups - Controls who can remove specific groups using Special:Userrights.
- $wgRevokePermissions - Rights revoked from users in each group.
- $wgWhitelistRead - Pages anonymous user may see.
用户代理
- $wgBrowserBlackList - Browser blacklist for Unicode non compliant browsers.
Cookies
- $wgCacheVaryCookies - A list of cookies that vary the cache.
- $wgCookieDomain - Set to set an explicit domain on the login cookies.
- $wgCookieExpiration - Number of seconds before HTTP cookies expire.
- $wgCookieHttpOnly - Set authentication cookies to httpOnly to prevent stealing by JS, in browsers that support this feature.
- $wgCookiePath - Explicitly declared "path" for cookies at the cookie domain.
- $wgCookiePrefix - 自定义cookie前缀。
- $wgCookieSecure - Whether cookies are secured.
- $wgDisableCookieCheck - Disables session cookies.
- $wgExtendedLoginCookieExpiration - Duration in seconds to use for "Keep me logged in" sessions.
- $wgHttpOnlyBlacklist 模板:TNT - User agent blacklist for HttpOnly mode.
- $wgSessionHandler 模板:TNT - Used to set php's session.save_handler.
- $wgSessionName - Override to customise the session name.
订阅源
- $wgFeed - Toggle syndication feeds on and off.
- $wgAdvertisedFeedTypes - Which feed types should be provided by default.
- $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 eg Recentchanges, Newpages.
- $wgOverrideSiteFeed - Override the site's default rss/atom feed that appears on every page.
版权
- $wgCopyrightIcon 模板:TNT - Set this to some HTML to override the copyrights icon with an arbitrary logo.
- $wgEnableCreativeCommonsRdf 模板:TNT - Includes licensing information derived from Creative Commons licenses.
- $wgEnableDublinCoreRdf 模板:TNT - 使用RDF元数据
- $wgLicenseTerms 模板:TNT - Array of metadata terms.
- $wgMaxCredits - Set this to the number of authors that you want to be credited below an article text.
- $wgRightsIcon - 版权图标
- $wgRightsPage - Page describing the site license
- $wgRightsText - Text describing the site license
- $wgRightsUrl - URL describing the site license
- $wgShowCreditsIfMax - If there are more than 模板:Ll authors, show $wgMaxCredits of them.
- $wgUseCopyrightUpload - Set this to true if you want detailed copyright information forms on Upload.
搜索
- $wgVectorUseSimpleSearch - For Vector skin only. Set true to use one icon search button. Set false to use separate Go & Search buttons.
- $wgAdvancedSearchHighlighting - Set to true to have nicer highlighted text in search results.
- $wgEnableMWSuggest 模板:TNT - Enable suggestions while typing in search boxes.
- $wgGoToEdit 模板:TNT - Go button goes straight to the edit screen if the article doesn't exist.
- $wgMWSuggestTemplate 模板:TNT - Template for internal MediaWiki suggestion engine.
- $wgEnableOpenSearchSuggest - Enable OpenSearch suggestions requested by MediaWiki.
- $wgOpenSearchTemplate 模板:TNT - 用于开放搜索建议的模板。
- $wgEnableSearchContributorsByIP - Whether searching for an IP address will be redirected to that IP's contributions page.
- $wgSearchForwardUrl - Set this to a URL to forward search requests to some external location.
- $wgSearchEverythingOnlyLoggedIn 模板:TNT - If set to true the 'searcheverything' preference will be effective only for logged-in users.
- $wgSearchHighlightBoundaries - Regexp to match word boundaries.
- $wgSearchSuggestCacheExpiry - Expiry time for search suggestion responses.
- $wgCountTotalSearchHits 模板:TNT - Whether have the default search engine count total search matches to present in the Special:Search UI.
- $wgUseTwoButtonsSearchForm - Sidebar's search form behavior
作业
- $wgJobRunRate - Speed of the background task job queue (e.g. update of links).
- $wgRunJobsAsync - When $wgJobRunRate > 0, try to run jobs asynchronously, spawning a new process to handle the job execution, instead of blocking the request until the job execution finishes.
- $wgJobClasses - Maps jobs to their handling classes.
- $wgJobTypesExcludedFromDefaultQueue - Jobs that must be explicitly requested, i.e. aren't run by job runners unless special flags are set.
- $wgUpdateRowsPerJob - Number of rows to update per job.
- $wgJobBackoffThrottling - Limits how often jobs of a given type can run.
- $wgMaxBacklinksInvalidate 模板:TNT - Limits the maximum number of backlinks that can be invalidated when a page is editted.
- $wgJobTypeConf - Configuration for job storage.
- $wgJobQueueAggregator - Which aggregator to use for tracking which queues have jobs.
代理
- $wgBlockOpenProxies 模板:TNT - Automatic open proxy test on edit.
- $wgEnableSorbs 模板:TNT - Use http.dnsbl.sorbs.net to check for open proxies.
- $wgSorbsUrl 模板:TNT - URL to the Sorbs blacklist.
- $wgEnableDnsBlacklist - Whether to use DNS blacklists in $wgDnsBlacklistUrls to check for open proxies
- $wgDnsBlacklistUrls - List of DNS blacklists to use, if $wgEnableDnsBlacklist is true
- $wgProxyKey 模板:TNT - Replaced by 模板:Ll.
- $wgProxyList - Big list of banned IP addresses.
- $wgProxyMemcExpiry 模板:TNT - expiration time for cached proxy IPs.
- $wgProxyPorts 模板:TNT - Ports we want to scan for a proxy.
- $wgProxyScriptPath 模板:TNT - Script used to scan for proxies.
- $wgProxyWhitelist - Proxy whitelist, list of addresses that are assumed to be non-proxy despite what the other methods might say
- $wgSecretKey - This should always be customised in LocalSettings.php
- $wgUsePrivateIPs - Whether forwarded private IPs should be accepted.
Squid
These settings configure MediaWiki when using a caching HTTP proxy server. They apply to caching using Varnish as well as Squid.
- $wgInternalServer - Internal server name as known to Squid, if different.
- $wgMaxSquidPurgeTitles 模板:TNT - Maximum number of titles to purge in any one client operation
- $wgSquidPurgeUseHostHeader - Whether to use a Host header in purge requests sent to the proxy servers configured in $wgSquidServers.
- $wgSquidMaxage - HTTP代理的缓存超时。
- $wgSquidServers - A list of proxy servers (ips if possible) to purge on changes.
- $wgSquidServersNoPurge - Same as $wgSquidServers, except they aren't purged.
- $wgUseESI - 如果您运行具有ESI支持的Squid3,启用它。
- $wgUseSquid - 为缓存的HTTP代理启用/禁用支持。
- $wgUseXVO 模板:TNT - Send X-Vary-Options header for better caching (requires patched Squid).
- $wgVaryOnXFP - Whether to add X-Forwarded-Proto to the Vary and X-Vary-Options headers for API requests and RSS/Atom feeds.
HTCP组播刷新
- $wgHTCPMulticastAddress 模板:TNT - 用于HTCP组播刷新的地址
- $wgHTCPMulticastTTL - HTCP组播刷新的TTL
- $wgHTCPPort 模板:TNT - HTCP组播刷新的端口
- $wgHTCPRouting - HTCP组播刷新的路由配置
扩展
- $wgAPIListModules - API列表模块扩展。
- $wgAPIMetaModules - API元模块扩展。
- $wgAPIModules - API模块扩展。
- $wgAPIPropModules - API prop模块扩展。
- $wgAuth - Authentication plugin. See 模板:Ll.
- $wgAutoloadClasses - Array mapping class names to filenames, for autoloading.
- $wgAvailableRights - A list of available rights, in addition to the ones defined by the core.
- $wgDisableInternalSearch - Disable internal search so that extensions can implement it.
- $wgExceptionHooks 模板:TNT - Hooks that are used for outputting exceptions.
- $wgExtensionAssetsPath - 至扩展目录的URL。
- $wgExtensionCredits - Global list of extension credits.
- $wgExtensionFunctions - 扩展函数
- $wgExtensionMessagesFiles 模板:TNT - 扩展消息文件。
- $wgExtensionDirectory - 扩展目录的文件系统路径。
- $wgExtensionsDirectory 模板:TNT - 文件系统扩展目录。
- $wgExtensionEntryPointListFiles - Array of files with list(s) of extension entry points to be used in 模板:Manual.
- $wgExternalStores - External stores allow including content from non database sources following URL links.
- $wgHooks - 全域钩列表。
- $wgPagePropLinkInvalidations - Page property link table invalidation lists.
- $wgParserOutputHooks - 解析器输出钩子。
- $wgSpecialPageCacheUpdates - Additional functions to be performed with updateSpecialPages.php.
- $wgSpecialPages - 自定义特殊页面列表。
维护脚本设置
- $wgAllowSchemaUpdates - Allow database schema updates to be executed with maintenance/update.php.
- $wgCommandLineDarkBg - For colorized maintenance script output.
- $wgCommandLineMode - Indicates whether MediaWiki is running in command-line mode. Should never be set manually!
- $wgDBadminpassword - 用于$wgDBadminuser的密码。
- $wgDBadminuser - Database username used by the maintenance scripts.
- $wgDBtestpassword 模板:TNT - 用于$wgDBtestuser的密码。
- $wgDBtestuser 模板:TNT - Database username that has permission to create and drop the test databases only.
- $wgHipHopBuildDirectory 模板:TNT - The build directory for HipHop compilation.
- $wgHipHopBuildType 模板:TNT - The HipHop build type.
- $wgHipHopCompilerProcs 模板:TNT - Number of parallel processes to use during HipHop compilation.
- $wgMaintenanceScripts 模板:TNT - Array for extensions to register their maintenance scripts with the system.
- $wgEnableSelenium 模板:TNT - Enable selenium tests
- $wgSeleniumTestConfigs 模板:TNT - Configuration for selenium test suites.
- $wgSeleniumConfigFile 模板:TNT - Selenium configuration file
- $wgUpgradeKey - 启用 web 升级脚本时使用
杂项设置
- $wgAllUnicodeFixes - 是否总是转换特定Unicode序列为现代序列,而不管内容语言。
- $wgAntiLockFlags 模板:TNT - Anti-lock flags.
- $wgCompiledFiles 模板:TNT - A list of files that should be compiled into a HipHop build, in addition to those listed in $wgAutoloadClasses.
- $wgGitRepositoryViewers - Map GIT revision numbers and repository URLs to their respective gitweb URLs in Special:Version
- $wgGitBin - 至git二进制的路径。
- $wgExternalDiffEngine - Use external C++ diff engine (module wikidiff from the extensions package).
- $wgFixArabicUnicode - Set this to true to clean up archaic Unicode sequences in Arabic text.
- $wgFixMalayalamUnicode - Set this to true to clean up archaic Unicode sequences in Malayalam text (Default true if $wgLanguageCode = "ml").
- $wgMaxShellFileSize - Maximum file size created by shell processes under Linux, in KB.
- $wgMaxShellMemory - Maximum amount of virtual memory available to shell processes under Linux, in KB.
- $wgMaxShellTime - Maximum CPU time in seconds for shell processes under linux.
- $wgMemoryLimit - The minimum amount of memory that MediaWiki "needs"; MediaWiki will try to raise PHP's memory limit if it's below this amount.
- $wgPoolCounterConf - Configuration for processing pool control.
- $wgShellLocale - 用于
LC_CTYPE
的区域设置。 - $wgUseAutomaticEditSummaries - MediaWiki是否应该产生自动编辑摘要。
- $wgUseTagFilter - Allow filtering by change tag in recentchanges, history, etc.
- $wgLegacySchemaConversion 模板:TNT - 为大型网站在将架构从1.4迁移至1.5时,加速转换步骤的选项。
- $wgUseTrackbacks 模板:TNT - 是否使用trackbacks。
- $wgAjaxEditStash - Whether edits should be prepared via AJAX as users type edit summaries.
参见
- 模板:Manual: how to set and retrieve configuration variables.
- 模板:Manual: how to register new configuration variables for extensions and skins.
[[Category:Configure{{#translation:}}| ]] [[Category:MediaWiki configuration{{#translation:}}| ]] [[Category:MediaWiki configuration settings{{#translation:}}| ]] [[Category:Variables{{#translation:}}| ]]