Difference between revisions of "Template:SLVEC object condensed"

From Second Life Wiki
Jump to navigation Jump to search
(added examples)
(flipped/added _condensed bits)
 
Line 24: Line 24:
This template is designed to work in conjunction to [[Template:SLVEC_kiosk]] -- that is, a single [[Template:SLVEC_kiosk]] heads a series of [[Template:SLVEC_object]] elements. This denotes the object(s) as contained within the kiosk.
This template is designed to work in conjunction to [[Template:SLVEC_kiosk]] -- that is, a single [[Template:SLVEC_kiosk]] heads a series of [[Template:SLVEC_object]] elements. This denotes the object(s) as contained within the kiosk.


A complimentary template which displays the same data as this but in a more condensed format can be found at [[Template:SLVEC_object_condensed]]
A complimentary template which displays the same data in a more spread-out format can be found at [[Template:SLVEC_object]]


== Usage ==
== Usage ==
<div style="font-size:140%"><code><pre><nowiki>{{SLVEC_object
<div style="font-size:140%"><code><pre><nowiki>{{SLVEC_object_condensed
  |name=
  |name=
  |description=
  |description=
Line 44: Line 44:


== Examples ==
== Examples ==
<div style="font-size:140%"><code><pre><nowiki>{{SLVEC_object
<div style="font-size:140%"><code><pre><nowiki>{{SLVEC_object_condensed
  |name=Telephone!
  |name=Telephone!
  |description=This device allows you to call your friends.
  |description=This device allows you to call your friends.
Line 52: Line 52:
  |}}</nowiki></pre></code></div>
  |}}</nowiki></pre></code></div>


{{SLVEC_object
{{SLVEC_object_condensed
  |name=Telephone!
  |name=Telephone!
  |description=This device allows you to call your friends.
  |description=This device allows you to call your friends.
Line 60: Line 60:
  |}}
  |}}


<div style="font-size:140%"><code><pre><nowiki>{{SLVEC_object
<div style="font-size:140%"><code><pre><nowiki>{{SLVEC_object_condensed
  |name=Note pad
  |name=Note pad
  |description=This device captures all notes chatted by its owner.
  |description=This device captures all notes chatted by its owner.
Line 66: Line 66:
  |}}</nowiki></pre></code></div>
  |}}</nowiki></pre></code></div>


{{SLVEC_object
{{SLVEC_object_condensed
  |name=Note pad
  |name=Note pad
  |description=This device captures all notes chatted by its owner.
  |description=This device captures all notes chatted by its owner.

Latest revision as of 13:45, 22 August 2008

Overview

This template is designed to work in conjunction to Template:SLVEC_kiosk -- that is, a single Template:SLVEC_kiosk heads a series of Template:SLVEC_object elements. This denotes the object(s) as contained within the kiosk.

A complimentary template which displays the same data in a more spread-out format can be found at Template:SLVEC_object

Usage

{{SLVEC_object_condensed
 |name=
 |description=
 |add_date=
 |prims=
 |scripts=
 |}}
  • name is the name of the kiosk object
  • description is for providing a brief overview
  • add_date is the date the object was added (not updated or modified)
  • prims is the count of primitives comprising the object (REQUIRED)
  • scripts is the count of scripts contained within the entire object

NOTE:item number is auto-generated and, for proper functioning, must be used in conjunction with Template:SLVEC_kiosk.

Examples

{{SLVEC_object_condensed
 |name=Telephone!
 |description=This device allows you to call your friends.
 |add_date=8/22/2008
 |prims=1
 |scripts=8
 |}}
Item Number   Name: Telephone!
1 Description: This device allows you to call your friends.
Date: 22-Aug-2008
Prims: 1
Scripts: 8

{{SLVEC_object_condensed
 |name=Note pad
 |description=This device captures all notes chatted by its owner.
 |add_date=3-Sep-07
 |}}
Item Number   Name: Note pad
2 Description: This device captures all notes chatted by its owner.
Date: 03-Sep-2007
Prims: MISSING DATA!
Scripts: (none)