Difference between revisions of "User:Adrian breau"

From EVE University Wiki
Jump to: navigation, search
Line 62: Line 62:
  
 
=====Adding a header=====
 
=====Adding a header=====
 +
Coded:
 +
 +
<pre><nowiki>
 +
{|
 +
|+ The plus adds a centered header
 +
|Top Left
 +
|Top Center
 +
|Top Right
 +
|-
 +
|Middle Left
 +
|Middle Center
 +
|Middle Right
 +
|-
 +
|Bottom Left
 +
|Bottom Center
 +
|Bottom Right
 +
|}
 +
</nowiki></pre>
 +
 +
Applied:
 +
 +
{|
 +
|+ The plus adds a centered header
 +
|Top Left
 +
|Top Center
 +
|Top Right
 +
|-
 +
|Middle Left
 +
|Middle Center
 +
|Middle Right
 +
|-
 +
|Bottom Left
 +
|Bottom Center
 +
|Bottom Right
 +
|}

Revision as of 01:19, 13 September 2013

I'm just messing around with the wiki formatting a bit, so feel free to ignore this

First Part

Wherein the wiki begins.

Opening a chapter for editing also allows you to edit each of it's subsets unti the next article with the same number of ='s

Additionalls, you must have a full space between lines to actually separate them

Two Equals makes it a subset

Three makes it even smaller

And also removes the underscore

But what about four?

And then there's five

Which gives it it's own Table of Contents

Going back to one makes a new section

Which I will use to explain the rest of the wiki mechanics

Tables

Because tables are confusing as shit

Basic Construction

First off, to enter something in a box without actually performing that enter

<pre><nowiki>"text"< /nowiki>< /pre> (without the spaces)

Alright, onto tables.

A basic table

Coded:

{|
|Top Left
|Top Center
|Top Right
|-
|Middle Left
|Middle Center
|Middle Right
|-
|Bottom Left
|Bottom Center
|Bottom Right
|}

Applied:

Top Left Top Center Top Right
Middle Left Middle Center Middle Right
Bottom Left Bottom Center Bottom Right
Adding a header

Coded:

{|
|+ The plus adds a centered header
|Top Left
|Top Center
|Top Right
|-
|Middle Left
|Middle Center
|Middle Right
|-
|Bottom Left
|Bottom Center
|Bottom Right
|}

Applied:

The plus adds a centered header
Top Left Top Center Top Right
Middle Left Middle Center Middle Right
Bottom Left Bottom Center Bottom Right