Template:GlobalText

From NovaRoma
(Difference between revisions)
Jump to: navigation, search
(enable RO)
m (add test for RU)
Line 8: Line 8:
 
| PT = {{#if: {{{PT|}}} | {{{PT}}}| {{{EN|}}}}}  
 
| PT = {{#if: {{{PT|}}} | {{{PT}}}| {{{EN|}}}}}  
 
| RO = {{#if: {{{RO|}}} | {{{RO}}}| {{{EN|}}}}}  
 
| RO = {{#if: {{{RO|}}} | {{{RO}}}| {{{EN|}}}}}  
 +
| RU = {{#if: {{{RU|}}} | {{{RU}}}| {{{EN|}}}}}
 
| {{{EN|}}} }}</includeonly> <noinclude>[[Category:Templates]]
 
| {{{EN|}}} }}</includeonly> <noinclude>[[Category:Templates]]
 
==Purpose==
 
==Purpose==
  
This function will provide language-context sensitive text. In the DE, ES, FR, HU, IT, LA, PT, RO namespaces, text will appear in the namespace language, if provided. In all other namespaces, and in the case that no translation is provided, the English text will appear..
+
This function will provide language-context sensitive text. In the DE, ES, FR, HU, IT, LA, PT, RO, RU namespaces, text will appear in the namespace language, if provided. In all other namespaces, and in the case that no translation is provided, the English text will appear..
  
 
==Scope==
 
==Scope==
Line 19: Line 20:
 
==Usage==
 
==Usage==
  
<nowiki>{{GlobalText|DE = German text|EN = English text|ES = Spanish text|FR = French text|HU = Hungarian text|IT = Italian text|LA = Latin text|PT = Portuguese text|RO = Romanian text}}</nowiki>
+
<nowiki>{{GlobalText|DE = German text|EN = English text|ES = Spanish text|FR = French text|HU = Hungarian text|IT = Italian text|LA = Latin text|PT = Portuguese text|RO = Romanian text|RU = Russian text}}</nowiki>
  
 
All values are optional, except that the English text is used as a default, so should always be provided. If no texts are provided, nothing will be returned.
 
All values are optional, except that the English text is used as a default, so should always be provided. If no texts are provided, nothing will be returned.
 +
 +
For your copy/paste pleasure:
 +
 +
<nowiki>{{GlobalText</nowiki>|<br/>
 +
DE = |<br/>
 +
EN = |<br/>
 +
ES = |<br/>
 +
FR = |<br/>
 +
HU = |<br/>
 +
IT = |<br/>
 +
LA = |<br/>
 +
PT = |<br/>
 +
RO = |<br/>
 +
RU= }}
 +
 
</noinclude>
 
</noinclude>

Revision as of 02:03, 15 March 2008

Purpose

This function will provide language-context sensitive text. In the DE, ES, FR, HU, IT, LA, PT, RO, RU namespaces, text will appear in the namespace language, if provided. In all other namespaces, and in the case that no translation is provided, the English text will appear..

Scope

This template will generally be used to globalize other templates. There is no point to using it in articles directly.

Usage

{{GlobalText|DE = German text|EN = English text|ES = Spanish text|FR = French text|HU = Hungarian text|IT = Italian text|LA = Latin text|PT = Portuguese text|RO = Romanian text|RU = Russian text}}

All values are optional, except that the English text is used as a default, so should always be provided. If no texts are provided, nothing will be returned.

For your copy/paste pleasure:

{{GlobalText|
DE = |
EN = |
ES = |
FR = |
HU = |
IT = |
LA = |
PT = |
RO = |
RU= }}


Personal tools