Difference between revisions of "Separator Element (Data)"

From HLKitWiki
Jump to: navigation, search
(New page: {{context|Kit Reference|Data File Reference|Portal Element (Data)}} ==The "separator" Element== The role of the "separator" element is to insert a vertical or horizontal bar between grou...)
 
(No difference)

Latest revision as of 03:34, 2 December 2008

Context: HL KitKit Reference … Data File Reference … Portal Element (Data) 

The "separator" Element

The role of the "separator" element is to insert a vertical or horizontal bar between groupings of portals, acting as a visual separator between them. The complete list of attributes for this element is below.

isvertical (Optional) Boolean – Indicates whether the separator should be drawn horizontally or vertically. Default: "no".

Example

The following example demonstrates what a separator portal might look like. All default values are assumed for optional attributes.

<portal id="separator" style="sepHorz">
  <separator isvertical="no"/>
  </portal>