Difference between revisions of "S2 properties: Presentation"

From Dreamwidth Notes
Jump to: navigation, search
(separate out lines)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
= num_items_recent =
 
= num_items_recent =
  
*Label: "Number of journal entries to show on recent entries page"
+
* '''Label:''' "Number of journal entries to show on recent entries page"
*Type: int
+
* '''Type:''' int
*Description: the maximum number of entries (1-50) to show at a time on the recent entries page
+
* '''Description:''' the maximum number of entries (1-50) to show at a time on the recent entries page
 +
* '''Functions:''' alias_renamed_props
  
 
= num_items_reading =
 
= num_items_reading =
  
*Label: "Number of journal entries to show on reading page"
+
* '''Label:''' "Number of journal entries to show on reading page"
*Type: int
+
* '''Type:''' int
*Description: the maximum number of entries (1-50) to show at a time on the reading page
+
* '''Description:''' the maximum number of entries (1-50) to show at a time on the reading page
 +
* '''Functions:''' alias_renamed_props
  
 
= use_journalstyle_entry_page =
 
= use_journalstyle_entry_page =
*Label: "Show entry pages in my journal style rather than the app style"
+
* '''Label:''' "Show entry pages in my journal style rather than the app style"
*Type: bool
+
* '''Type:''' bool
*Description: whether to use styled entry pages (true), or sitescheme entry pages (false).
+
* '''Description:''' whether to use styled entry pages (true), or sitescheme entry pages (false).
 +
* '''Functions:''' make_journal, alias_renamed_props
  
 
= layout_type =
 
= layout_type =
*Label: "Layout type"
+
* '''Label:''' "Layout type"
*Type: string
+
* '''Type:''' string
*Description: How many sidebars to have, and placement
+
* '''Description:''' How many sidebars to have, and placement
 +
* '''Functions:''' Page::print_wrapper_start
  
 
= sidebar_width =
 
= sidebar_width =
*Label: "Set the width of any sidebars.  Ensure that the value is given in em or px."
+
* '''Label:''' "Set the width of any sidebars.  Ensure that the value is given in em or px."
*Type: string
+
* '''Type:''' string
*Description: Width for sidebars to use, eg "15em"
+
* '''Description:''' Width for sidebars to use, eg "15em"
 +
* '''Functions:''' Page::print_default_stylesheet
  
 
= sidebar_width_doubled =
 
= sidebar_width_doubled =
*Label: "Enter in a value twice that of any sidebars.  Also ensure that the value is given in em or px."
+
* '''Label:''' "Enter in a value twice that of any sidebars.  Also ensure that the value is given in em or px."
*Description: Twice the value of sidebar_width
+
* '''Description:''' Twice the value of sidebar_width
 +
* '''Functions:''' Page::print_default_stylesheet
  
 
= use_shared_pic =  
 
= use_shared_pic =  
*Label: "Use community userpics instead of poster's userpic."
+
* '''Label:''' "Use community userpics instead of poster's userpic."
*Type: bool
+
* '''Type:''' bool
*Description: whether community entries on the reading page display with the community's default icon or the individual poster's specified icon
+
* '''Description:''' whether community entries on the reading page display with the community's default icon or the individual poster's specified icon
 
+
  
 
[[Category: S2 Properties]]
 
[[Category: S2 Properties]]

Latest revision as of 22:07, 3 May 2009

Expand: Needs overall description

num_items_recent

  • Label: "Number of journal entries to show on recent entries page"
  • Type: int
  • Description: the maximum number of entries (1-50) to show at a time on the recent entries page
  • Functions: alias_renamed_props

num_items_reading

  • Label: "Number of journal entries to show on reading page"
  • Type: int
  • Description: the maximum number of entries (1-50) to show at a time on the reading page
  • Functions: alias_renamed_props

use_journalstyle_entry_page

  • Label: "Show entry pages in my journal style rather than the app style"
  • Type: bool
  • Description: whether to use styled entry pages (true), or sitescheme entry pages (false).
  • Functions: make_journal, alias_renamed_props

layout_type

  • Label: "Layout type"
  • Type: string
  • Description: How many sidebars to have, and placement
  • Functions: Page::print_wrapper_start

sidebar_width

  • Label: "Set the width of any sidebars. Ensure that the value is given in em or px."
  • Type: string
  • Description: Width for sidebars to use, eg "15em"
  • Functions: Page::print_default_stylesheet

sidebar_width_doubled

  • Label: "Enter in a value twice that of any sidebars. Also ensure that the value is given in em or px."
  • Description: Twice the value of sidebar_width
  • Functions: Page::print_default_stylesheet

use_shared_pic

  • Label: "Use community userpics instead of poster's userpic."
  • Type: bool
  • Description: whether community entries on the reading page display with the community's default icon or the individual poster's specified icon