Difference between revisions of "Template:Region"

From Second Life Wiki
Jump to navigation Jump to search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude>
<includeonly>{{#switch:{{{rating|}}}
{{#switch:{{#lc:{{{rating|}}}}}
   | a|adult = [[File:Parcel_lght_A.png]]
   | a|adult = [[File:Parcel_lght_A.png]]
   | m|moderate = [[File:Parcel_lght_M.png]]
   | m|moderate = [[File:Parcel_lght_M.png]]
   | g|general = [[File:Parcel_lght_G.png]]
   | g|general = [[File:Parcel_lght_G.png]]
}} [{{#switch:{{{grid|}}}
  | aditi = {{#if:{{{webmap|}}}||secondlife://Aditi/secondlife/}}
  | #default|agni = {{#if:{{{webmap|}}}|https://maps.secondlife.com/secondlife/|secondlife://}}
}}{{#urlencode:{{{region|{{{1|}}}}}}|PATH}}/{{#if:{{{x|{{{2|}}}}}}|{{#if:{{{y|{{{3|}}}}}}|{{{x|{{{2}}}}}}/{{{y|{{{3}}}}}}{{#if:{{{z|{{{4|}}}}}}|/{{{z|{{{4}}}}}}}}}}}} {{{text|{{{region|{{{1}}}}}}{{#switch:{{{showpos|true}}}|#default|true|1|yes=&#32;({{#if:{{{x|{{{2|}}}}}}|{{#if:{{{y|{{{3|}}}}}}|{{{x|{{{2}}}}}}, {{{y|{{{3}}}}}}{{#if:{{{z|{{{4|}}}}}}|, {{{z|{{{4}}}}}}}}}}}})|false|0|no=}}}}}]</includeonly>
<noinclude>==Demo==
{{Region
| region      = Bug Island
| x = 128
| y = 128
| rating = g
}}
}}
[[secondlife://{{#switch:{{#lc:{{{grid|}}}}}
{{Region|Bug Island|12|34|56
  | aditi = Aditi/secondlife/
| rating = g
}}{{#urlencode:{{{region|}}}|PATH}}/{{#if:{{{x|}}}|{{#if:{{{y|}}}|{{{x}}}/{{{y}}}{{#if:{{{z|}}}|{{{z}}}}}}}}} {{{region}}} ({{#if:{{{x|}}}|{{#if:{{{y|}}}|{{{x}}}, {{{y}}}{{#if:{{{z}}}|, {{{z}}}}}}}})]]
}}
</onlyinclude>
{{Region|Bug Island|12|34|56
<noinclude>{{Region|rating=adult|grid=aditi|region=Sandbox Wanderton}}</noinclude>
| rating = g
| showpos = false
}}
{{Region|Bug Island|12|34|56
| rating = g
| text = Meme
}}
==Usage==
<pre style="overflow:auto">
{{Region
| region       = Name of the region
}}</pre>
The following syntax is also acceptable:
<pre style="overflow:auto">
{{Region|region name|x|y|z|rating=a}}
</pre>
 
Extra options:
<pre style="overflow:auto">
| x            = X location
| y            = Y location
| z            = Z location
| rating       = a/adult, m/moderate, or g/general. This prepends a rating icon
| grid         = Currently only supports "Aditi" as a option, default is no grid/default location
| webmap      = If present, it will use the webmap URL instead of a secondlife:// url.
| showpos      = Defaults to "no", if "yes", the position part will be omitted.
| text        = Show this text instead of "Region [(x, y[, z])]"
</pre>
</noinclude>

Latest revision as of 21:08, 26 September 2018

Demo

Parcel lght G.png Island|PATH}}/128/128 Bug Island (128, 128)

Parcel lght G.png Island|PATH}}/12/34/56 Bug Island (12, 34, 56)

Parcel lght G.png Island|PATH}}/12/34/56 Bug Island

Parcel lght G.png Island|PATH}}/12/34/56 Meme

Usage

{{Region
| region       = Name of the region
}}

The following syntax is also acceptable:

{{Region|region name|x|y|z|rating=a}}

Extra options:

| x            = X location
| y            = Y location
| z            = Z location
| rating       = a/adult, m/moderate, or g/general. This prepends a rating icon
| grid         = Currently only supports "Aditi" as a option, default is no grid/default location
| webmap       = If present, it will use the webmap URL instead of a secondlife:// url.
| showpos      = Defaults to "no", if "yes", the position part will be omitted.
| text         = Show this text instead of "Region [(x, y[, z])]"