Manual:Code/pt-br

From MediaWiki.org
Jump to: navigation, search

Contents

Esta página descreve os arquivos das fontes primárias (classes) / objetos do Código do MediaWiki.

Também há um arquivo gerado automaticamente pela versão desta documentação.

[edit] Pontos de acesso

[edit] index.php

on SVN

Ponto de acesso principal para o software de MediaWiki. Manipula a maioria dos pedidos. Veja o arquivo Manual:Index.php.

[edit] api.php

on SVN

Ponto de acesso externo para o API. Veja página API para uma descrição aprofundada.

[edit] img_auth.php

on SVN

Manuscrito só serve imagens para usuários logados. Para configurar o wiki para usar esse manuscrito, veja Manual:Image Authorisation.

[edit] opensearch_desc.php

on SVN

Retorna uma descrição documento OpenSearch (veja opensearch.org) isso aponta às máquinas de busca do wiki.

[edit] profileinfo.php

on SVN

Permite que todos os usuários vejam as informação de perfil que estão armazenadas no banco de dados. Veja How to debug#Profiling.

[edit] redirect.php

on SVN

Manuscrito que só redireciona ao artigo passado no parâmetro " wpDropdown " do pedido.

[edit] thumb.php

on SVN

Manuscrito usado para redimensionar as imagens.

[edit] trackback.php

on SVN

Permitir acrescentar um novo trackback ao banco de dados.

[edit] Directory /includes/

Este diretório armazena todos os arquivos necessitados por MediaWiki.

[edit] Article.php

on SVN

Contains the Article class. It represents an article of the wiki, can modify the article (edit, deletion, ...) and maintains state such as text (in wikitext format), flags, etc. See Manual:Article.php.

[edit] LinkCache.php

on SVN

Keeps information on existence of articles. See LINKCACHE.TXT.

[edit] Linker.php

on SVN

Linker is the parent class for the Skin class. It contains methods to create internal, external or image links. To use this class, use $wgUser->getSkin().

[edit] OutputPage.php

on SVN

Hold HTML and wikitext parsing. Will also generate the <head> element or part of it. See OutputPage.php.

[edit] Pager.php

on SVN

Contains the IndexPager class used for paging results of MySQL queries. See Manual:Pager.php.

[edit] Parser.php

on SVN (directory "/includes/parser/" since 1.13)

This file defines the parser object used to convert wikitext to HTML. See Manual:Parser.php.

[edit] Setup.php

on SVN

It included some commonly used files and create the global object variables so that MediaWiki can work. See Manual:Setup.php.

[edit] Skin.php

on SVN

Encapsulates a "look and feel" for the wiki. See Manual:Skin.php.

[edit] Title.php

on SVN

Represents the title of an article, and does all the work of translating among various forms such as plain text, URL, database key, etc. For convenience, and for historical reasons, it also represents a few features of articles that don't involve their text, such as access rights.

[edit] User.php

on SVN

Encapsulates the state of the user viewing/using the site. Can be queried for things like the user's settings, name, etc. Handles the details of getting and saving to the user table of the database, and dealing with sessions and cookies.

[edit] WebRequest.php

on SVN

This file contains the definition of the class WebRequest. See Manual:WebRequest.php.

[edit] WebStart.php

on SVN

It does the initial setup for a web request: security checks, loads LocalSettings.php and Setup.php. See Manual:WebStart.php.

[edit] Wiki.php

on SVN

This file consists of the definition of the class MediaWiki. See Manual:Wiki.php.

[edit] Directory /languages/

This directory contains files used for internationalisation.

[edit] Language.php

on SVN

Contains the Language class, it represents the language used for incidental text, and also has some character encoding functions and other locale stuff. Two globals contain an instance of this class: $wgContLang for the site language and $wgLang for the user language.

[edit] Directory /maintenance/

This directory contains maintenace scrpits that must be run from a command line interface.

See Manual:Maintenance scripts for an overview of those scripts.

[edit] Directory /skins/

This directory contain all skins classes, JavaScripts, CSS and some images used by that skins.

[edit] Veja também


Língua: English  • Français • Bahasa Indonesia • 日本語 • Português do Brasil • Русский • ‪中文(简体)‬
Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox