Wikitext table reference I

From Sagataflwiki

Revision as of 13:46, 26 July 2010 by Peter Knutsen (Talk | contribs)
Jump to: navigation, search

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.

Horiz. stacked 2-col. table for AP/PP cost


{| align="left"
! Stuff !! DP
|-
| 1 || 2
|-
| 3 || 4
|-
| 5 || 6
|-
| 7 || 8 
|-
| 9 || 0 
|-
| 1 || 2 
|-
| 3 || 4 
|}

Just repeat the above wikitext many times with no text in between (linebreaks, even multiple ones, seem to do no harm) to get the horizontal stacking effect shown below:

Stuff DP
1 2
3 4
5 6
7 8
9 0
1 2
3 4
Stuff DP
1 2
3 4
5 6
7 8
9 0
1 2
3 4
Stuff DP
1 2
3 4
5 6
7 8
9 0
1 2
3 4
Stuff DP
1 2
3 4
5 6
7 8
9 0
1 2
3 4
Stuff DP
1 2
3 4
5 6
7 8
9 0
1 2
3 4
Stuff DP
1 2
3 4
5 6
7 8
9 0
1 2
3 4
Stuff DP
1 2
3 4
5 6
7 8
9 0
1 2
3 4
Stuff DP
1 2
3 4
5 6
7 8
9 0
1 2
3 4
Stuff DP
1 2
3 4
5 6
7 8
9 0
1 2
3 4
Stuff DP
1 2
3 4
5 6
7 8
9 0
1 2
3 4
Stuff DP
1 2
3 4
5 6
7 8
9 0
1 2
3 4
Stuff DP
1 2
3 4
5 6
7 8
9 0
1 2
3 4
Stuff DP
1 2
3 4
5 6
7 8
9 0
1 2
3 4
Stuff DP
1 2
3 4
5 6
7 8
9 0
1 2
3 4
Stuff DP
1 2
3 4
5 6
7 8
9 0
1 2
3 4
Stuff DP
1 2
3 4
5 6
7 8
9 0
1 2
3 4

Special purpose tables

Magic item writeup table

This is a copy-able wikitext example of a table for writing up magic items.

{|class="mit"
! L !! Enchantment !! ES !! Notes and commentary
|-
| 1 || Open || 0.1 || Prepares the item so that it can be Endowed
|-
| ? || ? || ? || ?
|-
| ? || Invested Item Ability<br>Name I || ?.? || ?th level Item Ability Name I
Item does something
:1 IL: The Ability is Invested in item (base stats: AL:? A:3d12 AT:1R (FT:1R) C:?/Week  D:?  R:Item)
:0 IL: The Ability can be cast on the item itself
Total '''1''' Investment Level<br>
'''Name I''' ('''AL''':?) '''IL''':? '''AR''': 3d12, '''AT''':1 Round ('''FT''':1 Minute) '''C''':?/Moon, '''D''':?
|-
| 1 || Close || 0.1 || Finalizes item so that it can be used
|-
| '''1''' || Highest Enchant-<br>ment level|| '''??.?''' || Total Essence cost
|}

The above gives this result:

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

1 IL: The Ability is Invested in item (base stats: AL:? A:3d12 AT:1R (FT:1R) C:?/Week D:? R:Item)
0 IL: The Ability can be cast on the item itself

Total 1 Investment Level
Name I (AL:?) IL:? AR: 3d12, AT:1 Round (FT:1 Minute) C:?/Moon, D:?

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

Personal tools