Template:GlobalText
m (cut out extra white space) |
m (Protected "Template:GlobalText" [edit=sysop:move=sysop]) |
||
(6 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly>{{#switch: {{NAMESPACE}} | + | <includeonly>{{#switch: {{NAMESPACE}} | |
− | | | + | DE = {{#if: {{{DE|}}} |{{{DE}}}|{{{EN|}}}}}| |
− | | FR = {{#if: {{{FR|}}} | {{{FR}}}| {{{EN|}}}}} | + | EO = {{#if: {{{EO|}}} |{{{EO}}}|{{{EN|}}}}}| |
− | | | + | ES = {{#if: {{{ES|}}} |{{{ES}}}|{{{EN|}}}}}| |
− | | IT = {{#if: {{{IT|}}} | {{{IT}}}| {{{EN|}}}}} | + | FR = {{#if: {{{FR|}}} |{{{FR}}}|{{{EN|}}}}}| |
− | | | + | HU = {{#if: {{{HU|}}} |{{{HU}}}|{{{EN|}}}}}| |
− | | PT = {{#if: {{{PT|}}} | {{{PT}}}| {{{EN|}}}}} | + | IT = {{#if: {{{IT|}}} |{{{IT}}}|{{{EN|}}}}}| |
− | + | LA = {{#if: {{{LA|}}} |{{{LA}}}|{{{EN|}}}}}| | |
− | | {{{EN|}}} }}</includeonly> <noinclude>[[Category:Templates]] | + | PT = {{#if: {{{PT|}}} |{{{PT}}}|{{{EN|}}}}}| |
+ | RO = {{#if: {{{RO|}}} |{{{RO}}}|{{{EN|}}}}}| | ||
+ | RU = {{#if: {{{RU|}}} |{{{RU}}}|{{{EN|}}}}}| | ||
+ | #default = {{{EN|}}}}}</includeonly> <noinclude>[[Category:Templates]] | ||
==Purpose== | ==Purpose== | ||
− | This function will provide language-context sensitive text. In the | + | 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== | ||
− | This template will | + | This template will only be used to globalize other templates. There is no point to using it in articles directly. |
==Usage== | ==Usage== | ||
− | <nowiki>{{GlobalText|EN = English text| | + | '''<nowiki>{{GlobalText|DE = German text|EN = English text|EO = Esperanto 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/> | ||
+ | EO = |<br/> | ||
+ | ES = |<br/> | ||
+ | FR = |<br/> | ||
+ | HU = |<br/> | ||
+ | IT = |<br/> | ||
+ | LA = |<br/> | ||
+ | PT = |<br/> | ||
+ | RO = |<br/> | ||
+ | RU= }} | ||
+ | |||
</noinclude> | </noinclude> |
Latest revision as of 23:31, 11 November 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 only be used to globalize other templates. There is no point to using it in articles directly.
Usage
{{GlobalText|DE = German text|EN = English text|EO = Esperanto 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 = |
EO = |
ES = |
FR = |
HU = |
IT = |
LA = |
PT = |
RO = |
RU= }}