Difference between revisions of "S2 properties"

From Dreamwidth Notes
Jump to: navigation, search
(Modules)
m (s2 category)
 
(30 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
  
 +
* [[S2 properties: Date Time]]
 +
* [[S2 properties: Modules NW]]
 +
* [[S2 properties: Text NW]]
  
 
+
[[Category: S2]]
 
+
 
+
 
+
 
+
 
+
= Style =
+
 
+
== Colors ==
+
 
+
* '''Name:''' color_entry_background
+
* '''Description:''' Entry background color
+
* '''Other info:''' The default background color for all entry boxes on the page.  This should be a contrasting color to the entry text and the entry link colors.
+
 
+
* '''Name:''' color_entry_border
+
* '''Description:''' Entry border color
+
* '''Other info:''' The default color of the border around all of the entry boxes on the page.
+
 
+
* '''Name:''' color_entry_interaction_links
+
* '''Description:''' Color of interaction links and text
+
* '''Other info:''' The default color of the user-interaction links at the bottom of each entry for navigations such as 'reply to entry' or 'read comments'.
+
 
+
* '''Name:''' color_entry_link   
+
* '''Description:''' Entry link color
+
* '''Other info:''' The default color of links within the entry text.
+
 
+
* '''Name:''' color_entry_link_hover
+
* '''Description:'''
+
* '''Other info:''' The default color of links within the entry text when the user hovers the mouse over the link.
+
+
* '''Name:''' color_entry_link_visited 
+
* '''Description:'''
+
* '''Other info:''' The default color of links within the entry text when the user has clicked on the link and visited the referred to page.
+
+
* '''Name:''' color_entry_text 
+
* '''Description:''' Entry foreground color
+
* '''Other info:''' The default color of all of the text within the entry boxes that is not a link.
+
 
+
* '''Name:''' color_entry_title
+
* '''Description:''' Entry title color
+
* '''Other info:''' The default color used for each entry's title or subject line.
+
 
+
* '''Name:''' color_module_background 
+
* '''Description:''' Module background color
+
* '''Other info:''' The background color for all module boxes in the page sidebar.  This should be a contrasting color to the module text and the module link colors.
+
 
+
* '''Name:''' color_module_border 
+
* '''Description:''' Module border color
+
* '''Other info:''' The color of the border around all of the module boxes on the page sidebar.
+
 
+
* '''Name:''' color_module_link 
+
* '''Description:''' Module link color
+
* '''Other info:''' The color of links within the module boxes on the page sidebar.
+
 
+
* '''Name:''' color_module_link_active   
+
* '''Description:'''
+
* '''Other info:'''
+
 
+
* '''Name:''' color_module_link_hover   
+
* '''Description:''' Module link hover
+
* '''Other info:''' The color of links within the module boxes when the user hovers the mouse over the link.
+
 
+
* '''Name:''' color_module_text   
+
* '''Description:''' Module foreground color
+
* '''Other info:''' The color of the text within the module boxes that is not a link.
+
 
+
* '''Name:''' color_module_title 
+
* '''Description:''' Module title color
+
* '''Other info:''' The color of the titles of the module boxes in the page sidebar.
+
 
+
* '''Name:''' color_page_background   
+
* '''Description:''' Page background color
+
* '''Other info:''' The color that will display behind all of the other elements on the page
+
 
+
* '''Name:''' color_page_link   
+
* '''Description:''' Page link color
+
* '''Other info:''' The color for all links listed on the page, usually in the navigation areas.
+
 
+
* '''Name:''' color_page_text 
+
* '''Description:''' Page foreground/text color
+
* '''Other info:''' The color for all text listed on the page that is not a link.
+
 
+
== Text ==
+
+
* '''Name:''' comment_management_links 
+
* '''Description:'''
+
* '''Other info:'''
+
 
+
* '''Name:''' entry_management_links
+
* '''Description:'''
+
* '''Other info:'''
+
 
+
* '''Name:''' font_base
+
* '''Description:'''
+
* '''Other info:'''
+
 
+
* '''Name:''' font_fallback 
+
* '''Description:'''
+
* '''Other info:'''
+
 
+
 
+
== Modules ==
+
 
+
* '''Name:''' module_calendar_group
+
* '''Description:'''
+
* '''Other info:''' This is the top-level item that includes the options for '_show', '_order' and '_section', as well as '_opts_group' that contains '_opts_type'.
+
* '''Name:''' module_calendar_show
+
* '''Description:''' The tickbox next to 'Calendar'
+
* '''Other info:'''  Determines whether or not to display the calendar.
+
* '''Name:''' module_calendar_order
+
* '''Description:''' Text entry box for a number.
+
* '''Other info:''' Determines in what order the calendar will display in the layout.
+
* '''Name:''' module_calendar_opts_group
+
* '''Description:'''
+
* '''Other info:''' This is a second tier top-leveil item that includes the options for '_opts_type'.
+
* '''Name:''' module_calendar_opts_type 
+
* '''Description:''' Type of calendar display: Table or Horizontal
+
* '''Other info:''' This determines if the calendar is in a table-block style or a horizontal list of date numbers.
+
 
+
* '''Name:''' module_calendar_section 
+
* '''Description:''' Calendar with drop-down box for (none), Sidebar, Header, Footer
+
* '''Other info:''' This determines where the calendar is located on the page layout.
+
 
+
* '''Name:''' module_customtext_section
+
* '''Description:'''
+
* '''Other info:'''
+
 
+
* '''Name:''' module_layout_sections 
+
* '''Description:'''
+
* '''Other info:'''
+
 
+
* '''Name:''' module_links_section
+
* '''Description:''' Link List with drop-down box for (none), Sidebar, Header, Footer
+
* '''Other info:''' This determines where the link list is located on the page layout.
+
 
+
* '''Name:''' module_navlinks_section
+
* '''Description:''' Navigation with drop-down box for (none), Sidebar, Header, Footer
+
* '''Other info:''' This determines where the navigation links are located on the page layout.
+
 
+
* '''Name:''' module_pagesummary_section
+
* '''Description:''' Page Summary with drop-down box for (none), Sidebar, Header, Footer
+
* '''Other info:''' This determines where the page summary is located on the page layout.
+
 
+
* '''Name:''' module_poweredby_section
+
* '''Description:''' Powered By with drop-down box for (none), Sidebar, Header, Footer
+
* '''Other info:''' This determines where the 'powered by' identifier is located on the page layout.
+
 
+
* '''Name:''' module_syndicate_section
+
* '''Description:''' Syndication with drop-down box for (none), Sidebar, Header, Footer
+
* '''Other info:''' This determines where the syndication link icons are located on the page layout.
+
 
+
* '''Name:''' module_tags_section
+
* '''Description:''' Tags with drop-down box for (none), Sidebar, Header, Footer
+
* '''Other info:''' This determines where the tags list is located on the page layout.
+
 
+
* '''Name:''' module_time_section
+
* '''Description:''' Time Loaded with drop-down box for (none), Sidebar, Header, Footer
+
* '''Other info:''' This determines where the 'time loaded' indicator is located on the page layout.
+
 
+
* '''Name:''' module_userprofile_section
+
* '''Description:''' Basic Journal Info with drop-down box for (none), Sidebar, Header, Footer
+
* '''Other info:''' This determines where the user profile information is located on the page layout.
+
 
+
 
+
 
+
[[Category: Styles]]
+

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