Difference between revisions of "Template:Winlink test"

From Second Life Wiki
Jump to navigation Jump to search
m
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#ifeq: {{#var:lang}} | {{#sub:{{{1}}}|-3}} | {{#vardefine:ext|}} | {{#vardefine:ext|{{#var:lang}}}} }}
{{#ifeq: {{#var:lang}} | {{#sub:{{{1}}}|-3}} | {{#vardefine:ext|}} | {{#vardefine:ext|{{#var:lang}}}} }}
<span style="text-transform:uppercase">[[Viewerhelp:{{{1}}}{{#var:lang}}|{{{2|{{{1}}}}}}]]</span>
{{#if:{{{2}}}|{{#vardefine:ext|}}|}}
<span style="text-transform:uppercase">[[Viewerhelp:{{{1}}}{{#var:ext}}|{{{2|{{{1}}}}}}]]</span>
 
Last 3 of param: {{#sub:{{{1}}}|-3}}
 
'''Lang code is {{#var:lang}}'''
 
Ext code is {{#var:ext}}
 
So article linked to is {{{1}}}{{#var:ext}}
 
 
 
 
<noinclude>
<noinclude>


Creates a link to an article, and displays text in ALL CAPITALS (per Viewer 2.0 convention).
If the lang code is equal to the last three characters of the article title (e.g. "/de"), then define var "ext" to be lang. 
 
Parameters:
* 1 = Title of article to link to without the "Viewerhelp:" namespace string, e.g. "About - Credits"
* 2 = Text to display; default is value of parameter #1
[[Category:Viewer Help Templates]]
</noinclude>
</noinclude>

Latest revision as of 10:27, 7 October 2010


[[Viewerhelp:{{{1}}}|{{{1}}}]]

Last 3 of param: }}}

Lang code is

Ext code is

So article linked to is {{{1}}}




If the lang code is equal to the last three characters of the article title (e.g. "/de"), then define var "ext" to be lang.