Difference between revisions of "Template:Sw.slr"

From Second Life Wiki
Jump to navigation Jump to search
(just realised the zero-configuration mode programed in :-P)
m (→‎Examples: diversified examples)
Line 36: Line 36:
== Examples ==
== Examples ==
*{{sw.slr|resident|SignpostMarv Martin}}
*{{sw.slr|resident|SignpostMarv Martin}}
*{{sw.slr|resident|SignpostMarv Martin|land}}
*{{sw.slr|resident|Codebastard Redgrave|land}}
*{{sw.slr|resident|SignpostMarv Martin|mentioned}}
*{{sw.slr|resident|Blue Linden|mentioned}}
*{{sw.slr|region|Hippotropolis}}
*{{sw.slr|region|Hippotropolis}}
*{{sw.slr|place|Hippotropolis|Linden Open Source Project HQ}}
*{{sw.slr|place|Hippotropolis|Linden Open Source Project HQ}}
</noinclude>
</noinclude>

Revision as of 09:33, 8 March 2008

Usage

Basic

The basic usages are for those situations where zero configuration is a bonus!

Not so much for resident articles, but more for regions, the zero configuration mode means not having to alter the parameters of the wiki code if the region is renamed- just move the wiki article itself to reflect the region's name change :-P

  • {{sw.slr|resident}} in an article on a Resident or in the Resident's wiki profile will give a direct link to that Resident's semantic web profile
  • {{sw.slr|region}} in an article on a region will give a direct link to that region's semantic web profile

Advanced

{{sw.slr|entity type|entity name|entity sub-name/url text|url text}}

Parameters

  1. entity type can be:
    • resident
    • region
    • place
  2. entity name
    • the name of a Resident
    • the name of a region
  3. entity sub-name/url text
    • if the entity type is resident or region, this parameter is optional. If supplied, is used as custom text for the link
      • if the entity type is place and no parameter is specified, the template defaults to a region entity type without custom text.
      • if the entity type is place and a parameter is specified, it specified the parcel name within the region specified ny entity name
  4. url text
    • if the entity type is place, this parameter is optional. If supplied, is used as custom text for the link
    • all other entity types ignore this parameter.

Examples