phaidon / LuMicuLa

A lightweight markup language editor for Zikula
5 stars 1 forks source link

Wikka tag: table #12

Closed hvorragend closed 12 years ago

hvorragend commented 13 years ago

Example output after clicking on the icon:

{{table table data}}

But http://www.crowther.info/wakka/WakkaFormattingGuide says that this is the correct syntax:

Table with border
#|
||cell11|cell12|cell13||
||cell21|cell22||
|#

cell11  cell12  cell13
cell21  cell22

Table without border, 100% width
#||
||cell11|cell12|cell13||
||cell21|cell22||
||#

cell11  cell12  cell13
cell21  cell22
phaidon commented 12 years ago

The function syntax works:

{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}

The other one is missing.