Help:Editing
From FEInfobase
(Difference between revisions)
(→Editing the FEInfobase) |
m (Reverted edits by BasdoMleto (Talk); changed back to last version by Taylor) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 15: | Line 15: | ||
<tr> | <tr> | ||
<td> | <td> | ||
+ | <pre> | ||
<nowiki> | <nowiki> | ||
= Level One Headings = | = Level One Headings = | ||
Line 20: | Line 21: | ||
=== Level Three Headings == | === Level Three Headings == | ||
</nowiki> | </nowiki> | ||
+ | </pre> | ||
</td> | </td> | ||
<td> | <td> | ||
− | + | <b><font style="font-size:120%">Level One Headings</font></b><br> | |
− | < | + | <b><font style="font-size:110%">Level Two Headings</font></b><br> |
− | < | + | <b><font style="font-size:100%">Level Three Headings</font></b><br> |
− | < | + | |
</td> | </td> | ||
</tr> | </tr> | ||
Line 34: | Line 35: | ||
== Lists == | == Lists == | ||
− | Lists are easy to create using the star character, the more | + | Lists are easy to create using the star character, the more stars the deeper the list level. |
<table> | <table> | ||
Line 42: | Line 43: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td> | + | <td valign="top"> |
<pre><nowiki> | <pre><nowiki> | ||
*List Item | *List Item | ||
Line 58: | Line 59: | ||
<li>List Item</li> | <li>List Item</li> | ||
</ul> | </ul> | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | == Numbered Lists == | ||
+ | |||
+ | Numbered Lists are easy to create using the hash character, the more hashes the deeper the list level. | ||
+ | |||
+ | <table> | ||
+ | <tr> | ||
+ | <th>Source</th> | ||
+ | <th>Creates</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td valign="top"> | ||
+ | <pre><nowiki> | ||
+ | #List Item | ||
+ | #List Item | ||
+ | ##Sub Item | ||
+ | #List Item | ||
+ | </nowiki></pre> | ||
+ | </td> | ||
+ | <td> | ||
+ | <ol> | ||
+ | <li>List Item</li> | ||
+ | <li>List Item</li> | ||
+ | <li><ol><li>List Item</li></ol></li> | ||
+ | <li>List Item</li> | ||
+ | <li>List Item</li> | ||
+ | </ol> | ||
</td> | </td> | ||
</tr> | </tr> | ||
</table> | </table> |
Latest revision as of 06:35, 20 December 2008
Contents |
Editing the FEInfobase
The wiki system employed here has several commands you can use to format your entries, this page outlines the commands used most often. If you are interested in the full list of commands you can find them on the [Meta Discussion Wiki]
Headings
The equals sign is used to create headings within your entries, these heading levels equate to the standard HTML heading tags.
Source | Creates |
---|---|
= Level One Headings = == Level Two Headings == === Level Three Headings == |
Level One Headings |
This wiki uses level one headings for page titles, level two headings for section titles and level 3 headings for sub headings.
Lists
Lists are easy to create using the star character, the more stars the deeper the list level.
Source | Creates |
---|---|
*List Item *List Item **Sub Item *List Item |
|
Numbered Lists
Numbered Lists are easy to create using the hash character, the more hashes the deeper the list level.
Source | Creates |
---|---|
#List Item #List Item ##Sub Item #List Item |
|