Help:Editing

From FEInfobase

(Difference between revisions)
Jump to: navigation, search
(Editing Help for the wiki)
 
m (Reverted edits by BasdoMleto (Talk); changed back to last version by Taylor)
 
(5 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
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 [[http://meta.wikimedia.org/wiki/Help:Editing Meta Discussion Wiki]]
 
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 [[http://meta.wikimedia.org/wiki/Help:Editing Meta Discussion Wiki]]
  
== Headings ==
+
==Headings==
  
 
The equals sign is used to create headings within your entries, these heading levels equate to the standard HTML heading tags.
 
The equals sign is used to create headings within your entries, these heading levels equate to the standard HTML heading tags.
Line 15: Line 15:
 
<tr>
 
<tr>
 
<td>
 
<td>
<pre><nowiki>
+
<pre>
 +
<nowiki>
 
= Level One Headings =
 
= Level One Headings =
 
== Level Two Headings ==
 
== Level Two Headings ==
 
=== Level Three Headings ==  
 
=== Level Three Headings ==  
</nowiki></pre>
+
</nowiki>
 +
</pre>
 
</td>
 
</td>
 
<td>
 
<td>
<h1>Level One Headings</h1>
+
<b><font style="font-size:120%">Level One Headings</font></b><br>
<h2>Level Two Headings</h2>
+
<b><font style="font-size:110%">Level Two Headings</font></b><br>
<h3>Level Three Headings</h3>
+
<b><font style="font-size:100%">Level Three Headings</font></b><br>
 
</td>
 
</td>
 
</tr>
 
</tr>
Line 33: 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 41: Line 43:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>
+
<td valign="top">
 
<pre><nowiki>
 
<pre><nowiki>
 
*List Item
 
*List Item
Line 57: 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
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