Home
About
Policies
FAQ
Forums
Registration
Password Recovery

Property List

From Tapestries MUCK

(Difference between revisions)
Jump to: navigation, search
(Explained what a list was)
(Fixed sections.)
Line 1: Line 1:
-
==List==
+
A '''property list''' is commonly used for storing multi-line descriptions and anything else that might need a home for a large block of text.  You can create a list using [[lsedit]].
-
A list is commonly used for storing multiline descriptions and anything else that might need a home for a large block of text.  You can create a list using [[lsedit]].
+
==Technical Syntax==
 +
While not particularly important to know, it can be useful to know that at the core a list is just bunch of numbered props in a [[propdir]].
-
===Technical Syntax===
 
-
 
-
While not particularly important to know, it can be useful to know that at the core a list is just bunch of numbered props in a [[propdir]].
 
<pre>lsedit me=example
<pre>lsedit me=example
<    Welcome to the list editor.  You can get help by entering '.h'    >
<    Welcome to the list editor.  You can get help by entering '.h'    >

Revision as of 10:36, 25 April 2007

A property list is commonly used for storing multi-line descriptions and anything else that might need a home for a large block of text. You can create a list using lsedit.

Technical Syntax

While not particularly important to know, it can be useful to know that at the core a list is just bunch of numbered props in a propdir.

lsedit me=example
<    Welcome to the list editor.  You can get help by entering '.h'     >
< '.end' will exit and save the list.  '.abort' will abort any changes. >
<    To save changes to the list, and continue editing, use '.save'     >
< Insert at line 7 >
.l
this
is
an
example
list
pretty simple huh?
< listed 6 lines starting at line 1 >
.abort
< Edit aborted. >
< list not saved. >
ex me=example#/
str /example#/1:this
str /example#/2:is
str /example#/3:an
str /example#/4:example
str /example#/5:list
str /example#/6:pretty simple huh?
6 properties listed.
Personal tools
Namespaces
Variants
Actions
navagation
information
wiki
Toolbox