Help:Image page/pt-br

From The Scuba Wiki

Jump to: navigation, search
MediaWiki Handbook: Contents, Readers, Editors, Moderators, System admins +/-

Cada arquivo enviado tem uma "página de imagem" associada como o qual é usado descrição da página de imagem, dando informação sobre a imagem. Este termo também é aplicado no caso de outros tipos de arquivos, arquivos notavelmente são, por exemplo Image:Schubert- Impromptu B-flat1.ogg.

Contents

Local do arquivo e da página de imagem

Se uma família de projetos tem um projeto Commons , tipicamente o arquivo é transferido em Câmara dos Comuns. A página de imagem dá informação de direitos autorais lá.

Na sintaxe de imagem interna [[Image:filename]], [[:Image:filename]], or [[Media:filename]], o filename é assumido recorrendo a um no mesmo projeto se existir lá, caso contrário para um em Câmara dos Comuns. Ao escolher um nome para um arquivo em Câmara dos Comuns, não use um nome que já está em uso em qualquer projeto no qual o arquivo pode ser usado, a menos que o arquivo novo deva substituir o arquivo local que então será apagado ou a menos que a imagem de Câmara dos Comuns deva ser substituída localmente com uma versão local sem trocar as ligações.

Uma imagem em Câmara dos Comuns pode ter uma página de imagem separada em todo projeto que não tem outra imagem com o mesmo nome (que bloquearia acesso à imagem em Câmara dos Comuns).

A imagem é unida à página de descrição de imagem local que, devido aos conteúdos de MediaWiki:Sharedupload, é unida a uma em Câmara dos Comuns onde a imagem foi transferida. Veja alguns conteúdos locais de [[MediaWiki:Sharedupload]] : Meta-wiki, English, e Italian (Nota que a ligação dos conteúdos chamados para Câmara dos Comuns não pode conduzir a uma real imagem).

Para encontrar saida em qual páginas de qual projetos uma imagem em Câmara dos Comuns é usada, é importante unir a página de imagem em Câmara dos Comuns para toda a imagem local da pagina dessa imagem. Até mesmo se a página de imagem local nunca foi criada explicitamente e foi tida um editável vazio então partir, uma ligação para a página produz uma página com uma seção de " ligação para imagem" que mostra as páginas locais que usam a imagem.

A característica interlanguage link trabalha em Câmara dos Comuns, e produz ligações ao Wikipedias. São mostradas ligações para outros projetos em-página. Por exemplo commons:Image:Blank Go board.png.

Conteúdos da página de imagem

A página de descrição consiste em cinco partes:

  • O índice sobre a imagem (box ao longo do topo que diz Imagem, história de Arquivo, ligações de Arquivo, etc.) <ref name="filetoc">Chamar ' filetoc', este índice é encontrado em skins/monobook/main.css e pode ser anulado por MediaWiki:Monobook.css </ref>
  • The image itself.<ref name="itself">In the case of an image proper the image page shows the full image (elsewhere often only a reduced version is shown), or, depending on preferences, a reduced version with a link to the full version, labeled "Download high resolution version (..x.., .. KB)".</ref>
  • Description of the image or other uploaded file - you can add a description by editing the image page.
  • "File history".<ref name="wikip">On Wikipedia, "File history" has been changed to "Image history".</ref> See page history
  • "Links" Pages which have the image.<ref name="template">Links does not list the rare case of an uploaded html file linking to the image.</ref>
    • "Links" does not list links to the image page

Unindo a uma imagem sem inclusive a imagem

To make a link to the image description page of a sound file, or of an image without including the actual image, use a link like: [[:Image:a_sound.ogg]] or [[:Image:an_image.jpg]]. In the case of an image, the leading colon prevents the image being embedded in the article, and instead makes an ordinary link. In the case of a sound, automatically playing the sound is not possible anyway.

Editando os conteúdos da página de imagem

As informações de layout para a página de imagem podem ser encontradas em wiki/includes/ImagePage.php.

Em seu site de mediawiki, as páginas seguintes <ref name="all">Uma lista destas páginas pode ser encontrada ema Special:Allmessages</ref> edite o system messages da página de Imagem:

Mediawiki page Edits the text:
Directly below the image
MediaWiki:Showbigimage Download high resolution version ($1x$2, $3 KB)
In the "File history" section<ref name="history">

