Wikitext table reference I
From Sagataflwiki
(Difference between revisions)
												
			
		| Line 1: | Line 1: | ||
| This is a quick refence guide only for tables in wikitext. | This is a quick refence guide only for tables in wikitext. | ||
| - | ==  | + | == Simple tables == | 
| === Table 3 col./3 rows, top row bold === | === Table 3 col./3 rows, top row bold === | ||
| <pre> | <pre> | ||
| Line 19: | Line 19: | ||
| | 4 || 5 || 6 | | 4 || 5 || 6 | ||
| |} | |} | ||
| - | + | == Intermediate complexity tables == | |
| - | == Magic item writeup table == | + | No content so far. | 
| + | == Special purpose tables == | ||
| + | === Magic item writeup table === | ||
| This is a copy-able wikitext example of a table for writing up magic items. | This is a copy-able wikitext example of a table for writing up magic items. | ||
Revision as of 13:13, 26 July 2010
This is a quick refence guide only for tables in wikitext.
| Contents | 
Simple tables
Table 3 col./3 rows, top row bold
{|
! A !! B !! C
|-
| 1 || 2 || 3
|-
| 4 || 5 || 6
|}
And the result that it produces below:
| Item | B | C | 
|---|---|---|
| 1 | 2 | 3 | 
| 4 | 5 | 6 | 
Intermediate complexity tables
No content so far.
Special purpose tables
Magic item writeup table
This is a copy-able wikitext example of a table for writing up magic items.
| L | Enchantment | ES | Notes and commentary | 
|---|---|---|---|
| 1 | Open | 0.1 | Prepares the item so that it can be Endowed | 
| ? | ? | ? | ? | 
| ? | Invested Item Ability Name I | ?.? | ?th level Item Ability Name I Item does something 
 Total 1 Investment Level | 
| 1 | Close | 0.1 | Finalizes item so that it can be used | 
| 1 | Highest Enchant- ment level | ??.? | Total Essence cost | 
See also
Wikitext reference I http://www.mediawiki.org/wiki/Help:Links
