Difference between revisions of "S2 properties"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with ''''S2 properties''' = Information and Template = This page will have a list of all properties used by Core2. Template to use: <pre><nowiki>= propgroup name = == property na...')
 
m (s2 category)
 
(36 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''S2 properties'''
+
= Overview =
  
= Information and Template =
+
This page will have a list of all properties used by Core2.  Note that individual layouts may define extra properties beyond those in Core2.
  
This page will have a list of all properties used by Core2.
+
Property types can be bool (true/false), int (numbers), or strings (text)
  
Template to use:
+
= Wizard properties =
  
<pre><nowiki>= propgroup name =
+
* [[S2 properties: Presentation]]
 +
* [[S2 properties: Colors]]
 +
* [[S2 properties: Images]]
 +
* [[S2 properties: Modules]]
 +
* [[S2 properties: Text]]
 +
* [[S2 properties: Custom CSS]]
  
== property name=
+
= Other / unclassified =
  
* '''Name:''' the in-code name for the property
+
* [[S2 properties: Unclassified]]
* '''Description:''' the in-code description (how it's labeled on the wizard)
+
* '''Other info:''' if needed, further descriptioning.
+
</nowiki></pre>
+
  
{{Note|text=Propgroups only need to be listed once; all of the properties in that group can be added under the one header.}}
+
= Non-wizard Properties =
  
 +
These can be used/changed by layouts, but are not user-facing choices
  
[[Category: Styles]]
+
* [[S2 properties: Date Time]]
 +
* [[S2 properties: Modules NW]]
 +
* [[S2 properties: Text NW]]
 +
 
 +
[[Category: S2]]

Latest revision as of 03:01, 4 May 2009

Overview

This page will have a list of all properties used by Core2. Note that individual layouts may define extra properties beyond those in Core2.

Property types can be bool (true/false), int (numbers), or strings (text)

Wizard properties

Other / unclassified

Non-wizard Properties

These can be used/changed by layouts, but are not user-facing choices