Delete the following in imagepage.php:

To delete the entire File history section:

$this->imageHistory();

To delete the file history line [example:(Delete all revisions of this file) (cur) 20:08, 16 December 2007 . . Admin (Talk | contribs | block) . . 100×100 (8,404 bytes]):

$s = "<li> ({$dlink}) ({$rlink}) <a href=\"{$url}\"{$style}>{$datetime}</a> . . {$userlink} . . {$widthheight} ({$nbytes})";
$s .= $this->skin->commentBlock( $description, $wgTitle );
</ref> of a Image page:
MediaWiki:filehist File history
MediaWiki:filehist-help Click on a date/time to view the file as it appeared at that time.
MediaWiki:filehist-deleteall Delete all<ref name="ao">Available to administrators only</ref>
MediaWiki:Uploadnewversion-linktext Upload a new version of this file<ref name=delete"> Delete the following in imagepage.php, to delete the text "Upload a new version of this file" and the link:
if( $wgUser->isAllowed( 'reupload' ) ) {
			$ulink = $sk->makeExternalLink( $this->getUploadUrl(), wfMsg( 'uploadnewversion-linktext' ) );
			$wgOut->addHtml( "<li><div>{$ulink}</div></li>" );
		}
</ref><ref name="annoy">If this text is completely deleted from MediaWiki:Uploadnewversion-linktext, annoyingly, the link remains. Even deleting MediaWiki:Uploadnewversion-linktext will not delete the link.</ref>
MediaWiki:Edit-externally Edit this file using an external application<ref name="delete2">Delete the following in imagepage.php, to delete this link:
$elink = $sk->makeKnownLinkObj( $this->mTitle, wfMsg( 'edit-externally' ), 'action=edit&externaledit=true&mode=file' );
$wgOut->addHtml( '<li>' . $elink . '<div>' . wfMsgWikiHtml( 'edit-externally-help' ) . '</div></li>' );
</ref>
MediaWiki:Edit-externally-help See the setup instructions for more information.
In the "Links" section of a Image page:
MediaWiki:Imagelinks Links
MediaWiki:Linkstoimage The following pages link to this file:
In the "Metadata" section of a Image page:
MediaWiki:metadata-help This file contains additional information, probably added from the digital camera or scanner used to create or digitize it. If the file has been modified from its original state, some details may not fully reflect the modified image.

The following are the names of the headers in the file skins/monobook/main.css:

  • filetoc -- Table of contents box above the image.
  • filehistory -- "File history" header
  • filelinks -- "Links" header
  • metadata -- "Metadata" header
  • siteSub -- ???
  • contentSub -- ???

The following is the code for certain sections of an Image Page, found at skins/monobook/main.css:

  • mw_metadata -- "Metadata" graph.
  • .special -- shows the image edit history.
  • .external -- The "Upload a new version of this file" text AND link
Hiding sections of the image page

Choose which of the following lines to add to MediaWiki:Common.css or skins/monobook/main.css :

#filehistory {display: none} /* Hides the "File history" header */
#filelinks {display: none} /* Hides the "Links" header */
.special {display: none} /* Hides the Edit history */
#metadata {display: none} /* Hides the "Metadata" header */
#siteSub {display: none} /* ??? */
#contentSub {display: none} /* ??? */
#mw_metadata {display: none} /* Hides the Metadata graph */
#filetoc { display: none; } /* Hides the table of contents for an image */

See the graph above to hide each text section.

Moving the added text above the image

To move the text [text which users add to the page by clicking the edit button] above the page's image, edit includes/ImagePage.php.

Cut:

				Article::view();
			} else {
				# Just need to set the right headers
				$wgOut->setArticleFlag( true );
				$wgOut->setRobotpolicy( 'index,follow' );
				$wgOut->setPageTitle( $this->mTitle->getPrefixedText() );
				$this->viewUpdates();
			}

and paste it above:

	$this->openShowImage();

Contents of the image page on Commons

