Tables

일반 테이블 레이아웃

 ||||||<tablewidth="80%">'''Heading'''||
 ||cell 1||cell2||cell 3||
 ||<rowspan=2> spanning rows||||<bgcolor="#AAAAFF"> spanning 2 columns||
 ||<rowbgcolor="#FFFFAA">cell2||cell 3||

셀 너비

 || narrow ||<:99%> wide ||

행과 열 합치기

 ||<|2> 2 rows || row 1 ||
 || row 2 ||
 ||<-2> row 3 over 2 columns ||

정렬

 ||<(> left ||<^|3> top ||<v|3> bottom ||
 ||<:> centered ||
 ||<)> right ||

색상

 ||<#FF8080> red ||<#80FF80> green ||<#8080FF> blue ||

CSV Tables

세미콜론으로 분리된 데이터

 {{{#!CSV -2
Col1;Col2;Col3;Col4
1;2;3;4
a;b;c;d
} } }

/!\ Remove spaces in "} } }" at last line

콤마로 분리된 데이터

 {{{#!CSV ,
Col1,Col2,Col3,Col4
1,2,3,4
a,b,c,d
} } }

/!\ Remove spaces in "} } }" at last line