2016-11-17

Created page with "thumb|Special:ChangeContentModel como tema MonoBook. A página '''Special:ChangeContentModel''' pode ser usado para alterar o «mode..."

New page

<languages />

{{TNT|PD Help Page}}

[[File:SpecialChangeContentModel.png|thumb|Special:ChangeContentModel como tema MonoBook.]]

A página '''[[Special:ChangeContentModel]]''' pode ser usado para alterar o «modelo de conteúdo» de uma página. Um modelo de conteúdo é, de forma lata, o formato ou tipo de uma dada página da wiki. Por padrão, o modelo de conteúdo de uma página é ''texto wiki'', um modelo de texto enriquecido que faz uso da notação wiki. Os modelos de conteúdo usados nos projetos Wikimedia incluem ''css'' e ''javascript'' para armazenar código, ''wikibase-item'' para entradas Wikidata, e ''Campaign'' na wiki Wikimedia Commons para campanhas de envio de ficheiros como a Wiki Loves Monuments. Está disponível uma lista de modelos de conteúdo em '''[[Special:MyLanguage/content handlers|tratadores de conteúdo]]'''. Encontra mais informação técnica em '''[[Special:MyLanguage/Manual:ContentHandler|Manual:ContentHandler]]'''.

All actions are logged to [[Special:Log/contentmodel]], with a convenient "revert" link to undo changes if necessary. Users must have the <code>editcontentmodel</code> permission to be able to change content models. On Wikimedia projects this permission is currently granted to [[Sysop|sysops]].

== Background ==

Traditionally, the only types of pages you could create on MediaWiki were wikitext pages: rich text documents written in wikitext markup. This is acceptable for writing encyclopedia entries on Wikipedia, but falls short for content of other types, such as blocks of source code, structured data content, or complex workflows.

With the advent of the Wikidata project (and the [[Special:MyLanguage/Wikibase|Wikibase]] extension) in 2012, the ContentHandler branch was developed to allow the creation of pages other than wikitext documents. As of MediaWiki 1.21, ContentHandler is a part of the core MediaWiki software.

Some generic content models include those meant for storing and presenting source code, but they can also be used to create customized editing interfaces. For example, instead of using a horrible mess of templates to structure content on a page, you could store the underlying data in a structured format such as [[W:JSON|JSON]] and then write a [[Special:MyLanguage/Manual:Extensions|MediaWiki extension]] that builds a custom editing interface on top of this structured data. This approach is used by [[Special:MyLanguage/Extension:MassMessage|MassMessage]] to create delivery list pages and by [[Special:MyLanguage/Extension:CollaborationKit|CollaborationKit]] for creating WikiProjects. Although these extensions have their own workflows for creating pages, Special:ChangeContentModel can also be used.

As an alternative to setting content models on a page-by-page basis, you can specify alternative defaults for a given namespace. For example, the default namespace in the Module namespace is ScribuntoContent. Similarly, you can enforce that a given content model is ''only'' used in a given namespace; ScribuntoContent can ''only'' be used in the Module namespace.

== Viewing a page's current content model ==

To view a page's current content model, click "{{int:pageinfo-toolboxlink}}" in the sidebar toolbox. You can also append <code>?action=info</code> to a URL to get the same page.

== Changing a page's content model ==

Go to [[Special:ChangeContentModel]], enter the page name you wish to change. This can be a non-existent page if you wish to create a new page that uses a different content model from the default. Next, choose the content model you wish to change to. Click "{{int:changecontentmodel-submit}}" to make the change.

Note that '''not all conversions are possible'''. If you are trying to convert a page that already exists and the MediaWiki software cannot figure out how to re-interpret the current page's content, the content model will not be converted and you will get an error message. When this happens, it is recommended that you archive the old page and create the page anew in the new content model. For instance, you could rename "Project:Foo" to "Project:Foo/old" and then use Special:ChangeContentModel to create a new page at "Project:Foo". If possible, you should include a link to "Project:Foo/old" on the new page.

== Undoing a change ==

All content model changes are logged at [[Special:Log/contentmodel]] on your wiki. To undo a change, go to the relevant entry in the log and click "{{int:logentry-contentmodel-change-revertlink}}". You will see a pre-filled form; click "{{int:changecontentmodel-submit}}" to carry out the revert.

Note that this may not always work, particularly if the page was edited after the content model was changed in such a way to make it incompatible with the old content model. When this happens, you will have to undo the edits that made it incompatible. Alternatively, you could carry out the content model change anew and archive the old content. Ideally, content model changes are few and far between. In most situations, a page will not have to change content model more than once.

[[Category:ContentHandler{{translation}}]]

[[Category:Help{{translation}}|{{PAGENAME}}]]

Show more