Separator Element (Data)
From HLKitWiki
Context: HL Kit … 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 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>