⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

'''Translation of''': {{#if:{{{version|}}}|[http://{{SERVERNAME}}/mw/index.php?oldid={{{version}}}#{{{1}}} {{{1}}} (old version)]|{{#if:{{{subpage|}}}|[[../{{{1}}}|{{{1}}}]]|[[#{{{1}}}|{{{1}}}]]}}}}{{#if:{{{2|}}}| – {{{2}}} }}

This template marks a programming example as a translation of another one on the same task page.

Purpose

Sometimes examples are translated directly from other examples by multi-lingual users. This is a template to help people see where examples came from when they were translated directly from other languages. Of course the idea of RC is that all of the examples on a page do exactly the same thing in the same way, but this is not always possible. Examples that differ in this way may still be able to be translated back and forth. Some examples need to use fundamentally different methods to do things where certain things aren't available in a language (GUIs, data structures, etc.) or languages aren't similar in a way that relates to the task. These examples probably cannot be translated between each other.

Usage

; First argument: : The other programming language, spelled exactly as its heading is spelled on the same task page. This link will take them to that example. ; Second argument ''(optional): : Summary of changes, or other remarks about the translation. ; Named arguments ''(optional): :{| |- | subpage — || Set to 1 if the examples for this task are on subpages (i.e. pages named ''Taskname/Langname''), so that the link can be adjusted accordingly. |- | version — || Set to a version number if you want to link to an old version page |}

{| class="wikitable" |- ! Example ! Renders as |- | {{trans|Python}} | {{trans|Python}} |- | {{trans|Python|without the error handling}} | {{trans|Python|without the error handling}} |- | {{trans|Python|subpage=1}} | {{trans|Python}} |- | {{trans|Haskell|version=256063}} | {{trans|Haskell|version=256063}} |}

{{template}}