Difference between revisions of "Template:Diff since trans"

From Creative Commons
Jump to: navigation, search
Line 9: Line 9:
 
Template '''{{PAGENAME}}''' verifies if the revision ID of a source page has changed. If it has, the template produces a link to what changes were done to the source page since that revision.
 
Template '''{{PAGENAME}}''' verifies if the revision ID of a source page has changed. If it has, the template produces a link to what changes were done to the source page since that revision.
  
This is a support template, and should not be used on normal content pages. It is used by template <code><nowiki>{{Translated From}}</nowiki></code>, to place a "synchronise" link next to the language name if the translation is outdated.
+
This is a support template, and should not be used on normal content pages. It is used by [[Template:Translated From]], to place a "synchronise" link next to the language name if the translation is outdated.
  
 
This is an interface that supplies messages in English to the real code, available at [[Template:Diff since trans/code]]. Please translate this interface and the messages to your language. Refer to [[Template:Pt:Diferenças desde a tradução]] for an example.
 
This is an interface that supplies messages in English to the real code, available at [[Template:Diff since trans/code]]. Please translate this interface and the messages to your language. Refer to [[Template:Pt:Diferenças desde a tradução]] for an example.

Revision as of 16:28, 25 April 2011

Every translation is the translation of a source page. That source page changes through time, and the translation becomes outdated.

Template Diff since trans verifies if the revision ID of a source page has changed. If it has, the template produces a link to what changes were done to the source page since that revision.

This is a support template, and should not be used on normal content pages. It is used by Template:Translated From, to place a "synchronise" link next to the language name if the translation is outdated.

This is an interface that supplies messages in English to the real code, available at Template:Diff since trans/code. Please translate this interface and the messages to your language. Refer to Template:Pt:Diferenças desde a tradução for an example.

Use

{{Diff since trans|source=source page|rev=revision ID}}

The supplied revision ID parameter should be the revision ID of the version of the source page that was the basis of the translation (see example below).

If the latest revision ID of the source page is different from the supplied revision ID, this template produces a link which leads to a differences list of the source page, between the supplied revision ID and the latest revision ID of the page.

In this way, any user can see what changed in the source page since it was last translated. The user can then easily bring the translation back into synch with the source, by translating the changes shown in the diff list. When doing so, the revision ID should be updated to reflect the new basis of translation.

Note: You can find the revision ID of any revision of a page, by visiting the corresponding history and moving the pointer above any of the shown revisions; the revision number appears at the bottom of the browser window (in IE, at least.)

Example

For example, say that page Pt:Página principal is a translation into European Portuguese of revision 34884 of the Main Page. So:

{{Diff since trans|source=Main Page|rev=34884}}

in Pt:Página principal, produces a link that shows all changes to the Main Page since revision 34884, thus (follow the link to view the diff list):


{{#ifeq:

   {{#show: Main Page | ?Last revision#=}}
   | 34884
   | 
   | (synchronise)

}}

See also