Template:Translate-status/link2012

From Meta, a Wikimedia project coordination wiki
Template documentation


This template is the base template for translation projects. It is meant to be simpler to use for translators than the Translation2 template is.

(This documentation page is not done, it will be completed later.)

Usage[edit]

Usage[edit]

The template uses a system of subtemplates for projects and languages to give the translators and easy overview of the pages that need to be translated into their language.

Create a new translation project[edit]

To create a new translation project, create a subtemplate of this one containing the following parameters:

{{Translate-status/core
| project = <project name>
| language = {{{language|en}}}

| page1 = ''<Page name 1>''
| page2 = ''<Page name 2>''
| page3 = ''<Page name 3>''
...
| page20 = ''<Page name 20>''

| status1 = {{{<Page name 1>|}}}
| status2 = {{{<Page name 2>|}}}
| status3 = {{{<Page name 3>|}}}
...
| status20 = {{{<Page name 20>|}}}
}}

Example[edit]

{{Translate-status/core
| project = Fundraising 2011
| language = {{{language|en}}}

| page1 = Core messages
| page2 = Jimmy Appeal 001

| status1 = {{{Core messages|}}}
| status2 = {{{Jimmy Appeal 001|}}}
}}

Creating preload template[edit]

{{Translate-status/<project name>
| language = {{<includeonly>subst:</includeonly>SUBPAGENAME}}

| <Page name 1>  =
| <Page name 2>  =
| <Page name 3>  =
...
| <Page name 20> =
}}

Example[edit]

{{Translate-status/Fundraising 2011
| language = {{<includeonly>subst:</includeonly>SUBPAGENAME}}

| Core messages    =
| Jimmy Appeal 001 =
}}

Include creation link in translation page[edit]

...