Difference between revisions of "Template:SLurl"

From Second Life Wiki
Jump to navigation Jump to search
m (wiki-typo)
(adding numbered variable support for simple slurls)
Line 1: Line 1:
<includeonly>{{ #if: {{{region|}}} && {{{x|}}} && {{{y|}}} && {{{z|}}}||<strong style="color:red;">Region name as well as X, Y and Z co-ordinates are required fields.</strong>}}{{ #ifeq: {{{display-url}}}|enabled||[}}http://slurl.com/secondlife/{{urlencode:{{{region}}}}}/{{{x}}}/{{{y}}}/{{{z}}}/{{ #if: {{{width|}}} |?x={{{width}}}|}}{{ #if: {{{height|}}} |?y={{{height}}}|}}{{ #if: {{{title|}}} |?title={{urlencode:{{{title}}}}}|}}{{ #if: {{{image|}}}|?img={{urlencode:{{{image}}}}}|}}{{ #if: {{{message|}}} |?message={{urlencode:{{{message}}}}}|}}{{ #if: {{{iframe|}}}|?iframe={{urlencode:{{{iframe}}}}}|}}{{ #ifeq: {{{display-url}}}|enabled||{{ #ifeq: {{{no-title}}}|enabled||{{ #if: {{{title|}}}|<nowiki> </nowiki>{{{title}}}|}}|}}]}}</includeonly><noinclude>
<includeonly>{{ #if: {{{region|}}} && {{{x|}}} && {{{y|}}} && {{{z|}}}||<strong style="color:red;">Region name as well as X, Y and Z co-ordinates are required fields.</strong>}}{{ #ifeq: {{{display-url}}}|enabled||[}}http://slurl.com/secondlife/{{urlencode:{{{region|{{{region}}}|{{{1}}}}}}}}/{{{x}}}/{{{y}}}/{{{z}}}/{{ #if: {{{width|}}} |?x={{{width}}}|}}{{ #if: {{{height|}}} |?y={{{height}}}|}}{{ #if: {{{title|}}} |?title={{urlencode:{{{title}}}}}|}}{{ #if: {{{image|}}}|?img={{urlencode:{{{image}}}}}|}}{{ #if: {{{message|}}} |?message={{urlencode:{{{message}}}}}|}}{{ #if: {{{iframe|}}}|?iframe={{urlencode:{{{iframe}}}}}|}}{{ #ifeq: {{{display-url}}}|enabled||{{ #ifeq: {{{no-title}}}|enabled||{{ #if: {{{title|}}}|<nowiki> </nowiki>{{{title}}}|}}|}}]}}</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)


Line 35: Line 35:


== Examples ==
== Examples ==
'''Basic'''
'''Basic'''
{{SLurl|Ahern|18|11|20|}}
<div style="font-size:140%"><code><pre><nowiki>{{SLurl|Ahern|18|11|20|}}</nowiki></pre></code></div>


{{SLurl
{{SLurl

Revision as of 19:31, 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

Minimum Requirements

{{Slurl
|region=
|x=
|y=
|z=
|}}

Full Options

All the options found in the template are as described on the SLurl Builder, with a few exceptions:

  • Window Width and Window Height' are referred to as width and height respectively, in order to avoid confusing conflicts with the region co-ordinates.
  • no-title disables the display of the title in the wiki link. This should be set to enabled if you intend to use it.
  • display-url outputs the link as a full URL, instead of a numbered or titled link. This should be set to enabled if you intend to use it. This option forces the 'no-title' option to be ignored.
{{Slurl
|region=
|x=
|y=
|z=
|title=
|no-title=
|image=
|message=
|iframe=
|width=
|height=
|}}

Examples

Basic [1]

{{SLurl|Ahern|18|11|20|}}

Ahern Welcome Area

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

Basic, no title

[2]

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

Basic, displayed as URL

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

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