Difference between revisions of "Template:SLurl"

From Second Life Wiki
Jump to navigation Jump to search
m (might have to revert to a previous version if this doesn't work)
(revert.)
Line 1: Line 1:
<includeonly>{{ #if: {{{region}}} && {{{x}}} && {{{y}}} && {{{z}}} |[http://slurl.com/secondlife/{{urlencode:{{{region}}}}}/{{{x}}}/{{{y}}}/{{{z}}}/{{ #if: {{{title|}}} |?title={{urlencode:{{{title}}}}}|}}{{#if: {{{image|}}}|?img={{urlencode:{{{image}}}|}}{{ #if: {{{message|}}}|?msg={{urlencode:{{{message}}}|}}{{#if: {{{iframe|}}}|?iframe={{urlencode:{{{iframe}}}|}}|}}{{#if: {{{title|}}}| {{{title}}}|}}]|<strong style="color:red;">Region name as well as X, Y and Z co-ordinates are required fields.</strong>}}</includeonly><noinclude>
<includeonly>{{
#if: {{{region|}}} && {{{x|}}} && {{{y|}}} && {{{z|}}}
|[http://slurl.com/secondlife/{{urlencode:{{{region}}}}}/{{{x}}}/{{{y}}}/{{{z}}}/{{
#if: {{{title|}}}  
|?title={{urlencode:{{{title}}}}}|}}{{
#if: {{{image|}}}
|?img={{urlencode:{{{image}}}|}}{{
#if: {{{message|}}}
|?msg={{urlencode:{{{message}}}|}}{{
#if: {{{iframe|}}}
|?iframe={{urlencode:{{{iframe}}}|}}{{
#if: {{{title|}}}
| {{{title}}}|}}]| <strong style="color:red;">Region name as well as X, Y and Z co-ordinates are required fields.</strong>
 
}}</includeonly><noinclude>
This template permits the easy inclusion of a '''[http://slurl.com/ SLurl]''' as a link without the need to create them manually or via ''tinyurl'' or similar external service (which is open to spamming problems)
This template permits the easy inclusion of a '''[http://slurl.com/ SLurl]''' as a link without the need to create them manually or via ''tinyurl'' or similar external service (which is open to spamming problems)


== Usage ==
== Usage ==
<div style="font-size: 140% ;"><code><pre><nowiki>{{SLurl
<div style="font-size: 140% ;"><code><nowiki>{{SLurl
|region=Ahern
|region=Ahern
|x=18
|x=18
Line 9: Line 23:
|z=20
|z=20
|title=Ahern Welcome Area
|title=Ahern Welcome Area
}}</nowiki></pre></code></div>
}}</nowiki></code></div>


== Example ==
== Example ==

Revision as of 17:52, 12 January 2007

This template permits the easy inclusion of a SLurl as a link without the need to create them manually or via tinyurl or similar external service (which is open to spamming problems)

Usage

{{SLurl |region=Ahern |x=18 |y=11 |z=20 |title=Ahern Welcome Area }}

Example

{{

  1. if: Ahern && 18 && 11 && 20

|[http://slurl.com/secondlife/Ahern/18/11/20/?title=Ahern+Welcome+Area{{

  1. if:

|?img=%7B%7B%7Bimage%7D%7D%7D{{

  1. if:

|?msg=%7B%7B%7Bmessage%7D%7D%7DRegion name as well as X, Y and Z co-ordinates are required fields.