"साचा:Autotranslate/doc" च्या विविध आवृत्यांमधील फरक

Content deleted Content added
छो +see also
imported>Sanupoudel gorkha
छो sanupoudel gorkha
ओळ १:
sanupoudel gorkha born 1986 [[--[[User:Sanupoudel gorkha|Sanupoudel gorkha]] ([[User talk:Sanupoudel gorkha|<span class="signature-talk">talk</span>]]) 13:24, 2 September 2012 (UTC)File:Sanupoudel gorkha|52px|framed|right|koh samui]]
{{Documentation subpage}}
This template is used to show a template in the user's interface language.
 
{{see also|Help:Autotranslate}}
 
== How to convert a template ==
Before you apply this template, first you have to prepare the template.
 
=== Pick a template ===
&mdash;See for example [http://commons.wikimedia.org/w/index.php?title=Template:Cc-by-1.0&oldid=12667239 Template:Cc-by-1.0 before changes].<br />
First you have to pick a template to autotranslate.<br />
''In this documentation, we will name our "selected template" as:'' <code>Template:<var>Template name</var></code>
*See [[Commons:Template i18n]] for a list of templates needing translation or translated.
 
=== Create a layout template ===
&mdash;See for example [[Template:Apache/layout]].<br />
You must create a layout template, named <code>Template:<var>Template name</var>/layout</code>, to contain the layout of all language versions of the template. The easiest way to do this is to copy a layout template of a similar template.<br />
This template should not add any categories when transcluded.
 
=== Convert existing language versions ===
&mdash;See for example [[Template:Apache/en]].<br />
All versions must be subpages of <code>Template:<var>Template name</var></code>, and his name must use the appropriate prefix, [[m:List_of_Wikipedias|as used on Wikipedia]] when adding a new language &ndash;ISO 639 language code&ndash;. For example, Spanish subpage must be named <code>Template:<var>Template name</var>/es</code><br />Usually the English language link to the main template &ndash;<code>Template:<var>Template name</var></code>&ndash;. That is incorrect, point it to the <code>Template:<var>Template name</var>/en</code> subpage.
 
Each language version of the template should be checked and converted to use the layout template &ndash;<code>Template:<var>Template name</var>/layout</code>&ndash;. Start with the English language version and compare it to the current template.
 
Note that everything that is not supposed to be included together with the template, like <code><nowiki>{{translated tag|cleanup}}</nowiki></code> or <code><nowiki>{{documentation}}</nowiki></code>, must be inside a <code>&lt;noinclude&gt;</code> tag.
 
Here is the syntax you must use for <code>Template:<var>Template name</var>/&lt;<var>prefix</var>&gt;</code>.
<nowiki>{{</nowiki><code><var>Template name</var>/layout</code>
|text=&lt;''translated text of the template''&gt;
|lang=&lt;''prefix''&gt;
<nowiki>}}&lt;noinclude>
{{translated tag|license}}
&lt;/noinclude></nowiki>
 
=== Create a documentation page ===
&mdash;See for example [[Template:Apache/doc]].<br />
Create a documentation page at <code>Template:<var>Template name</var>/doc</code>. This documentation page should include some code for creating language versions of the template. {{tl|TemplateBox}} has a <tt>|il8n=autotranslate</tt> option which provides a standard explanation of how to localise an autotranslated template.
 
=== Convert the main template ===
&mdash;See for example [[Template:Apache]].<br />
The last step is to enable the template. Be sure to check everything before you enable the template. You can cause a really big mess!
To enable the template, put this code in the template &ndash;<code>Template:<var>Template name</var></code>&ndash;.
<nowiki>{{Autotranslate|1={{{1|}}}|2={{{2|}}}|3={{{3|}}}|</nowiki>base=<var>template name</var>}}
 
== Code snippet ==
To use this template, include the following code:
<pre style="overflow:auto">
{{Autotranslate|1={{{1|}}}|2={{{2|}}}|3={{{3|}}}|4={{{4|}}}|5={{{5|}}}|6={{{6|}}}|7={{{7|}}}|8={{{8|}}}|9={{{9|}}}|base={{subst:PAGENAME}}}}
</pre>
<includeonly>[[Category:Internationalization templates]]</includeonly>