Wiki-Syntax Separators | |
On this page, you'll learn how to use separators on Wiki pages and other area that support Wiki formatting (including articles, forums, and blogs). Separators are a general term that includes: Rulers, Boxes, Headers, and the Tables of Contents. |
Horizontal Rule | |
A horizontal rule can be created with four hyphen (-) characters. Horizontal rules are HTML block-level elements, which means they are the full width of whatever they are contained by on the page. Example: Copy to clipboard
Produces the line below: (Note: The Fivealive theme seems to be making the horizontal rule the same color as the background, and so, invisible. This will be fixed shortly.) Horizontal rules can be styled in various ways if the CSS for the theme overrides the user's browser default styling. |
Title Bar | |
The Title Bar is similar to a Horizontal Rule in that it produces a line that stretches across the page, although a Title Bar contains text on it. A Title Bar needs to be on its own line and is created with the Hyphen (-) and Equal (=) characters. Example: Copy to clipboard
Will produce the following Title Bar: This is a Title Bar
The text on a Title Bar can be centered and/or colored, and should be able to contain other HTML elements such as an image since it is actually a div. However, the function of a Title Bar as essentially a horizontal divider should be kept in mind. Example: Copy to clipboard
Will produce the following Title Bar: ::A Red Centered Title Bar::
|
Boxes | |
Boxes are added with the Caret (^) character. This character can be located anywhere on a line but it should be the first character. The first Caret indicates where the Box will starts and a second Caret (on this or another line) indicates where the Box is to end. Example: Copy to clipboard
Will produce: This is a Box See also pluginBox. |
Page Breaks | |
Page breaks allow you to control the length of a page for easy reading. A new page can be added anywhere but should start at the beginning of a line. A page break uses 3 Periods (.), the keyword page and another 3 periods (.) Example: |