For an image on Commons, the following is shown in addition on the local image page. If the projects are distinguished by language, then the local image page can contain info about the image in the local language. It also allows categorizing the image within the local category system, and shows the local pages that use the image (see e.g. Image:Tst.png).

  • the message in MediaWiki:Sharedupload
  • the rendering of the editable content on Commons, including content transcluded from other pages on Commons; sections are not numbered and not in the TOC; category tags are ignored; internal links within Commons are rendered in the style of internal links, but link to Commons; existence detection with regard to existence on Commons works; variables depending on the site refer to Commons; with regard to noinclude and includeonly tags this is not considered transclusion; avoid specifying an absolute position in the wikitext of the Commons page, as it may interfere with the lay-out of the corresponding local image pages.

Editing an image page

The image page also has an edit history, which is in general the edit history of the editable contents of the page; it is labeled, somewhat confusingly, Image:xxx Revision history. It should not be confused with the Image history.

The preview of the edit page of an image page only shows the editable part, not the image itself, the image history or the image links.

Through this edit page one cannot edit the image file itself: revising an image file requires a new upload.

Useful things to include on an image page

In the description part of the page you can put text. Initially the description part automatically contains the upload summary supplied by the user when uploading the first version (this text also shows up in the Image history section at the first upload line).

What follows refers to images in particular. For sound files, see also w:Wikipedia:Media.

Description of the image

Eg: "Image of a goldfish in a small tank". This should not be an alternative text (see alternative text for images), but rather a description. This is useful for users who do not have direct access to the image, and is a temporary substitute for a proper longdesc tag.

You could also include the proportions of the image, in pixels.

Other versions

If other versions (especially a larger version) of the same image exists, link to them. For example:

  • [[Media:Goldfish-in-tank-large.jpg|larger version]] ([[:Image:Goldfish-in-tank-large.jpg|info]])
  • [[Media:Goldfish-in-tank2.jpg|different camera angle]] ([[:Image:Goldfish-in-tank2.jpg|info]])
  • [[Media:Goldfish-in-tank-textfree.jpg|textfree version]] ([[:Image:Goldfish-in-tank-textfree.jpg|info]])

Textfree versions may be useful for using across language versions.

Categorizing images

By adding a category tag on the image page, images can be in the same category as other pages, but are treated separately: on the category page they are not included in the count of articles in the category, and they are displayed in a separate section, with a thumbnail and the name for each, see category page.

On Commons there are essentially only images. On projects with real articles a category can either mix articles and images about a subject, or one has separate image categories. An image category is typically a subcategory of the general category about the same subject, and a subcategory of a wider image category.

For categorizing a new image, the image page does not even have to be edited: the category tag can simply be put in the upload summary.

Nonexisting image

Nonexisting images show no image history section, see e.g. Image:Stop sign us.JPG.

Protection

Protection of an image page is automatically also protection of the image itself: i.e. a new image under the name of the existing image can only be uploaded by a sysop.

Notes

<references/>

See also

Template:Ph:Image page/pt-br

Links to other help pages

Help contents
Meta | Wikinews | Wikipedia | Wikiquote | Wiktionary | commons: | mw: | b: | s: | mw:Manual | google
Versions of this help page (for other languages see below)
Meta | Wikinews | Wikipediahttp://en.wikipedia.org/Help:Image_page/pt-br | Wikiquote | Wiktionary
What links here on Meta or from Meta | Wikipedia | MediaWiki
Reading
Go | Search | Stop words | URL | Namespace | Page name | Section
Backlinks | Link | Piped link | Interwiki link | Redirect | Category | Image page
Logging in and preferences
Logging in | Preferences | User style
Editing
Advanced editing | Editing FAQ | Edit toolbar | Export | Import | Shortcuts
Tracking changes
Recent changes (enhanced) | Related changes | Watching pages | Diff
Page history | Edit summary | User contributions | Minor edit | Patrolled edit
Style & formatting
Wikitext examples | Reference card | HTML in wikitext | List | Table | Sorting | Colors
Special input and output
Inputbox | Special characters | Displaying a formula | Images (uploads) | EasyTimeline
Advanced functioning
Template | Advanced templates | Parser function | ParserFunctions | Parameter default
Variable | Magic word | System message | Substitution | Array | Calculation
Page management
Starting a new page | Renaming (moving) a page | Protecting pages | Deleting a page
Special pages
Talk page | Testing | Sandbox | CentralNotice

Template:-

Personal tools
support the site