Difference between revisions of "Template:SLVEC object public"

From Second Life Wiki
Jump to navigation Jump to search
m (Added category, as per the old SLVEC guidelines — all SLVEC-related pages ought to be in the Category:SL Volunteer Education Center)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{|style='padding:8px;border:solid black 1px'
<includeonly>{|style='padding:8px;border:solid black 1px;width:100%'
  |-
  |-
  |'''Creator:'''||[[User:{{{creator}}}|{{{creator}}}]]
  |'''Owner:'''||[[User:{{{owner}}}|{{{owner}}}]]
  |-
  |-
  |'''Name:'''||{{{name|{{wFont|color:red|text=MISSING!}}}}}
  |'''Name:'''||{{{name|{{wFont|color:red|text=MISSING!}}}}}
|-style='vertical-align:top'
|'''Location(s):'''||{{{location}}}
  |-style='vertical-align:top'
  |-style='vertical-align:top'
  |'''Description:'''||{{{description|(none)}}}
  |'''Description:'''||{{{description|(none)}}}
|-style='vertical-align:top'
|'''Notes:'''||{{{notes|''(none)''}}}
  |-
  |-
|'''Location(s):'''||{{{location}}}
  |colspan=2 align=center style='border:dashed gray 1px'|
|-
  {|
  |colspan=2 style='border:dashed gray 1px'|
   |-style='font-size:8pt'
  {|style='text-align:center'
  |'''Added on:'''||style='padding-right:8px'|{{#time:d-M-Y|{{{add_date}}}}}
   |-
   |'''Quantity:'''||style='padding-right:8px'|{{{quantity|{{wFont|color=red|text=MISSING!}}}}}
  |style='text-align:center;padding:6px'|'''Added on:'''||{{#time:d-M-Y|{{{add_date}}}}}
   |'''Prims (each):'''||style='padding-right:8px'|{{{prims_each|{{wFont|color=red|text=MISSING!}}}}}
   |style='text-align:center;padding:6px'|'''Quantity:'''||{{{quantity|{{wFont|color=red|text=MISSING!}}}}}
   |'''Scripts (each):'''||style='padding-right:8px'|{{{scripts_each|{{wFont|color=red|text=MISSING!}}}}}
   |style='text-align:center;padding:6px'|'''Prims (each):'''||{{{prims_each|{{wFont|color=red|text=MISSING!}}}}}
   |style='text-align:center;padding:6px'|'''Scripts (each):'''||{{{scripts_each|{{wFont|color=red|text=MISSING!}}}}}
   |}
   |}
  |}
  |}<br></includeonly><noinclude>__NOTOC__
</includeonly>
== Overview ==
This template is designed to be used to identify "free-range" objects placed on [[SLVEC]] by volunteers.
 
== Usage ==
<div style="font-size:140%"><code><pre><nowiki>{{SLVEC_object_public
|owner=
|name=
|location=
|description=
|add_date=
|quantity=
|prims_each=
|scripts_each=
|notes=
}}</nowiki></pre></code></div>
 
* ''owner'' is the name of the volunteer who owns the object
* ''name'' is the name of the public object
* ''location'' identifies the place(s) where the item(s) are located; can be ''(various)''
* ''description'' is for providing a brief overview
* ''add_date'' is the date the object was added (not updated or modified)
* ''quantity'' is the '''TOTAL''' number of objects of this type placed on public ground
* ''prims_each'' is the count of primitives comprising '''EACH''' object
* ''scripts_each'' is the count of scripts contained within '''EACH'' object
* ''notes'' is options
 
{{wFont|color=red|text=NOTE: all fields are REQUIRED (except for ''notes'')!}}
 
== Examples ==
<div style="font-size:140%"><code><pre><nowiki>{{SLVEC_object_public
|owner=Neovo Geesink
|name=teleporters
|location=[[SLVEC]], Scathered at 16 key points
|description=interlinked teleporters; this makes crossing the sim and finding a certain location easier.
|add_date=03/26/2008
|quantity=16
|prims_each=1
|scripts_each=3
|notes=Here is a bit of a note!
}}</nowiki></pre></code></div>
 
{{SLVEC_object_public
|owner=Neovo Geesink
|name=teleporters
|location=[[SLVEC]], Scathered at 16 key points
|description=interlinked teleporters; this makes crossing the sim and finding a certain location easier.
|add_date=03/26/2008
|quantity=16
|prims_each=1
|scripts_each=3
|notes=Here is a bit of a note!
}}
</noinclude>
[[Category:SL Volunteer Education Center]]

Latest revision as of 17:03, 3 February 2023

Overview

This template is designed to be used to identify "free-range" objects placed on SLVEC by volunteers.

Usage

{{SLVEC_object_public
 |owner=
 |name=
 |location=
 |description=
 |add_date=
 |quantity=
 |prims_each=
 |scripts_each=
 |notes=
}}
  • owner is the name of the volunteer who owns the object
  • name is the name of the public object
  • location identifies the place(s) where the item(s) are located; can be (various)
  • description is for providing a brief overview
  • add_date is the date the object was added (not updated or modified)
  • quantity is the TOTAL number of objects of this type placed on public ground
  • prims_each is the count of primitives comprising EACH object
  • scripts_each is the count of scripts contained within 'EACH object
  • notes is options

NOTE: all fields are REQUIRED (except for notes)!

Examples

{{SLVEC_object_public
 |owner=Neovo Geesink
 |name=teleporters
 |location=[[SLVEC]], Scathered at 16 key points
 |description=interlinked teleporters; this makes crossing the sim and finding a certain location easier.
 |add_date=03/26/2008
 |quantity=16
 |prims_each=1
 |scripts_each=3
 |notes=Here is a bit of a note!
}}
Owner: Neovo Geesink
Name: teleporters
Location(s): SLVEC, Scathered at 16 key points
Description: interlinked teleporters; this makes crossing the sim and finding a certain location easier.
Notes: Here is a bit of a note!
Added on: 26-Mar-2008 Quantity: 16 Prims (each): 1 Scripts (each): 3