Wikitext table reference I
From Sagataflwiki
(Difference between revisions)
(→Horiz. stacked 2-col. table for AP/PP cost: Fixing one more instance of incorrect usage of AP instead of DP) |
(→Horiz. stacked 2-col. table for DP/PP cost: adding in new margin-style thingie) |
||
Line 23: | Line 23: | ||
<pre> | <pre> | ||
- | + | {| style="margin: 3px 3px 4px 4px;" align="left" | |
- | {| align="left" | + | |
! Stuff !! DP | ! Stuff !! DP | ||
|- | |- | ||
Line 44: | Line 43: | ||
Just repeat the above wikitext many times with no text in between (a single blank line in between does no harm, and may be necessary, but do not have multiple blank lines, and ''make sure'' to put a <nowiki><br style="clear:left"></nowiki> at the end). | Just repeat the above wikitext many times with no text in between (a single blank line in between does no harm, and may be necessary, but do not have multiple blank lines, and ''make sure'' to put a <nowiki><br style="clear:left"></nowiki> at the end). | ||
- | {| | + | {| style="margin: 3px 3px 4px 4px;" align="left" |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
! Stuff !! DP | ! Stuff !! DP | ||
|- | |- | ||
Line 134: | Line 61: | ||
|} | |} | ||
- | {| align="left" | + | {| style="margin: 3px 3px 4px 4px;" align="left" |
! Stuff !! DP | ! Stuff !! DP | ||
|- | |- | ||
Line 152: | Line 79: | ||
|} | |} | ||
- | {| align="left" | + | {| style="margin: 3px 3px 4px 4px;" align="left" |
! Stuff !! DP | ! Stuff !! DP | ||
|- | |- | ||
Line 170: | Line 97: | ||
|} | |} | ||
- | {| align="left" | + | {| style="margin: 3px 3px 4px 4px;" align="left" |
! Stuff !! DP | ! Stuff !! DP | ||
|- | |- | ||
Line 188: | Line 115: | ||
|} | |} | ||
- | {| align="left" | + | {| style="margin: 3px 3px 4px 4px;" align="left" |
! Stuff !! DP | ! Stuff !! DP | ||
|- | |- | ||
Line 206: | Line 133: | ||
|} | |} | ||
- | {| align="left" | + | {| style="margin: 3px 3px 4px 4px;" align="left" |
! Stuff !! DP | ! Stuff !! DP | ||
|- | |- | ||
Line 224: | Line 151: | ||
|} | |} | ||
- | {| align="left" | + | {| style="margin: 3px 3px 4px 4px;" align="left" |
! Stuff !! DP | ! Stuff !! DP | ||
|- | |- | ||
Line 242: | Line 169: | ||
|} | |} | ||
- | {| align="left" | + | {| style="margin: 3px 3px 4px 4px;" align="left" |
! Stuff !! DP | ! Stuff !! DP | ||
|- | |- | ||
Line 260: | Line 187: | ||
|} | |} | ||
- | {| align="left" | + | {| style="margin: 3px 3px 4px 4px;" align="left" |
! Stuff !! DP | ! Stuff !! DP | ||
|- | |- | ||
Line 278: | Line 205: | ||
|} | |} | ||
- | {| align="left" | + | {| style="margin: 3px 3px 4px 4px;" align="left" |
! Stuff !! DP | ! Stuff !! DP | ||
|- | |- | ||
Line 296: | Line 223: | ||
|} | |} | ||
- | {| align="left" | + | {| style="margin: 3px 3px 4px 4px;" align="left" |
! Stuff !! DP | ! Stuff !! DP | ||
|- | |- | ||
Line 314: | Line 241: | ||
|} | |} | ||
- | {| align="left" | + | {| style="margin: 3px 3px 4px 4px;" align="left" |
! Stuff !! DP | ! Stuff !! DP | ||
|- | |- | ||
Line 332: | Line 259: | ||
|} | |} | ||
<br style="clear:left"> | <br style="clear:left"> | ||
- | Remember, insert this after the last table, to force the break: | + | ''Remember'', you must insert this after the last table, to force the break: |
<pre> | <pre> | ||
<br style="clear:left"> | <br style="clear:left"> |
Revision as of 13:17, 26 March 2011
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
Horiz. stacked 2-col. table for DP/PP cost
{| style="margin: 3px 3px 4px 4px;" 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 (a single blank line in between does no harm, and may be necessary, but do not have multiple blank lines, and make sure to put a <br style="clear:left"> at the end).
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 |
Remember, you must insert this after the last table, to force the break:
<br style="clear:left">
Very 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
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