User:Eldin/Workshop
From Guild Wars Wiki
Welcome to the workshop. Either return to my userpage or proceed on, but be careful of falling objects and deteriorating machinery.
Contents |
[edit] Tables
Ah, hate them wikicode tables. Let's see if I still remember how to do them...on second thought, I'll port my GuildWiki info for reference.
[edit] WikiCode & Terms
{| width="50%" style="background: transparent;"
| valign="top" style="background: #FFFFFF; border: 1px solid #000000; padding: .5em 1em; margin: 1em;"|
I N S E R T C O N T E N T
...forms the table.
- Width % = Percentage of article frame taken by table.
- BG = Uses hexadecimal colors. Obviously.
- Border = Hexadecimal colors. Can use different CSS border types, such as double and dashed.
- {| |} Tags to open and close the table, respectively.
- the .#em strings change the margins around the text inside the table.
{| width="50%" style="background: transparent;"
| valign="top" style="background: #FFFFFF; border: 1px solid #000000; padding: .5em 1em; margin: 1em;"|
I N S E R T C O N T E N T
| valign="top" style="background: #000000; border: 1px solid #FFFFFF; padding: .5em 1em; margin: 1em;"|
M O R E C O N T E N T
...two tables.
- Simply add another line of code with the new table's colors, borders, etc.
[edit] Examples
|
I N S E R T C O N T E N T |
This sentence is to test the closing tag on tables.
|
I N S E R T C O N T E N T |
M O R E C O N T E N T |
Success! Two tables.
Now let's try to put one table below another.
|
I'm on top! |
|
I'm on bottom! |
[edit] Random Doodads
[edit] Signature
Test... Image:Esig2.png Eldin 20:45, 6 March 2007 (EST)
- Re-uploaded image, testing again for referencial purposes (is that a word?).
Eldin 23:38, 12 January 2008 (UTC)

