Difference between revisions of "Template:SLVEC object public"
Jump to navigation
Jump to search
(added border, alignment, and padding for embedded table) |
m (Added category, as per the old SLVEC guidelines — all SLVEC-related pages ought to be in the Category:SL Volunteer Education Center) |
||
(25 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{|style='padding:8px;border:solid black | <includeonly>{|style='padding:8px;border:solid black 1px;width:100%' | ||
|- | |- | ||
|'' | |'''Owner:'''||[[User:{{{owner}}}|{{{owner}}}]] | ||
|- | |- | ||
|''Name:''||{{{name|{{wFont|color:red|text=MISSING!}}}}} | |'''Name:'''||{{{name|{{wFont|color:red|text=MISSING!}}}}} | ||
|-style='vertical-align:top' | |-style='vertical-align:top' | ||
|''Description:''||{{{description| | |'''Location(s):'''||{{{location}}} | ||
|- | |-style='vertical-align:top' | ||
|'' | |'''Description:'''||{{{description|(none)}}} | ||
|-style='vertical-align:top' | |||
|'''Notes:'''||{{{notes|''(none)''}}} | |||
|- | |- | ||
|colspan=2 style='border:dashed gray 1px | |colspan=2 align=center style='border:dashed gray 1px'| | ||
{| | {| | ||
|''Added on:'' {{#time:d-M-Y|{{{add_date}}}}} | |-style='font-size:8pt' | ||
|''Quantity:'' {{{quantity|{{wFont|color=red|text=MISSING!}}}}} | |'''Added on:'''||style='padding-right:8px'|{{#time:d-M-Y|{{{add_date}}}}} | ||
|''Prims (each):'' {{{prims_each|{{wFont|color=red|text=MISSING!}}}}} | |'''Quantity:'''||style='padding-right:8px'|{{{quantity|{{wFont|color=red|text=MISSING!}}}}} | ||
|''Scripts (each):'' {{{scripts_each|{{wFont|color=red|text=MISSING!}}}}} | |'''Prims (each):'''||style='padding-right:8px'|{{{prims_each|{{wFont|color=red|text=MISSING!}}}}} | ||
|'''Scripts (each):'''||style='padding-right:8px'|{{{scripts_each|{{wFont|color=red|text=MISSING!}}}}} | |||
|} | |} | ||
|} | |}<br></includeonly><noinclude>__NOTOC__ | ||
</ | == 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 16: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! | ||||||||
|