Help:Editing

From FEInfobase

(Difference between revisions)
Jump to: navigation, search
(Editing the FEInfobase)
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>
<h1>Level One Headings</h1>
+
<b><font style="font-size:110%">Level Two Headings</font></b><br>
<h2>Level Two Headings</h2>
+
<b><font style="font-size:100%">Level Three Headings</font></b><br>
<h3>Level Three Headings</h3>
+
 
</td>
 
</td>
 
</tr>
 
</tr>
Line 34: Line 35:
 
== Lists ==
 
== Lists ==
  
Lists are easy to create using the star character, the more starts the deeper the list level.
+
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>

Revision as of 15:07, 26 May 2005

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
Level Two Headings
Level Three 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
  • List Item
  • List Item
    • List Item
  • List 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
  1. List Item
  2. List Item
    1. List Item
  3. List Item
  4. List Item
Personal tools