Parâmetros de configuração
This is an index of all supported configuration settings based on the DefaultSettings.php
file.
Never edit DefaultSettings.php
; copy appropriate lines to LocalSettings.php
instead and amend them as appropriate.
If you cannot find a configuration setting here, see if it is defined in DefaultSettings.php
.
The variable should have some documentation there.
Manual:$wgAllowAnonymousMinor
).General Settings
- $wgSitename – O nome do site.
- $wgVersion (obsoleto na versão 1.35) – Número da versão do MediaWiki.
Global Objects
- $wgAutoloadLocalClasses – Array mapping class names to filenames, for autoloading.
- $wgConf – Cria um objeto de configuração do site. Não é muito usado em uma instalação padrão.
Server URLs and file paths
- $IP – O caminho completo do diretório de instalação.
- $wgActionPaths – Caminhos para várias ações do usuário. Usado para fazer URLs mais bonitas.
- $wgAppleTouchIcon – URL opcional para um ícone a ser usado quando marcando na tela inicial em dispositivos portáteis da Apple
- $wgArticlePath – O URL base usado para criar links de artigos.
- $wgAssumeProxiesUseDefaultProtocolPorts – When the wiki is running behind a proxy and this is set to true, assumes that the proxy exposes the wiki on the standard ports.
- $wgBaseDirectory (introduzido na 1.38) – Absolute filesystem path of the root directory of the MediaWiki installation.
- $wgCanonicalServer – A URL canônica do servidor, para ser usada em feeds do IRC, e-mails de notificação, etc.
- $wgConfigRegistry – Registro de “funções fábrica” para criar objetos de configuração
- $wgExtensionAssetsPath – URL to extensions directory.
- $wgExtensionDirectory – The file system path to the extensions directory.
- $wgFavicon – A URL do favicon do site.
- $wgFFmpegLocation – Executable name of FFmpeg client.
- $wgFFprobeLocation – Executable name of FFprobe.
- $wgFileCacheDirectory – Directory where the cached pages will be saved when using server-side caching.
- $wgForceHTTPS – Redirect insecure HTTP requests to HTTPS.
- $wgHttpsPort – Port where you have HTTPS running. Supports HTTPS on non-standard ports.
- $wgImgAuthPath – The base path for
img_auth.php
. - $wgLoadScript – A URL para o arquivo load.php.
- $wgLocalStylePath – Same as
$wgStylePath
, but shouldn't point to an external domain. - $wgLogoHD (obsoleto na versão 1.35) – URLs for HD versions of the site logo.
- $wgLogos – O caminho da URL para vários logotipos da wiki.
- $wgLogo – /images/
- $wgMainPageIsDomainRoot – Controls if the main page should be served as the domain root.
- $wgReferrerPolicy – Value for the referrer policy meta tag.
- $wgRestPath – The URL path to rest.php.
- $wgScriptExtension (removido na 1.31) – Extensão para acrescentar nomes de script por padrão.
- $wgScriptPath – O caminho da URL base.
- $wgScript – A URL do arquivo index.php
- $wgServerName – O nome do servidor sem o protocolo.
- $wgServer – O URL base do servidor.
- $wgSitesCacheFile (removido na 1.33) – Specify the file location for the site's JSON cache file.
- $wgStyleDirectory – O caminho do sistema de arquivos para o diretório skins.
- $wgStylePath – A URL do diretório de skins.
- $wgStyleSheetPath (removido na 1.38) – Não defina
$wgStyleSheetPath
. Use$wgStylePath
em vez disso. - $wgThumbPath (introduzido na 1.35.1) – The base path for thumb_handler.php.
- $wgTmpDirectory – The path of the temporary directory.
- $wgUploadBaseUrl – The base URL for uploaded images if shared upload directory isn't to be used
- $wgUploadDirectory – O caminho do sistema de arquivos do diretório de uploads.
- $wgUploadPath – The path segment of the upload directory.
- $wgUploadStashScalerBaseUrl (obsoleto na versão 1.36) – Para habilitar o escalonamento remoto sob demanda, defina como o URL base em miniatura.
- $wgUsePathInfo – Se desejar usar URLs "bonitas".
See also file/image upload path settings.
See also skins path settings.
Files and file uploads
Uploads have to be specially set up to be secure.
- $wgAllowCopyUploads – Allow uploads from URLs as well as local files.
- $wgAllowJavaUploads (removido na 1.39) – Allow Java archive uploads.
- $wgAttemptFailureEpoch – Bump this to quickly retry thumbnail creation failures.
- $wgCheckFileExtensions – Verifica se determinada extensão de arquivo é permitida durante seu carregamento (envio).
- $wgCopyUploadAllowOnWikiDomainConfig (introduzido na 1.39) – If
true
, the value of $wgCopyUploadsDomains will be merged with the contents of MediaWiki:Copyupload-allowed-domains. - $wgCopyUploadProxy – HTTP proxy to use for copy upload requests.
- $wgCopyUploadsDomains – Limit
$wgAllowCopyUploads
to a specific list of domains - $wgCopyUploadsFromSpecialUpload – Add an interface to Special:Upload to enable uploading from URLs
- $wgCopyUploadTimeout – HTTP timeout (in seconds) for upload by URL
- $wgDeletedDirectory – O diretório para colocar os uploads excluídos.
- $wgDirectoryMode – Valor de permissão padrão do
chmod
para diretórios recém-criados. - $wgDisableUploadScriptChecks – Whether to disable the upload system's checks for HTML/JavaScript.
- $wgEnableAsyncUploads – Enable deferred upload tasks that use the job queue.
- $wgEnableUploads – Permitir que imagens e outros arquivos sejam enviados através do wiki.
- $wgFileBackends – File backend structure configuration.
- $wgFileBlacklist (removido na 1.37) – Files with these extensions will never be allowed as uploads.
- $wgProhibitedFileExtensions (introduzido na 1.37) – 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.
- $wgHashedUploadDirectory – If true, uses the
/a/ab/foo.jpg
directory structure. - $wgIllegalFileChars (obsoleto na versão 1.41) – Override the default list of illegal characters in file names.
- $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)
- $wgImgAuthUrlPathMap – Map of relative URL directories to match to internal
mwstore://
base storage paths. - $wgLocalFileRepo – A single repository structure for the local repository.
- $wgLockManagers – Array of configuration arrays for each lock manager.
- $wgMaxUploadSize – Maximum size of uploaded files (in bytes)
- $wgMediaInTargetLanguage – Whether translatable media (currently, only SVG images) should be shown in page's target language
- $wgMinUploadChunkSize – Minimum upload chunk size, in bytes.
- $wgNativeImageLazyLoading – Toggles native image lazy loading, via the "loading" attribute.
- $wgParserTestMediaHandlers – Media handler overrides for parser tests (they don't need to generate actual thumbnails, so a mock will do)
- $wgStrictFileExtensions – Toggle whether users may upload files not covered by
$wgFileExtensions
. - $wgThumbnailEpoch – If rendered thumbnail files are older than this timestamp, they will be re-rendered on demand as if the file didn't already exist.
- $wgUploadDialog – Configuration for Upload dialog and the files uploaded through it.
- $wgUploadMaintenance – To disable file delete/restore temporarily.
- $wgUploadMissingFileUrl – Point wikilinks to missing files ("red file links") to a custom URL.
- $wgUploadNavigationUrl – Point the upload navigation link in the sidebar to a custom URL.
- $wgUploadSizeWarning – Warn if uploaded files are larger than this.
- $wgUploadStashMaxAge – The maximum age of temporary (incomplete) uploaded files.
These settings are kept for backward compatibility, see $wgForeignFileRepos for the new setting, or $wgUseInstantCommons if you only need read access to images on Commons.
- $wgCacheSharedUploads – Cache shared metadata in memcached.
- $wgForeignFileRepos – An array of repository structure for foreign repositories.
- $wgForeignUploadTargets – Configuration for foreign upload targets for the upload dialog .
- $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 to the web server where shared uploads can be found.
- $wgUseSharedUploads – Whether to look in a shared repository when a file is not found locally
- $wgFetchCommonsDescriptions – Whether to fetch commons image description pages and display them on the local wiki.
MIME types
- $wgMimeDetectorCommand – Sets an external MIME detector program.
- $wgMimeInfoFile – Sets the MIME type info file to be used by MimeAnalyzer.php .
- $wgMimeTypeFile – Sets the MIME type definition file to be used by MimeAnalyzer.php .
- $wgTrivialMimeDetection – Switch for trivial MIME detection.
- $wgVerifyMimeType – Determines if the MIME type of uploaded files should be checked.
- $wgVerifyMimeTypeIE (removido na 1.40) – Determines whether extra checks for Internet Explorer type detection should be applied.
- $wgMimeTypeBlacklist (removido na 1.37) – MIME types to disallow if $wgVerifyMimeType is enabled.
- $wgMimeTypeExclusions (introduzido na 1.37) – MIME types to disallow if $wgVerifyMimeType is enabled.
- $wgXMLMimeTypes – An array of XML MIME types we can detect via MimeMagic
See also: Manual:Mime type detection
Images
- $wgAllowImageMoving (removido na 1.36) – Permite a renomeação de arquivos.
- $wgCustomConvertCommand – Use another resizing converter, e.g. GraphicMagick.
- $wgEnableAutoRotation – Whether to enable image auto-rotation based on EXIF information
- $wgExiftool – Caminho para o binário exiftool. Usado para troca de perfil ICC sem perdas.
- $wgExiv2Command – Path to the exiv2 executable.
- $wgGalleryOptions – Default settings 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 – A list of user-selectable limits for the image thumbnail size on image description pages.
- $wgJpegQuality – When scaling a JPEG thumbnail, this is the quality we request from the backend.
- $wgJpegTran – Path to jpegtran, for lossless JPEG rotation.
- $wgMaxImageArea – Don't thumbnail an image if it will use too much working memory.
- $wgMediaHandlers – Plugins for media file type handling.
- parameters for upload path
- $wgTrustedMediaFormats – List of trusted media-types and MIME types.
See also: Manual:Configuring file uploads
DjVu
- $wgDjvuDump – Path to the djvudump executable.
- $wgDjvuOutputExtension – File extension for the DjVu post processor output.
- $wgDjvuPostProcessor – Path of the DjVu post-processor.
- $wgDjvuRenderer – Path of the ddjvu DjVu renderer.
- $wgDjvuToXML (removido na 1.37) – Path of the djvutoxml executable.
- $wgDjvuTxt – Path of the djvutxt DjVu text extraction utility.
EXIF
- $wgShowEXIF – Show EXIF data at the end of file description pages.
- $wgUpdateCompatibleMetadata – Whether to automatically update the
img_metadata
field if it is outdated but compatible with the current version.
ImageMagick
- $wgImageMagickConvertCommand – The command used to invoke ImageMagick.
- $wgImageMagickTempDir – Temporary directory used for ImageMagick.
- $wgMaxInterlacingAreas – Array of max pixel areas for interlacing per MIME type.
- $wgSharpenParameter – Sharpening parameter to ImageMagick.
- $wgSharpenReductionThreshold – Reduction in linear dimensions below which sharpening will be enabled.
- $wgUseImageMagick – Set to true to use ImageMagick for image resizing.
- $wgUseTinyRGBForJPGThumbnails – Swaps JPGs that use sRGB ICC profile with TinyRGB profile
SVG
- $wgAllowTitlesInSVG (removido na 1.35) – Allow
<title>
tag in SVG files. - $wgSVGConverter – A key from
$wgSVGConverters
to use as converter. - $wgSVGConverterPath – Path to the directory of the SVG converter being used.
- $wgSVGConverters – List of paths to Scalable Vector Graphics (SVG) converters.
- $wgSVGMaxSize – Don't scale a SVG larger than this unless its native size is larger.
- $wgSVGMetadataCutoff – Don't read SVG metadata beyond this point.
- $wgSVGNativeRendering (introduzido na 1.41) – Whether native rendering by the browser agent is allowed.
- $wgSVGNativeRenderingSizeLimit (introduzido na 1.41) – Filesize limit (in bytes) for allowing SVGs to render natively by the browser agent.
Thumbnail settings
- $wgUseImageResize – Whether to enable dynamic server-side image resizing (thumbnailing)
- $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
$wgThumbnailScriptPath
, but for shared uploads. - $wgShowArchiveThumbnails – Whether to show thumbnails for old images on the image description page.
- $wgTiffThumbnailType – The format and MIME type to convert TIFF images to.
- $wgThumbnailNamespaces (introduzido na 1.40) – Defines what namespaces thumbnails will be displayed for in Special:Search.
- $wgThumbnailScriptPath – Path to thumb.php , if you want thumbnail generation on the fly.
- $wgThumbUpright – Scaling factor applied to width of images when parameter 'upright' is used.
- $wgThumbLimits – List of image thumbnail sizes users can pick from.
- $wgResponsiveImages – Whether or not to output high-resolution images for high-DPI 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
- $wgUploadThumbnailRenderHttpCustomHost – When using the "http" $wgUploadThumbnailRenderMethod, lets one specify a custom Host HTTP header.
- $wgUploadThumbnailRenderHttpCustomDomain – When using the "http" $wgUploadThumbnailRenderMethod, lets one specify a custom domain to send the HTTP request to.
- $wgUploadThumbnailRenderMap – An array of thumbnail widths to be rendered at upload time.
- $wgUploadThumbnailRenderMethod – The method through which the thumbnails will be prerendered for the entries in $wgUploadThumbnailRenderMap.
Antivirus
- $wgAntivirus – Internal name of virus scanner.
- $wgAntivirusRequired – Determines if a failed virus scan will cause the file to be rejected.
- $wgAntivirusSetup – Configuration for different virus scanners.
Email settings
See also User Access: $wgEmailConfirmToEdit
- $wgAdditionalMailParams – Parâmetros de e-mail adicionais, serão passados como o último argumento para a chamada da função
mail()
do PHP. - $wgAllowHTMLEmail – Defina como true para habilitar emails em HTML.
- $wgEmailAuthentication – Defina como true para ativar a autenticação por correio eletrónico (confirmação) para esta wiki. Exceto para mensagens de lembrete de palavra-passe, as funções de correio eletrónico funcionam apenas para os endereços de correio eletrónico autenticados.
- $wgEmergencyContact – Endereço de email do administrador do site
- $wgEnableEmail – Defina como true para habilitar recursos básicos de e-mail
- $wgEnableSpecialMute – Set to
true
to enable the Special Mute page. - $wgEnableUserEmailBlacklist (removido na 1.37) – Set to
true
to enable user-to-user email blacklist. - $wgEnableUserEmailMuteList (introduzido na 1.37) – Set to
true
to enable user-to-user email mutelist. - $wgEnableUserEmail – Defina como true para habilitar o envio de e-mails de usuário a usuário.
- $wgNewPasswordExpiry – O tempo, em segundos, após o qual uma senha temporária enviada expira.
- $wgNoReplyAddress – Endereço para resposta de e-mails gerados automaticamente.
- $wgPasswordExpirationDays – The number of days that a user's password is good for.
- $wgPasswordExpireGrace – The number of seconds after a user's password expires during which they can log in without a password change.
- $wgPasswordReminderResendTime – Tempo mínimo, em horas, que deve transcorrer entre e-mails de lembrete de senha.
- $wgPasswordSender – Endereço de e-mail para lembrete de senha.
- $wgSMTP – Para utilizar uma conexão direta (autenticada) com o servidor SMTP.
- $wgUserEmailConfirmationTokenExpiry – O tempo, em segundos, após o qual um sinal de confirmação do endereço de e-mail expira.
- $wgUserEmailUseReplyTo – Defina como true para colocar o e-mail do usuário que está enviando em um cabeçalho Reply-To, em vez de From.
Email notification (Enotif) settings
- 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 – Defina como true para permitir o envio de notificação por e-mail também para edições marcadas como edições menores.
- $wgEnotifRevealEditorAddress – Set to true to insert the page editor's email address into the email notifications Reply-To address
- $wgEnotifUseRealName – Use real name instead of username in email "from" field.
- $wgEnotifUserTalk – Enable email notifications for edits on users' talk pages.
- $wgEnotifWatchlist – Defina como true para permitir a notificação por e-mail para páginas vigiadas.
- $wgUseEnotif – Overall "use Enotif" setting
- $wgUsersNotifiedOnAllChanges – Array de nomes de usuário que receberão um e-mail de notificação para cada mudança que ocorre em uma wiki.
Database settings
- $wgCommentTempTableSchemaMigrationStage (introduzido na 1.40) (removido na 1.41) – Comment temp tables schema migration stage.
- $wgDataCenterUpdateStickTTL – After a state-changing request is done by a client, this determines how many seconds that client should keep using the master datacenter.
- $wgDBadminpassword – A senha para $wgDBadminuser.
- $wgDBadminuser – Nome de usuário do administrador do banco de dados.
- $wgDBcompress – Se desejar usar compressão na conexão com o banco de dados.
- $wgDBDefaultGroup – Default group to use when getting database connections. For use by maintenance scripts.
- $wgDBerrorLogTZ – Timezone to use in the error log.
- $wgDBerrorLog – Arquivo de registro de erros no banco de dados.
- $wgDBmwschema – Esquema em que o Postgres armazena as tabelas do MediaWiki.
- $wgDBname – Nome do banco de dados.
- $wgDBOracleDRCP (removido na 1.34) – When set to true, enables persistent connection with DRCP on Oracle.
- $wgDBpassword – A senha para o usuário
$wgDBuser
. - $wgDBprefix – Prefixo do nome da tabela.
- $wgDBserver – Nome do host ou endereço IP do servidor de banco de dados.
- $wgDBssl – Se desejar usar SSL na conexão com o banco de dados.
- $wgDBtype – Type of database.
- $wgDBuser – Nome de usuário do banco de dados.
- $wgDBWindowsAuthentication (removido na 1.35) – Use Integrated Windows Authentication rather than
$wgDBuser
/$wgDBpassword
combo. - $wgExternalLinksSchemaMigrationStage (introduzido na 1.40) (removido na 1.41) – externallinks table schema migration stage.
- $wgExternalLinksDomainGaps (introduzido na 1.41) – Gaps in the externallinks table for certain domains.
- $wgLocalDatabases – Other wikis on this site, can be administered from a single developer account.
- $wgMaxExecutionTimeForExpensiveQueries (introduzido na 1.37.2) – Max execution time for queries of several expensive special pages such as RecentChanges in milliseconds.
- $wgMultiContentRevisionSchemaMigrationStage (removido na 1.39) – RevisionStore table schema migration stage (content, slots, content_models & slot_roles tables).
- $wgPageLinksSchemaMigrationStage (introduzido na 1.41) – pagelinks table schema migration stage, for normalising pl_namespace and pl_title fields.
- $wgSearchTypeAlternatives – Alternative search types.
- $wgSearchType – Tipo de pesquisa de banco de dados usado.
- $wgTemplateLinksSchemaMigrationStage (introduzido na 1.38) – templatelinks table schema migration stage, for normalizing tl_namespace and tl_title fields.
- $wgVirtualDomainsMapping (introduzido na 1.41) – Mapping of virtual database domains to actual databases.
LoadBalancer settings
- $wgDBservers – Settings for the database load balancer (database servers and load ratios).
- $wgLBFactoryConf – Configuration for the ILBFactory service
- $wgMasterWaitTimeout (obsoleto na versão 1.24) – How long to wait for a slave to catch up to the master.
- $wgSlaveLagCritical (removido na 1.36) – Se o lag for maior do que esse valor, mostre um aviso mais óbvio do que
$wgSlaveLagWarning
. - $wgSlaveLagWarning (removido na 1.36) – Se o lag for maior que este valor, mostre um aviso em algumas páginas especiais (como a lista de páginas vigiadas).
- $wgDatabaseReplicaLagCritical (introduzido na 1.36) – Se o atraso for maior do que esse valor, mostre um aviso mais óbvio do que
$wgDatabaseReplicaLagWarning
. - $wgDatabaseReplicaLagWarning (introduzido na 1.36) – Se o lag for maior que este valor, mostre um aviso em algumas páginas especiais (como a lista de páginas vigiadas).
MySQL-specific
- $wgDBmysql5 (removido na 1.33) – Set to
true
to set MySQL connection into UTF-8 encoding (experimental) - $wgDBTableOptions – Opções de tabela do MySQL para usar durante a instalação ou atualização.
- $wgSQLMode – Valor para o parâmetro MySQL
sql_mode
PostgreSQL-specific
- $wgDBport – Porta da base de dados. Usado apenas pelo PostgreSQL.
SQLite-specific
- $wgSQLiteDataDir – To override default SQLite data directory.
- $wgSharedDB – The name of the shared database.
- $wgSharedPrefix – Tabela de prefixo para ser usada no banco de dados compartilhado.
- $wgSharedTables – List of database tables (without prefixes) to share when
$wgSharedDB
is enabled. - $wgSharedSchema – The table schema for the shared database
Extension fields
- $wgExtPGNewFields (removido na 1.36) – Campos definidos por extensão a serem adicionados às tabelas existentes
- $wgExtNewTables (removido na 1.36) – Tabelas definidas por extensão a serem adicionadas na mudança de esquema
- $wgExtNewFields (removido na 1.36) – Campos definidos por extensão a serem adicionados às tabelas existentes
- $wgExtNewIndexes (removido na 1.36) – Índices definidos por extensão a serem adicionados às tabelas existentes
- $wgExtPGAlteredFields (removido na 1.36) – Colunas definidas por extensão a serem alteradas nas tabelas
- $wgExtModifiedFields (removido na 1.36) – Campos definidos por extensão para alterar as tabelas existentes
Content handlers and storage
- $wgCompressRevisions – Compress new page revisions if possible
- $wgContentHandlers – Mapping of content type handlers
- $wgContentHandlerTextFallback (obsoleto na versão 1.37) – How to react if a plain text version of a non-text Content object is requested using
ContentHandler::getContentText()
- $wgDefaultExternalStore – Default external store for new revisions.
- $wgDiffEngine – Specify the difference engine to use.
- $wgEnableRemoteBagOStuffTests (introduzido na 1.38) – If this is set to
true
, phpunit will run integration tests against remote caches defined in $wgObjectCaches . - $wgExternalDiffEngine – Name of the external diff engine to use.
- $wgExternalServers – Shortcut for setting
$wgLBFactoryConf["externalClusters"]
. - $wgExternalStores – List of enabled ExternalStore protocols.
- $wgNamespaceContentModels – Content types defined for a given namespace
- $wgPageLanguageUseDB – Allows to change the page language for MediaWiki pages
- $wgRevisionCacheExpiry – Cache extracted revision text in MemCached.
- $wgTextModelsToParse – Determines which types of text are parsed as wikitext.
- $wgWikidiff2Options (introduzido na 1.41) – Options for wikidiff2
Performance hacks and limits
- $wgAllowSchemaUpdates – Allow database schema updates to be executed with update.php script.
- $wgAllowSlowParserFunctions – Allow slow parser functions.
- $wgCriticalSectionTimeLimit (introduzido na 1.36) – The maximum time critical sections are allowed to stay open.
- $wgDisableQueryPages – Disable all query pages if miser mode is on, not just some.
- $wgForceDeferredUpdatesPreSend (introduzido na 1.38) – Force deferred updates to be run before sending a response to the client, instead of attempting to run them after sending the response.
- $wgLinkHolderBatchSize – LinkHolderArray batch size.
- $wgMaxArticleSize – Tamanho máximo do artigo, em kilobytes.
- $wgMaximumMovedPages – Número máximo de páginas a serem movidas de uma vez ao mover subpáginas com uma página.
- $wgMaxJobDBWriteDuration – Max time (in seconds) a job-generated transaction can spend in writes.
- $wgMaxUserDBWriteDuration – Max time (in seconds) a user-generated transaction can spend in writes.
- $wgMemoryLimit – A quantidade mínima de memória que o MediaWiki precisa; o software tentará aumentar o limite de memória do PHP se for abaixo desse valor.
- $wgMiserMode – Enable/disable database-intensive features
- $wgMultiShardSiteStats (introduzido na 1.39) – Whether site_stats table should have multiple rows.
- $wgPoolCounterConf – Configuração para processamento do controle de conjunto.
- $wgPoolCountClientConf (introduzido na 1.40) – Configuration array for the PoolCounter client.
- $wgQueryCacheLimit – Number of rows to cache in 'querycache' table when miser mode is on.
- $wgQueryPages – List of Special pages that inherit from QueryPage, that should also be taken in account by the updateSpecialPages.php maintenance script.
- $wgRequestTimeLimit (introduzido na 1.36) – Set a limit on server request wall clock time.
- $wgTransactionalTimeLimit – Throttle for timing out transactional POST requests
- $wgWantedPagesThreshold – Minimum number of pages that must link to a page before it will appear on Special:Wantedpages.
Cache
- $wgCacheDirectory – Directory for per-wiki long-life cache files in the local filesystem.
- $wgCacheEpoch – Defina isso para a hora atual para invalidar todas as páginas em cache anterior.
- $wgCachePages – Allow client-side caching of pages
- $wgChronologyProtectorStash (introduzido na 1.36) – The object store type of the ChronologyProtector position store.
- $wgChronologyProtectorSecret (introduzido na 1.41) – Secret string for HMAC hashing in ChronologyProtector (optional)
- $wgClockSkewFudge (removido na 1.33) – Fudge time to add to cache timestamps to adjust for clock skew.
- $wgExtensionInfoMTime – Time to invalidate cache of extensions loaded by the extension registration system.
- $wgFooterLinkCacheExpiry (removido na 1.39) – Expiry time for the footer link cache, in seconds, or 0 if disabled.
- $wgGitInfoCacheDirectory – Directory where GitInfo will look for pre-computed cache files.
- $wgInvalidateCacheOnLocalSettingsChange – Setting this to true will invalidate all cached pages whenever "LocalSettings.php" is changed
- $wgLanguageConverterCacheType – The cache type for storing language conversion tables.
- $wgMainCacheType – Object cache setting
- $wgMainStash – Replicated object cache setting
- $wgObjectCaches – Advanced object cache configuration.
- $wgParserCacheUseJson (introduzido na 1.36) (removido na 1.39) – Enable JSON serialization for ParserCache.
- $wgParsoidCacheConfig (introduzido na 1.39) – Configuration for the caching related to parsoid output. The configuration contains the following keys:
- $wgPHPSessionHandling – Whether to use PHP session handling (
$_SESSION
andsession_*()
functions) - $wgSessionPbkdf2Iterations – Number of internal PBKDF2 iterations to use when deriving session secrets.
- $wgStatsCacheType (introduzido na 1.39) (removido na 1.42) – The object cache type for stats storage.
- $wgSuspiciousIpExpiry (introduzido na 1.36) – Time in seconds to remember IPs for, for the purposes of logging IP changes within the same session.
- $wgUseGzip – Use GZip to store cached pages.
- See: Interwiki for Interwiki cache settings.
File Cache
Settings for Server side file caching.
- $wgFileCacheDepth – Depth of subdirectory hierarchy under
$wgFileCacheDirectory
. - $wgUseFileCache – Create static HTML pages for unregistered viewers to reduce database traffic.
Message Cache
- $wgAdaptiveMessageCache – Keep track which messages are requested and load only most used messages.
- $wgLocalisationCacheConf – Localisation cache configuration.
- $wgMessageCacheType – Message cache setting
- $wgUseLocalMessageCache – Make a local copy of the message cache, in addition to memcached.
Sidebar Cache
- $wgEnableSidebarCache – If true, cache the sidebar navigation links.
- $wgSidebarCacheExpiry – Expiry time for the sidebar cache, in seconds.
Parser Cache
- $wgEnableParserCache (removido na 1.33) – Keep parsed pages in a cache to speed up page output.
- $wgOldRevisionParserCacheExpireTime (introduzido na 1.36) – The expiry time for the parser cache for old revisions, in seconds.
- $wgRenderHashAppend – Append a configured value to the parser cache and the sitenotice cache keys.
- $wgParserCacheExpireTime – Expiration time (in seconds) of cached parser information
- $wgParserCacheType – Parser cache setting
- $wgUseContentMediaStyles (introduzido na 1.41) (obsoleto na versão 1.41) – Temporary flag to stop shipping the styles for the legacy media HTML structure that has been replaced when $wgParserEnableLegacyMediaDOM is
false
.
Memcached settings
Settings for configuring the Memcached memory-based object store (if you are using it) docs/memcached.md has more details.
- $wgMemCachedDebug – Will be set to false in Setup.php, if the server isn't working.
- $wgMemCachedPersistent – Whether to use persistent connections to Memcached servers.
- $wgMemCachedServers – Memcached servers
- $wgMemCachedTimeout – Server connection timeout in microseconds.
- $wgObjectCacheSessionExpiry – Expiry time to use for session storage in seconds.
- $wgSessionCacheType – The cache type for storing session data.
- $wgSessionsInObjectCache (removido na 1.33) – Whether to store sessions in object cache.
WAN cache
- $wgMainWANCache (removido na 1.40) – Main wide area network cache configuration.
- $wgWANObjectCaches (removido na 1.40) – Advanced Wide-Area-Network cache configuration.
- $wgWANObjectCache (introduzido na 1.40) – Extra parameters to the WANObjectCache constructor.
HTTP proxy (CDN) settings
These settings configure MediaWiki when using a caching HTTP proxy server. They apply to caching using Varnish as well as Squid.
- $wgCdnMatchParameterOrder (introduzido na 1.39) – Indicates if should take query parameters order on incoming requests into account for CDN caching
- $wgCdnMaxageLagged – Cache timeout for the CDN when DB replica lag is high
- $wgCdnMaxageStale – Cache timeout in seconds when delivering a stale ParserCache response due to PoolCounter contention.
- $wgCdnMaxageSubstitute – Tempo limite de cache para o CDN quando uma resposta é conhecida como errada ou incompleta (devido ao carregamento)
- $wgCdnMaxAge – Cache TTL for the CDN sent as s-maxage (without ESI) or Surrogate-Control (with ESI).
- $wgCdnReboundPurgeDelay – Secondary delayed purges of URLs
- $wgCdnServersNoPurge – Same as
$wgCdnServers
, except no HTTP purges will be sent and CIDR ranges are accepted - $wgCdnServers – An array of individual proxy servers to help MediaWiki detect if the request has been proxied.
But also to send back to the proxy PURGE commands on changes. - $wgForcedRawSMaxage – Default maximum age (in seconds) for raw CSS/JavaScript accesses.
- $wgInternalServer – Nome do servidor interno mais conhecido como Squid, se for diferente de
$wgServer
. - $wgLoggedOutMaxAge (removido na 1.38) – Cache TTL for the user agent sent as max-age, for logged out users.
- $wgSquidMaxage (removido na 1.35) – Cache timeout for the squid.
- $wgSquidPurgeUseHostHeader (obsoleto na versão 1.33) – Whether to use a Host header in purge requests sent to the proxy servers configured in $wgSquidServers.
- $wgSquidServersNoPurge (removido na 1.35) – Same as
$wgSquidServers
, except that MW has no methods to send HTTP PURGE to an origin part of the configured ranges - $wgSquidServers (removido na 1.35) – An array of individual proxy servers to help MediaWiki detect if the request has been proxied.
But also to send back to the proxy PURGE commands on changes. - $wgUseCdn – Enable/disable page view caching.
- $wgUseESI (obsoleto na versão 1.33) – If you run Squid3 with ESI support, enable this.
- $wgUseKeyHeader (removido na 1.34) – Send the Key HTTP header for better caching.
- $wgUsePrivateIPs – Whether private X-Forwarded-For IPs should be accepted
- $wgUseSquid (removido na 1.35) – Enable/disable Squid.
- $wgVaryOnXFP – Whether to add
X-Forwarded-Proto
to theVary
header for API requests and RSS/Atom feeds.
HTCP multicast purging
- $wgHTCPMulticastTTL – HTCP multicast purging
- $wgHTCPRouting – Routing configuration for HTCP multicast purging.
Language, regional and character encoding settings
- $wgAllUnicodeFixes – Whether to always convert certain Unicode sequences to modern ones regardless of the content language.
- $wgBrowserBlackList (removido na 1.32) – Browser blacklist for non-Unicode-compliant browsers.
- $wgDefaultLanguageVariant – Default language variant.
- $wgDisabledVariants – Variantes desativadas para conversão de variante de idioma.
- $wgDisableLangConversion – Whether to enable language variant conversion.
- $wgDisableTitleConversion – Whether to enable language variant conversion for links.
- $wgDummyLanguageCodes – List of language codes that have been renamed to new (correct) codes, or don't correspond to an actual interface language.
- $wgExtraInterlanguageLinkPrefixes – Array of interwiki prefixes to be treated as language links.
- $wgExtraLanguageCodes – List of mappings from one language code to another
- $wgExtraLanguageNames – List of language names or overrides for default names in Names.php.
- $wgFixArabicUnicode (removido na 1.35) – Set this to true to clean up archaic Unicode sequences in Arabic text.
- $wgFixMalayalamUnicode (removido na 1.35) – Set this to true to clean up archaic Unicode sequences in Malayalam text.
- $wgForceUIMsgAsContentMsg – Array of UI messages that should be treated as content messages.
- $wgGrammarForms – Usado para a função de analisador
{{GRAMMAR:}}
. - $wgHideInterlanguageLinks – Hide interlanguage links from the sidebar.
- $wgInterlanguageLinkCodeMap – Map of interlanguage link codes to language codes to override what is shown as the language name when the interwiki code does not match it exactly.
- $wgInterwikiMagic – Treat language links as magic connectors, not inline links.
- $wgLangObjCacheSize (removido na 1.37) – Tamanho do cache de idioma, ou realmente quantos idiomas podemos manipular simultaneamente sem degradar a velocidade de rastreamento.
- $wgLanguageCode – Código do idioma do site
- $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).
- $wgLegacySchemaConversion (removido na 1.39) – Option to speed up the conversion step for large sites when migrating the schema from 1.4 to 1.5
- $wgLoginLanguageSelector – Mostra uma barra de seleção de idiomas no login e nos formulários de registro do usuário.
- $wgMaxMsgCacheEntrySize – Maximum entry size in the message cache, in bytes.
- $wgMsgCacheExpiry (removido na 1.34) – When a message in cache expires (in seconds).
- $wgOverrideUcfirstCharacters – List of Unicode characters for which capitalization is overridden in Language::ucfirst.
- $wgRawHtmlMessages – Lista de mensagens que podem conter HTML não processado.
- $wgUseDatabaseMessages – Translation using MediaWiki: namespace.
- $wgUsePigLatinVariant – Whether to enable the pig latin variant of English (en-x-piglatin), used to ease variant development work.
- $wgUseXssLanguage (introduzido na 1.41) – Whether to enable the x-xss language code, used to make checking for XSS issues more convenient.
- $wgVariantArticlePath – Usado por links quando se tem variantes de idioma.
- $wgUserFallbackLanguages – maximum number of fallback languages per user
Timezone settings
- $wgLocaltimezone – Falsifica o fuso horário em que o servidor pensa que está.
- $wgLocalTZoffset – Add a distance to the server timezone in minutes.
Language-specific
- inglês
- $wgAmericanDates – Use 'mdy' instead of 'dmy' as the default date format, e.g. 'May 12' instead of '12 May'.
- árabe/híndi
- $wgTranslateNumerals – For Hindi, Arabic, and other languages with their own numeral systems, use local numerals instead of Western style (0-9) numerals in some areas of the interface.
Output format and skin settings
Output
- $wgBrowserFormatDetection (introduzido na 1.37) – Override ability of certain browsers to attempt to autodetect dataformats in pages.
- $wgDisableOutputCompression – Desabilita a compressão de saída (compactação ativada por padrão se zlib está disponível).
- $wgEdititis – Display user edit counts on special page "User list".
- $wgEditSubmitButtonLabelPublish – Vary the 'save' labels to 'publish' for public wikis.
- $wgEnableCanonicalServerLink – Output a
<link rel="canonical">
tag on every page indicating the canonical server which should be used, i.e.$wgServer
or$wgCanonicalServer
. - $wgExperimentalHtmlIds (removido na 1.32) – Should we allow a broader set of characters in id attributes, per HTML5?
- $wgExternalInterwikiFragmentMode – Determines which ID escaping mode should be used for external interwiki links
- $wgFragmentMode – Determines how section IDs should be encoded
- $wgHtml5Version – Defines the value of the version attribute in the
<html>
tag, if any. - $wgHtml5 (removido na 1.34) – Whether to output an HTML 5 doctype.
- $wgInterwikiLogoOverride (introduzido na 1.41) – List of interwiki logos overrides.
- $wgHTMLFormAllowTableFormat – Allow form components to render tables.
- $wgJsMimeType (removido na 1.34) – Media type (MIME type) to use for JavaScript scripts.
- $wgMangleFlashPolicy (removido na 1.40) – Whether to mangle any
<cross-domain-policy>
(Adobe cross-domain policy) tags, to prevent XSS attacks. - $wgMimeType – The type to send in the
Content-Type
header. - $wgSend404Code – Envia o status HTTP 404 para páginas não encontradas.
- $wgShowRollbackEditCount – Maximum number to count when a rollback link is shown
- $wgSiteNotice – A message to be displayed at the top of every page.
- $wgSiteSupportPage (removido na 1.32) – The title of the support page in your wiki.
- $wgUseMediaWikiUIEverywhere – Applies MediaWiki UI wherever it can be supported.
- $wgXhtmlNamespaces – Permit other XHTML namespaces in addition to the w3.org default.
The following setting is no longer used in supported versions of MediaWiki, but still exists for backward compatibility
- $wgXhtmlDefaultNamespace (removido na 1.34) – Namespace to use when outputting in XHTML mode.
Skins
- $wgDefaultSkin – O tema padrão para novos usuários.
- $wgFallbackSkin – Fallback skin used when the skin defined by
$wgDefaultSkin
can't be found. - $wgFooterIcons – Abstract list of footer icons for skins. It replaces the old copyrightico and poweredbyico code, which until MediaWiki 1.27 could be influenced with $wgCopyrightIcon
- $wgSkinMetaTags (introduzido na 1.36) – An array of open graph tags which should be added by all skins.
- $wgSkipSkins – Specify the name of skins that should not be presented in the list of available skins.
- $wgSkipSkin (removido na 1.35) – Specify the name of a skin that should not be presented in the list of available skins.
- $wgUseCombinedLoginLink – Login / create account link behavior when it's possible for anonymous users to create an account.
- $wgVectorUseIconWatch – Watch and unwatch as a star icon rather than a link (for Vector skin only).
- $wgVectorUseSimpleSearch – Search form behavior for Vector skin only.
ResourceLoader
- See ResourceLoader for more information.
- $wgAllowSiteCSSOnRestrictedPages – Allow site-wide Cascading Style Sheets (CSS) on restricted special pages
- $wgIncludeLegacyJavaScript (removido na 1.39) – Whether to include the mediawiki.legacy JavaScript library (old wikibits.js), and its dependencies.
- $wgLegacyJavaScriptGlobals (removido na 1.37) – Whether or not to assign configuration variables to the global window object.
- $wgResourceBasePath – Default
remoteBasePath
value for resource loader modules. - $wgResourceLoaderClientPreferences (introduzido na 1.40) (removido na 1.41) – Enable client-side preferences for unregistered users.
- $wgResourceLoaderDebug – The default debug mode (on/off) for ResourceLoader requests.
- $wgResourceLoaderEnableJSProfiler – When enabled, execution of JavaScript modules is profiled client-side.
- $wgResourceLoaderEnableSourceMapLinks (introduzido na 1.41) – Whether to include a SourceMap header in ResourceLoader responses for JavaScript modules.
- $wgResourceLoaderLESSImportPaths (removido na 1.32) – Default import paths for LESS modules.
- $wgResourceLoaderLESSVars (removido na 1.32) – Global LESS variables.
- $wgResourceLoaderMaxage – How long a CDN or browser may cache a ResourceLoader HTTP response.
- $wgResourceLoaderMaxQueryLength – Maximum query string length for ResourceLoader requests.
- $wgResourceLoaderMinifierMaxLineLength (removido na 1.31) – Comprimento máximo da linha ao minimizar o JavaScript.
- $wgResourceLoaderMinifierStatementsOnOwnLine (removido na 1.31) – Coloque cada instrução em sua própria linha ao minimizar o JavaScript.
- $wgResourceLoaderSources – Foreign module sources registry.
- $wgResourceLoaderStorageEnabled – Whether ResourceLoader should attempt to persist modules in localStorage on browsers that support the Web Storage API.
- $wgResourceLoaderStorageVersion – Cache version for client-side ResourceLoader module storage.
- $wgResourceLoaderUseObjectCacheForDeps – Use the main stash instead of the module_deps table for indirect dependency tracking
- $wgResourceLoaderValidateJS – Whether to parse JavaScript module prior to minification to validate them.
- $wgResourceLoaderValidateStaticJS (removido na 1.32) – Whether to parse statically-sourced (file-backed) JavaScript resources prior to minification to validate them.
- $wgResourceModuleSkinStyles – Array of additional skin-provided stylesheets to existing ResourceLoader modules.
- $wgResourceModules – Array of all extra defined modules that can later be loaded during the output.
- $wgVueDevelopmentMode – Whether to use the development version of Vue.js.
Page titles and redirects
- $wgDisableHardRedirects – Disable redirects to special pages and interwiki redirects, which use a 302 and have no "redirected from" link.
- $wgFixDoubleRedirects – Fix double redirects after a page move.
- $wgInvalidRedirectTargets – Array of invalid page redirect targets.
- $wgShortPagesNamespaceBlacklist (removido na 1.37) – Optional array of namespaces which should be blacklisted from Special:ShortPages
- $wgShortPagesNamespaceExclusions (introduzido na 1.37) – Optional array of namespaces which should be excluded from Special:ShortPages
- $wgCapitalLinkOverrides – Per namespace configuration for $wgCapitalLinks .
- $wgCapitalLinks – Set this to false to avoid forcing the first letter of links to capitals.
- $wgLegalTitleChars (obsoleto na versão 1.41) – Override the default list of illegal characters in page titles.
- $wgMaxRedirects (removido na 1.39) – O número máximo de redirecionamentos para seguir na resolução de redirecionamentos.
Namespaces
- $wgContentNamespaces – Namespaces which are considered to contain real content, or articles
- $wgCanonicalNamespaceNames – Canonical namespace names.
- $wgExtraNamespaces – Additional namespaces.
- $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 – Name used for the meta namespace.
- $wgMetaNamespaceTalk – Nome do namespace project_talk.
- $wgNamespaceAliases – Provide additional names for namespaces.
- $wgNamespacesWithSubpages – Quais espaços nominais devem suportar subpáginas?
Mobile support
Interwiki links and sites
- $wgInterwikiPrefixDisplayTypes (removido na 1.39) – Mapping of interwiki index prefixes to descriptors that can be used to change the display of interwiki search results.
- $wgLocalInterwikis – Array de prefixos interwiki para este wiki.
- $wgLocalInterwiki (removido na 1.35) – Prefixo interwiki para este wiki.
- $wgRedirectSources – Regular expression to restrict URLs which will be displayed as "redirected from" links.
- $wgSiteTypes – Register handlers for specific types of sites.
Interwiki cache
- See interwiki cache for more information.
- $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
- $wgInterwikiScopes – Used by
getInterwikiCache()
to retrieve from interwiki database file
Parser
- $wgAllowDisplayTitle – Allows use of
{{DISPLAYTITLE}}
magic word - $wgAllowExternalImagesFrom – If
$wgAllowExternalImages
is false, you can specify exceptions here. - $wgAllowExternalImages – Determines whether or not MediaWiki will allow external images to be rendered inline with text.
- $wgAllowImageTag (obsoleto na versão 1.35) – Allow
<img>
tag to be used in wikitext. - $wgCleanSignatures – Substitute templates in signatures.
- $wgEnableImageWhitelist – Enables an on-wiki external image whitelist
- $wgEnableMagicLinks – Controls whether magic link functionality should be enabled
- $wgEnableScaryTranscluding – Allow templates to be imported/transcluded from another wiki.
- $wgExpensiveParserFunctionLimit – Maximum number of calls per parse to expensive parser functions such as PAGESINCATEGORY.
- $wgExternalLinkTarget – Set a default target for external links.
- $wgMaxGeneratedPPNodeCount (removido na 1.35) – 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 toc.
- $wgNoFollowDomainExceptions – External links to these domain names (or any subdomains) will not be set to
rel="nofollow"
. - $wgNoFollowLinks – Se verdadeiro, os links externos no texto da wiki irão receber o atributo
rel="nofollow"
- $wgNoFollowNsExceptions – Namespaces in which Manual:$wgNoFollowLinks doesn't apply.
- $wgParserConf (removido na 1.36) – Parser configuration.
- $wgParserEnableLegacyMediaDOM (introduzido na 1.37) (obsoleto na versão 1.41) – Enable legacy media HTML structure in the output from the Parser.
- $wgParsoidSettings (introduzido na 1.39) – Default Parsoid configuration.
- $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 database key - $wgTranscludeCacheExpiry – Expiry time for interwiki transclusion cache
- $wgUrlProtocols – Defines the protocols which are supported and translated in HTML by the mediawiki parser.
- $wgUseNewMediaStructure (introduzido na 1.36) (removido na 1.37) – Emit using the new media structure described at, Parsing/Media structure
HTML
- $wgRawHtml – Allow raw, unchecked HTML in
<html>...</html>
sections.
Tidy
Esta página está desatualizada. |
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 – Configuração da ferramenta de pós-processamento HTML para usar para corrigir o código HTML inválido.
- $wgDebugTidy (removido na 1.33) – Put tidy warnings in HTML comments, only works for internal tidy.
- $wgTidyBin (removido na 1.33) – Should be set to the path of the tidy binary.
- $wgTidyConf (removido na 1.33) – Should be set to the path of the tidy configuration file.
- $wgTidyInternal (removido na 1.33) – Controls the use of the tidy extension to use an in-process tidy library instead of spawning a separate program.
- $wgTidyOpts (removido na 1.33) – Options passed to tidy on the command line.
- $wgUseTidy (removido na 1.33) – Use tidy to make sure HTML output is sane.
- $wgValidateAllHtml (removido na 1.31) – Valide a saída geral usando tidy e recuse exibir a página se ela não for válida.
- See also: Manual:Build Tidy from source .
Statistics and content analysis
- $wgActiveUserDays – The number of days within which a person must make edits to be considered an "active" user
- $wgArticleCountMethod – Method used to determine if a page in a content namespace should be counted as a valid content page (article).
- $wgDisableCounters (removido na 1.35) – Disable page view counters.
- $wgExperiencedUserEdits – Determines the number of edits needed to qualify at the "Experienced user" level.
- $wgExperiencedUserMemberSince – Determines the number of days needed since account creation to qualify at the "Experienced user" level.
- $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.
- $wgManualRevertSearchRadius (introduzido na 1.36) – Maximum number of revisions of a page that will be checked against every new edit made to determine whether the edit was a manual revert.
- $wgRevertedTagMaxDepth (introduzido na 1.36) – Maximum depth (revision count) of reverts that will have their reverted edits marked with the mw-reverted change tag.
- $wgSiteStatsAsyncFactor (removido na 1.34) – Sets how often site statistics should be updated.
User accounts, authentication
- $wgAllowRequiringEmailForResets – Temporary feature flag that controls whether users will see a checkbox allowing them to require providing email during password resets.
- $wgAutoCreateTempUser (introduzido na 1.39) – Configuration for automatic creation of temporary accounts on page save.
- $wgDefaultUserOptions – Preferências de usuário padrão.
- $wgHiddenPrefs – Desabilita certas preferências de usuário
- $wgInvalidUsernameCharacters – Caracteres a evitar que durante a criação de novas contas.
- $wgMaximalPasswordLength (obsoleto na versão 1.26) – Specifies the maximal length of a user password.
- $wgMaxNameChars – Maximum number of bytes in username.
- $wgMaxSigChars – Maximum wiki code length for customized signatures.
- $wgMinimalPasswordLength (obsoleto na versão 1.26) – Specifies the minimal length of a user password.
- $wgPasswordPolicy – Especifica várias configurações relacionadas à força e segurança da senha.
- $wgReservedUsernames – List of account names that cannot exist.
- $wgSignatureValidation – Behavior of signature validation.
- $wgSignatureAllowedLintErrors – List of lint error codes which don't cause signature validation to fail.
- $wgUserrightsInterwikiDelimiter – Character used as the separator between username and database name on Special:UserRights.
Authentication
- $wgAllowSecuritySensitiveOperationIfCannotReauthenticate – Whether to allow security-sensitive operations when reauthentication is not possible
- $wgAuthenticationTokenVersion – When changed, all existing sessions are invalidated.
- $wgAuthManagerAutoConfig – Register authentication providers to use with AuthManager
- $wgAuthManagerConfig – Manual override for authentication provider configuration
- $wgCentralIdLookupProviders – Register central ID lookup providers.
- $wgCentralIdLookupProvider – Default central id lookup implementation to use
- $wgChangeCredentialsBlacklist – List of AuthenticationRequest class names which are not changeable through Special:ChangeCredentials and the changeauthenticationdata API.
- $wgInvalidPasswordReset – Specifies if users should be sent to a password-reset form on login in case of an inadequate password.
- $wgPasswordConfig – Configuração para tipos de senha embutidos.
- $wgPasswordDefault – Tipo de senha padrão para usar quando houver senhas de usuário.
- $wgPasswordResetRoutes – Whether to allow password resets identified by various bits of data.
- $wgPasswordSalt (removido na 1.34) – For compatibility with old installations set to false.
- $wgReauthenticateTime – Time frame for re-authentication
- $wgRememberMe (introduzido na 1.36) – Configures RememberMe authentication request added by AuthManager.
- $wgRemoveCredentialsBlacklist – List of AuthenticationRequest class names which are not removable through Special:RemoveCredentials and the removeauthenticationdata API.
- $wgSecureLogin – Whether to let user authenticate using https when they come from http.
- $wgSessionProviders – Session provider configuration.
- $wgUserRegistrationProviders (introduzido na 1.41) – User registration timestamp provider classes
User rights, access control and monitoring
- $wgAddGroups – Controla quem pode adicionar grupos específicos usando Special:Permissões de usuários.
- $wgAutoblockExpiry – Number of seconds before autoblock entries expire
- $wgBlockAllowsUTEdit – Allow blocked users to edit their talk pages
- $wgDeleteRevisionsBatchSize – Page deletions with > this number of revisions will use the job queue.
- $wgDnsBlacklistUrls – List of DNS blacklists to use, if
$wgEnableDnsBlacklist
istrue
. - $wgEmailConfirmToEdit – Require users to confirm email address before they can edit, true to enable.
- $wgEnableDnsBlacklist – Whether to use DNS blocklists in
$wgDnsBlacklistUrls
to check for open proxies. - $wgGrantPermissionGroups – Used to define grant groups and assign grants to them.
- $wgGrantPermissions – Used to define grants and assign permissions to them.
- $wgGroupInheritsPermissions (introduzido na 1.38) – Groups that should inherit permissions from another group.
- $wgGroupPermissions – Use isso para definir direitos de acesso para grupos e usuários nesses grupos.
- $wgGroupsAddToSelf – Use this to allow users to add themselves to specified groups via Special:Userrights.
- $wgGroupsRemoveFromSelf – Use this to allow users to remove themselves from specified groups via Special:Userrights.
- $wgHideUserContribLimit – The maximum number of edits a user can have and can still be hidden by users with the
hideuser
permission. - $wgImplicitGroups – Groups that aren't shown on Special:Listusers or somewhere else
- $wgPasswordAttemptThrottle – Limit password attempts per IP per address.
- $wgPrivilegedGroups (introduzido na 1.40.1) – List of groups which should be considered privileged (user accounts belonging in these groups can be abused in dangerous ways).
- $wgProxyList – A list of IP addresses to be banned
- $wgProxyWhitelist – Proxy allowlist: list of addresses that are assumed to be non-proxy despite what the other methods might say.
- $wgRateLimitsExcludedIPs – Array of IPs/CIDR ranges which should never trigger the rate limiter.
- $wgRateLimits – Simple rate limiter options to brake edit floods.
- $wgRemoveGroups – Controls who can remove specific groups using Special:Userrights.
- $wgRevokePermissions – Chaves de permissão revogadas a partir de usuários em cada grupo.
- $wgWhitelistReadRegexp – Whitelists publicly readable titles with regular expressions.
- $wgWhitelistRead – Páginas usuário anônimo pode ver.
Access
Blocking/banning, and some other related settings.
- $wgAccountCreationThrottle – Number of accounts each IP address may create, 0 to disable.
- $wgApplyIpBlocksToXff – Apply IP address blocks also to users having a blocked IP in their XFF header.
- $wgAutoConfirmAge – Number of seconds an account is required to age before it's given the implicit 'autoconfirmed' group membership.
- $wgAutoConfirmCount – Number of edits an account requires before it is autoconfirmed.
- $wgAutopromoteOnceLogInRC – Whether to put user rights log entries for autopromotion in recent changes.
- $wgAutopromoteOnce – Conditions of automatic promotion of user to specific groups that are done only once.
- $wgAutopromote – Conditions of automatic promotion of user to specific groups
- $wgAvailableRights – A list of available rights, in addition to the ones defined by the core.
- $wgBlockCIDRLimit – Faixa CIDR máxima ao bloquear uma faixa de IP.
- $wgBlockDisablesLogin – If set to true, blocked users will no longer be allowed to log in
- $wgBlockTargetMigrationStage (introduzido na 1.42) – ipblocks table schema migration stage, for normalizing ipb_address field and adding the block_target table.
- $wgBotPasswordsCluster – Cluster name for the bot_passwords table
- $wgBotPasswordsDatabase – Database name for the bot_passwords table
- $wgCascadingRestrictionLevels – Restriction levels that can be used with cascading protection
- $wgDeleteRevisionsLimit – Integer of how many revisions a page must have before the bigdelete right is required to delete it.
- $wgEnableBotPasswords – Whether to enable bot passwords
- $wgEnableMultiBlocks (introduzido na 1.42) – If this is
false
, the number of blocks of a given target is limited to only 1. - $wgEnablePartialBlocks (removido na 1.35) – Allow partial blocks to be created
- $wgEnablePartialActionBlocks (introduzido na 1.37) – Flag to enable partial blocks against performing certain actions.
- $wgHideIdentifiableRedirects – Protects user's privacy when doing redirects
- $wgImplicitRights (introduzido na 1.41) – A list of implicit rights, in addition to the ones defined by the core.
- $wgNamespaceProtection – Which namespaces can be edited by whom?
- $wgNonincludableNamespaces – Use this to deny inclusion of pages from specific namespaces.
- $wgPutIPinRC – Log IP addresses in the recentchanges table.
- $wgQueryPageDefaultLimit – Integer defining default number of entries to show on query pages
- $wgRestrictionLevels – Set of permission keys that can be selected on the "page protection" page.
- $wgRestrictionTypes – Actions that can be restricted
- $wgSemiprotectedRestrictionLevels – Restriction levels that are considered "semi-protected"
- $wgSoftBlockRanges – IP ranges that should be considered soft-blocked (anon-only, account creation allowed)
- $wgSpamRegex – A regular expression pattern which, if the page content matched it, stops a page from being saved.
- $wgSummarySpamRegex – Same as
$wgSpamRegex
except for edit summaries. - $wgSysopEmailBans (removido na 1.35) – Permitir aos sysops proibir que os usuários acessem Special:Emailuser.
See Manual:Preventing access for more methods and settings concerning access. See also Manual:Direitos de usuário for more information about $wgGroupPermissions, $wgAddGroups, $wgRemoveGroups, etc.
- See User Access for User Access settings.
Security
- $wgAllowCrossOrigin (introduzido na 1.36) – Allow anonymous cross origin requests.
- $wgAllowUserCssPrefs – Allow user preferences implemented in CSS.
- $wgAllowUserCss – Allow user Cascading Style Sheets (CSS)
- $wgAllowUserJs – Allow user JavaScript pages
- $wgApiFrameOptions – Control framing of api pages.
- $wgBreakFrames – Break out of framesets. This can be used to prevent external sites from framing your site with ads.
- $wgCSPFalsePositiveUrls – Controls what URLs to ignore in upcoming Content-Security-Policy feature's reporting.
- $wgCSPHeader – Controls Content-Security-Policy header [Experimental]
- $wgCSPReportOnlyHeader – Controls Content-Security-Policy-Report-Only header [Experimental]
- $wgEditPageFrameOptions – Control framing of wiki pages globally.
- $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).
- $wgRestAllowCrossOriginCookieAuth (introduzido na 1.36) – Allows authenticated cross-origin requests to the REST API with session cookies.
- $wgSecretKey – This should always be customized to a secret, unique string in LocalSettings.php .
- $wgSessionInsecureSecrets – Allows MediaWiki to work at the cost of storing sensitive session data insecurely.
- $wgSessionSecret – Secret for session storage.
- $wgUseSiteCss – Use the site's Cascading Style Sheets (CSS)
- $wgUseSiteJs – Use a página javascript do site
Cookies
- $wgCacheVaryCookies – A list of cookies that influence the cache.
- $wgCookieDomain – Explicit domain for login cookies.
- $wgCookieExpiration – Number of seconds before HTTP cookies expire. You can override this for 'Mantenha-me conectado(a)' cookies with
$wgExtendedLoginCookieExpiration
- $wgCookieHttpOnly – Set the
httpOnly
flag on all cookies set by MediaWiki (to prevent access from JavaScript). - $wgCookiePath – Explicitly declared "path" for cookies at the cookie domain
- $wgCookiePrefix – Custom cookie prefix.
- $wgCookieSameSite – The SameSite cookie attribute used for login cookies.
- $wgCookieSecure – Whether cookies are secured.
- $wgCookieSetOnAutoblock – 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.
- $wgCookieSetOnIpBlock – Determines whether to set a cookie when an IP user is blocked. Doing so means that a blocked user, even after moving to a new IP address, will still be blocked.
- $wgDisableCookieCheck (removido na 1.42) – Disables session cookies
- $wgExtendedLoginCookieExpiration – If non-null, duration in seconds to use for "Mantenha-me conectado(a)" sessions; 0 means until the browser is closed. If null, uses $wgCookieExpiration
- $wgSessionHandler (removido na 1.33) – Used to set PHP's session.save_handler.
- $wgSessionName – Override to customize the session name.
- $wgUseSameSiteLegacyCookies – Send a legacy cookie with an
ss0-
prefix whenSameSite=None
is sent.
Profiling, testing and debugging
- $wgCachePrefix – Custom value for the cache key prefix.
- $wgEnableJavaScriptTest – Allows running of JavaScript test suites via Special:JavaScriptTest (such as QUnit).
- $wgParserTestFiles (removido na 1.40) – Parser test suite files to be run by parserTests.php.
Debug
- See also: Manual:Como depurar
- $wgDebugComments – Include portions of log output in page HTML comment
- $wgDebugDumpSql – Dump SQL queries to debug output
- $wgDebugLogFile – The file name of the debug log, or empty if disabled.
- $wgDebugLogGroups – Direct
wfDebugLog()
output for certain groups to files other than$wgDebugLogFile
. - $wgDebugLogPrefix – Prefix for debug log lines.
- $wgDebugPrintHttpHeaders (removido na 1.34) – Print HTTP headers for every request in the debug information.
- $wgDebugRawPage – If false, 'action=raw' and load.php hits will not result in debug output.
- $wgDebugRedirects – Displays redirect location instead of actually redirecting to the target URL
- $wgDebugTimestamps (removido na 1.35) – Prefix debug messages with relative timestamp.
- $wgDebugToolbar – Display the debugging toolbar
- $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.
- $wgOverrideHostname – Override server hostname detection with a hardcoded value.
- $wgPageInfoTransclusionLimit – Limit template transclusion on InfoAction
- $wgPropagateErrors – If true, the MediaWiki error handler passes errors/warnings to the default error handler after logging them.
- $wgShowDBErrorBacktrace (removido na 1.37) – If true, show a backtrace for database errors.
- $wgShowDebug – Show debug data at bottom of content area
- $wgShowExceptionDetails – If set to true, uncaught exceptions will print a detailed stack trace to output.
- $wgShowHostnames – If set to
true
, exposes host names through API and HTML comments. - $wgShowSQLErrors (removido na 1.37) – Whether to show SQL errors on "we're sorry, but there has been a database error" pages.
- $wgSpecialVersionShowHooks – Se deseja exibir o conteúdo de $wgHooks em Special:Version.
- $wgTrxProfilerLimits – Performance expectations for DB usage
Profiling
- $wgEnableProfileInfo (removido na 1.35) – Controla a disponibilidade do arquivo profileinfo.php.
- $wgMetricsTarget (introduzido na 1.38) (removido na 1.40) – Output target URI for the MetricsFactory service, e.g. udp://127.0.0.1:8125.
- $wgMetricsPrefix (introduzido na 1.38) (removido na 1.40) – Service name prefix for the MetricsFactory service.
- $wgMetricsFormat (introduzido na 1.38) (removido na 1.40) – Output format for the MetricsFactory service, e.g. 'statsd'.
- $wgProfiler – Settings related to profiling.
- $wgProfileLimit (removido na 1.35) – Only record profiling info for pages that took longer than this number of seconds to load.
- $wgProfileOnly (removido na 1.35) – Não coloque informações que não sejam de perfil no arquivo de log
- $wgStatsdMetricPrefix – Prefix for metric names sent to $wgStatsdServer
- $wgStatsdSamplingRates – Sampling rate for statsd metrics as an associative array of patterns and rates.
- $wgStatsdServer – A host or host:port of a statsd server.
- $wgStatsFormat (introduzido na 1.40) – Output format for the StatsFactory service, e.g. 'statsd'.
- $wgStatsPrefix (introduzido na 1.40) – Service name prefix for the StatsFactory service.
- $wgStatsTarget (introduzido na 1.40) – Output target URI for the StatsFactory service, e.g. udp://127.0.0.1:8125.
Search
- $wgAdvancedSearchHighlighting – Set to true to have more useful text snippets in search results.
- $wgDisableInternalSearch – Disable internal search so that extensions can implement it.
- $wgDisableSearchUpdate – If you've disabled search semi-permanently, this also disables updates to the table.
- $wgDisableTextSearch – Disable full-text search.
- $wgEnableOpenSearchSuggest (removido na 1.40) – Habilite as sugestões do OpenSearch solicitadas pelo MediaWiki.
- $wgEnableSearchContributorsByIP – Whether searching for an IP address will be redirected to that IP's contributions page.
- $wgNamespacesToBeSearchedDefault – Quais namespaces devem ser pesquisadas?
- $wgOpenSearchDefaultLimit – Integer defining default number of entries to show on OpenSearch call.
- $wgOpenSearchDescriptionLength – Comprimento mínimo do extrato em
<Description>
. - $wgOpenSearchTemplates – Templates for OpenSearch suggestions.
- $wgOpenSearchTemplate (obsoleto na versão 1.25) – Template for OpenSearch suggestions.
- $wgSearchForwardUrl – Set this to a URL to forward search requests to some external location.
- $wgSearchHighlightBoundaries – Regexp to match word boundaries
- $wgSearchMatchRedirectPreference – Set
true
to allow logged-in users to set a preference whether or not matches in search results should force redirection to that page. - $wgSearchRunSuggestedQuery – If search returns zero results and current search engine has a "did you mean" suggestion, results for the suggestion will be shown.
- $wgSearchSuggestCacheExpiry – Expiry time for search suggestion responses.
- $wgSitemapNamespacesPriorities – Custom namespace priorities for sitemaps.
- $wgSitemapNamespaces – Array of namespaces identified by their IDs to generate a sitemap or false for all namespaces.
- $wgSpecialSearchFormOptions – Options for Special:Search completion widget form created by SearchFormWidget class.
- $wgUseTwoButtonsSearchForm (removido na 1.36) – Comportamento do formulário de pesquisa da barra lateral.
Edit user interface
- $wgDiff3 – Caminho para o utilitário GNU diff3.
- $wgDiff – Caminho para o utilitário GNU diff.
- $wgPreviewOnOpenNamespaces – Namespaces where preview-on-first-edit is forced.
- $wgUniversalEditButton – Enable the UniversalEditButton for browsers that support it.
- $wgUseAutomaticEditSummaries – Se o MediaWiki deve fazer resumos de edição automáticos.
Maintenance Scripts setting
- $wgCommandLineDarkBg – Assume a dark terminal background for maintenance scripts.
- $wgCommandLineMode – Indica se o MediaWiki está sendo executado no modo de linha de comando. Nunca deve ser definida manualmente!
- $wgGitBin – Path to the git binary.
- $wgGitRepositoryViewers – Map of Git repository URLs to their gitweb interface URLs
- $wgReadOnlyFile – Se este arquivo for encontrado, o banco de dados estará bloqueado pela razão dada no conteúdo do arquivo.
- $wgReadOnlyWatchedItemStore – Set this to
true
to put the wiki watchlists into read-only mode. - $wgReadOnly – Disallows editing, displaying the string given as the reason.
- $wgUpgradeKey – Senha que controla o acesso a atualizações baseadas na web.
Recent changes, new pages, watchlist and history
See also Help:Mudanças recentes and $wgDefaultUserOptions
.
- $wgAllowCategorizedRecentChanges (removido na 1.31) – Allow to filter the recentchanges by a category or one of its sub(subsubsub...)categories
- $wgDisableAnonTalk – Disable talk pages for anonymous users (not logged in).
- $wgLogAutopatrol (removido na 1.31) – Log autopatrol actions to the log table
- $wgRCChangedSizeThreshold – Highlight character count difference lower than this.
- $wgRCEngines (obsoleto na versão 1.38) – Legacy mapping from URI schemes to RCFeed subclasses.
- $wgRCFeeds – Configuration for sending RC updates
- $wgRCFilterByAge – Filter $wgRCLinkDays by $wgRCMaxAge to avoid showing links for numbers higher than what will be stored.
- $wgRCLinkDays – List days options to list in the Special:Recentchanges and Special:Recentchangeslinked pages.
- $wgRCLinkLimits – List changes limits options to list in the Special:Recentchanges and Special:Recentchangeslinked pages.
- $wgRCMaxAge – Items in the recentchanges table 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.
- $wgRCWatchCategoryMembership – Treat category membership changes as a RecentChange.
- $wgRecentChangesFlags – Flags (letter symbols) shown in recent changes and watchlist to indicate certain types of edits.
- $wgShowUpdatedMarker – Mostra as mudanças novas: em negrito na lista de páginas vigiadas,
- $wgSoftwareTags – List of core tags to enable.
- $wgStructuredChangeFiltersLiveUpdatePollingRate – Polling rate, in seconds, used by the 'live update' feature of Special:RecentChanges and Special:Watchlist
- $wgUnwatchedPageSecret – If active watchers (per $wgWatchersMaxAge ) are this number or less, do not disclose it.
- $wgUnwatchedPageThreshold – Allows users without the "unwatchedpages" user right to view the number of page watchers for a specified page via the "info" action if the number of watchers is above the specified threshold.
- $wgUseFilePatrol – Use a patrulha de arquivos para ver novos arquivos em Special:Newfiles
- $wgUseNPPatrol – Use a patrulha de novas páginas para buscar vandalismo
- $wgUseRCPatrol – Use a patrulha das mudanças recentes para buscar vandalismo
- $wgUseTagFilter – Allow filtering by change tag in recentchanges, history, etc.
- $wgWatchersMaxAge – Page watchers inactive for more than this many seconds are considered inactive. Used mainly by action=info .
- $wgWatchlistExpiryMaxDuration – Relative maximum duration for watchlist expiries, as accepted by strtotime().
- $wgWatchlistExpiry – Enable the watchlist expiry feature.
- $wgWatchlistPurgeRate – The per-edit rate at which expired watchlist items will be purged from the database.
Feed
- $wgFeed – Toggle syndication feeds (RSS, Atom e.g. Recentchanges, Newpages) on and off.
- $wgAdvertisedFeedTypes – Feed types that 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 e.g. Recentchanges, Newpages.
- $wgOverrideSiteFeed – Override the site's default rss/atom feed that appears on every page.
Copyright
- $wgMaxCredits – Defina isso para o número de autores que você deseja creditar abaixo do texto do artigo.
- $wgRightsIcon – Override for copyright metadata.
- $wgRightsPage – Override for copyright metadata.
- $wgRightsText – Override for copyright metadata.
- $wgRightsUrl – Override for copyright metadata.
- $wgShowCreditsIfMax – If there are more than
$wgMaxCredits
authors, show$wgMaxCredits
of them. - $wgUseCopyrightUpload – Set this to true if you want detailed copyright information forms on Upload.
Import/Export
- $wgExportAllowAll – Whether to allow exporting the entire wiki into a single file.
- $wgExportAllowHistory – Controls the availability of the full-history feature on "Special:Export".
- $wgExportAllowListContributors – Controls whether to allow to list all contributors while exporting a page using "Special:Export".
- $wgExportFromNamespaces – Whether to allow the "export all pages in namespace" option.
- $wgExportMaxHistory – Requests using "Special:Export" for pages with a revision history higher than set 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.
- $wgImportSources – List of interwiki prefixes for wikis we'll accept as sources for Special:Import
- $wgImportTargetNamespace – Optional default target namespace for interwiki imports.
- $wgXmlDumpSchemaVersion – The schema to use per default when generating XML dumps.
Extensions
- $wgAuth (removido na 1.33) – Authentication plugin. See AuthPlugin.
- $wgAutoloadAttemptLowercase (removido na 1.40) – Switch controlling legacy case-insensitive classloading.
- $wgAutoloadClasses – Array mapping class names to filenames, for autoloading.
- $wgEnableParserLimitReporting – Controls whether the NewPP parser report is output in a HTML comment.
- $wgExtensionCredits (obsoleto na versão 1.25) – Global list of extension credits
- $wgExtensionEntryPointListFiles – Array of files with list(s) of extension entry points to be used in maintenance/mergeMessageFileList.php
- $wgExtensionFunctions – A list of callback functions which are called once MediaWiki is fully initialised.
- $wgExtensionMessagesFiles – Arquivos de mensagens de extensões.
- $wgHooks – Lista global de hooks.
- $wgJobBackoffThrottling – Number of times work items of a job type can be run per second.
- $wgJobClasses – Maps jobs to their handling classes.
- $wgJobQueueIncludeInMaxLagFactor – Whether to include the number of jobs that are queued for the API's maxlag parameter.
- $wgJobSerialCommitThreshold (removido na 1.42) – Make job runners commit changes for replica DB-lag prone jobs one job at a time.
- $wgJobTypeConf – Configuration for job storage.
- $wgJobTypesExcludedFromDefaultQueue – Jobs that must be explicitly requested, i.e. aren't run by job runners unless special flags are set.
- $wgMessagesDirs – Extension messages directories.
- $wgPagePropLinkInvalidations – Page property link table invalidation lists.
- $wgParserOutputHooks (removido na 1.41) – Parser output hooks.
- $wgServiceWiringFiles – List of service wiring files to be loaded by the default instance of MediaWikiServices.
- $wgSpecialPageCacheUpdates – Additional functions to be performed with updateSpecialPages.php .
- $wgSpecialPages – A list of custom special pages.
- $wgValidSkinNames – List of valid skin names. Skins can optionally use this variable to tell MediaWiki that they are available.
Category
- $wgCategoryCollation – What collation categories use to sort with
- $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 (removido na 1.38) – Enable/Disable experimental breadcrumb (or dmoz-style) category browsing.
- $wgTempCategoryCollations (introduzido na 1.38) – Additional category collations to store during LinksUpdate.
- $wgTrackingCategories (obsoleto na versão 1.25) – The list of messages representing tracking categories which are listed at Special:TrackingCategories.
Logging
- $wgActionFilteredLogs – List of log types that can be filtered by action types
- $wgFilterLogTypes – Mostrar/ocultar links em Especial:Registro será mostrado para esses tipos de log.
- $wgLogActionsHandlers – O mesmo que
$wgLogActions
, mas seus valores são callbacks de funções. - $wgLogActions – Lista uma cadeia de chaves de mensagens para formatar eventos de cada tipo/ação quando listados nos registros.
- $wgLogHeaders – Lists the message key string for descriptive text to be shown at the top 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 – List of log types.
- $wgNewUserLog – Whether to maintain a log of newusers, which can be viewed at Special:Log/newusers.
- $wgPageCreationLog – Whether to maintain a log of new page creations, which can be viewed at Special:Log/create.
Special pages
- $wgAllowSpecialInclusion – Permita inclusões de páginas especiais, como
{{Special:Allpages}}
. - $wgCountCategorizedImagesAsUsed – On Special:Unusedimages, consider images "used" if they are put into a category.
- $wgDisableQueryPageUpdate – Array of special pages that should not be updated.
- $wgMaxRedirectLinksRetrieved – Maximum number of links to a redirect page listed on Special:Whatlinkshere/RedirectDestination
- $wgRangeContributionsCIDRLimit – Shortest CIDR limits that can be checked in any individual range check at Special:Contributions.
Actions
- $wgActions – Array of allowed values for the "action" parameter for normal pages.
Robot policies
- $wgArticleRobotPolicies – Permitir a personalização das políticas do robô em cada página.
- $wgDefaultRobotPolicy – Permite especificar a política de robôs padrão para todas as páginas da 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.
Ajax, Action API and REST API
Ajax
- $wgAjaxEditStash (removido na 1.37) – Se as edições devem ser preparadas via AJAX conforme os usuários digitam resumos de edição.
- $wgAjaxExportList (removido na 1.38) – List of functions in
AjaxFunctions.php
that are callable viaaction=ajax
- $wgAjaxLicensePreview – Use Ajax to preview licensing for uploads.
- $wgAjaxUploadDestCheck (removido na 1.41) – Enable Ajax check for file overwrite, pre-upload.
- $wgRestAPIAdditionalRouteFiles – Additional REST API Route files.
- $wgUseAjax (removido na 1.38) – Enable AJAX support.
API
- $wgAllowedCorsHeaders – List of allowed headers for cross-origin API requests.
- $wgAPICacheHelpTimeout – Set the timeout for the API help text cache. Set to 0 to disable caching of API help text.
- $wgAPIFormatModules – API format module extensions.
- $wgAPIListModules – API list module extensions.
- $wgAPIMaxDBRows – Maximum number of rows to scan in API database queries.
- $wgAPIMaxLagThreshold – Maximum amount of DB lag on a majority of DB replica DBs to tolerate before forcing bots to retry any write requests via API errors.
- $wgAPIMaxResultSize – Maximum size (in bytes) of an API result.
- $wgAPIMaxUncachedDiffs – The maximum number of uncached diffs that can be retrieved in one API request.
- $wgAPIMetaModules – API meta module extensions.
- $wgAPIModules – API module extensions.
- $wgAPIPropModules – API prop module extensions.
- $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.
- $wgCrossSiteAJAXdomainExceptions – Domains that should not be allowed to make AJAX requests, even if they match one of the domains allowed by
$wgCrossSiteAJAXdomains
. - $wgCrossSiteAJAXdomains – Domains that may make cross-site Ajax requests to the MediaWiki API.
- $wgDebugAPI – Loosens API security to allow for easier debugging
- $wgEnableAPI (removido na 1.32) – Ative o acesso direto à API de dados por meio de api.php .
- $wgEnableRestAPI (removido na 1.36) – Ativa o MediaWiki REST API.
- $wgEnableWriteAPI (removido na 1.32) – Allow the API to be used to perform write operations (page edits, rollback, etc.) when an authorized user accesses it.
Shell and process control
- $wgPhpCli – Nome do arquivo executável do cliente PHP CLI (Command Line Interface) - (php/php5).
- $wgMaxShellFileSize – Maximum file size created by shell processes under linux, in KB.
- $wgMaxShellMemory – Quantidade máxima de memória virtual disponível para processos de shell no Linux, em KiB.
- $wgMaxShellTime – Maximum CPU time in seconds for shell processes under Linux.
- $wgMaxShellWallClockTime – Limit shell commands duration using real time.
- $wgShellboxSecretKey (introduzido na 1.36) – The secret key for HMAC verification of Shellbox requests.
- $wgShellboxUrl (introduzido na 1.36) (removido na 1.40) – Shell commands can be run on a remote server using Shellbox.
- $wgShellboxUrls (introduzido na 1.37) – Shell commands can be run on a remote server using Shellbox .
- $wgShellCgroup – Limit shell commands memory using linux Cgroups.
- $wgShellLocale (removido na 1.38) – Locale for
LC_ALL
. - $wgShellRestrictionMethod – Method to use to restrict shell commands
HTTP client
- $wgAllowExternalReqID – controls whether MediaWiki accepts the request ID set by the incoming request via the "X-Request-Id" header.
- $wgAsyncHTTPTimeout – Timeout for asynchronous HTTP requests.
- $wgHTTPConnectTimeout – Timeout for connections done internally (in seconds)
- $wgHTTPMaxTimeout – The maximum HTTP request timeout in seconds.
- $wgHTTPMaxConnectTimeout – The maximum HTTP connect timeout in seconds.
- $wgHTTPImportTimeout – Timeout for HTTP requests done internally for transwiki imports, in seconds.
- $wgHTTPProxy – Proxy to use for cURL requests
- $wgHTTPTimeout – Timeout for HTTP requests done via cURL.
- $wgLocalHTTPProxy (introduzido na 1.38) – Reverse proxy to use for requests to domains in $wgLocalVirtualHosts
- $wgLocalVirtualHosts – Local virtual hosts.
Jobs
- $wgJobRunRate – Número de jobs feitos por requisição.
- $wgJobQueueAggregator (removido na 1.33) – Qual agregador usar para rastrear quais filas têm trabalhos.
- $wgRunJobsAsync – Controls whether on-request jobs are run asynchronously or synchronously.
- $wgUpdateRowsPerJob – Number of rows to update per job.
- $wgUpdateRowsPerQuery – Number of rows to update per query.
Site customization
- $wgStructuredChangeFiltersOnWatchlist (removido na 1.32) – Whether to enable RCFilters app on Special:Watchlist
- $wgStructuredChangeFiltersShowPreference (removido na 1.32) – Whether to enable RCFilters app on Special:RecentChanges
- $wgStyleVersion (removido na 1.32) – Appended in the query string of static CSS and JS to clear client side cache when changing this.
Frontend
- $wgUsejQueryThree (removido na 1.31) – Se deve usar jQuery 3 (com jQuery Migrate) em vez de jQuery 1.
Wiki farm
- $wgWikiFarmSettingsDirectory (introduzido na 1.38) – A directory that contains site-specific configuration files.
- $wgWikiFarmSettingsExtension (introduzido na 1.38) – The file extension to be used when looking up site-specific settings files in $wgWikiFarmSettingsDirectory , such as
'json'
or'yaml'
. - $wgWikiFarmSiteDetector (introduzido na 1.38) (removido na 1.39) – Callback to use to determine the name of the requested site for the current request.
Miscellaneous settings
- $wgActorTableSchemaMigrationStage (introduzido na 1.37) (removido na 1.39) –
actor
table schema migration stage. - $wgChangeTagsSchemaMigrationStage (removido na 1.33) –
change_tag
table schema migration stage. - $wgCommentTableSchemaMigrationStage (removido na 1.33) –
comment
table schema migration stage. - $wgContentHandlerUseDB (removido na 1.35) – Whether to use the database fields introduced by the ContentHandler facility
- $wgEditRecoveryExpiry (introduzido na 1.41) – Number of seconds to keep Edit Recovery data after the edit is stored.
- $wgElementTiming (removido na 1.39) – Enable Element Timing.
- $wgEnableEditRecovery (introduzido na 1.41) – Whether to enable the client-side Edit Recovery feature.
- $wgEventRelayerConfig – Mapping of event channels (or channel categories) to EventRelayer configuration.
- $wgFeaturePolicyReportOnly – List of Feature Policy Reporting types to enable.
- $wgOriginTrials – Origin Trials tokens.
- $wgPagePropsHaveSortkey (removido na 1.36) – Definido como false se a tabela
page_props
não tiver uma colunapp_sortkey
- $wgPingback – If true, MediaWiki will report back data about its installation from time to time to aid developers
- $wgPopularPasswordFile (removido na 1.35) – Where popular password file is located.
- $wgPriorityHintsRatio (removido na 1.39) – Ratio of requests that should get Priority Hints when the feature is enabled.
- $wgPriorityHints (removido na 1.39) – Enable client-side Priority Hints.
- $wgRedirectOnLogin – Redirect users to page on login
- $wgReportToEndpoints – List of endpoints for the Reporting API.
- $wgReportToExpiry – Expiry of the endpoint definition for the Reporting API.
- $wgShowDiffToggleSwitch (introduzido na 1.41) (obsoleto na versão 1.41) – Specifies if users should see the inline switch in diff pages.
- $wgSkinsPreferred (introduzido na 1.38) – List of preferred skins to be listed higher in Special:Preferences
- $wgSpecialContributeSkinsDisabled (introduzido na 1.40) (removido na 1.40) – List of skins to not show the Special:Contribute page
- $wgSpecialContributeSkinsEnabled (introduzido na 1.40) – List of skins to not show the Special:Contribute page
- $wgTagStatisticsNewTable (removido na 1.33) – Temporarily flag to use change_tag_def table as backend of change tag statistics.
- $wgVirtualRestConfig – REST services configuration
- $wgWikiDiff2MovedParagraphDetectionCutoff (obsoleto na versão 1.34) – This setting controls the maximum number of paragraphs to compare before it bails out.
See also
- Manual:Configuration for developers - how to set and retrieve configuration variables.
- Extension registration#Configs (Your extension/skins settings) - how to register new configuration variables for extensions and skins.