Talk:cll-temp: Difference between revisions

From Lojban
Jump to navigation Jump to search
(Created page with "==Variables== First you define "sec" variable in the title of each section. You just increment by one and assign that value to the unique sec-name-of-section variable. In the...")
No edit summary
Line 6: Line 6:


==Tables==
==Tables==
<nowiki><tab> ... </tab></nowiki> is your friend.
<nowiki><tabledata> ... </tabledata></nowiki> is your friend.
 
<tabledata format=csv>
Format,1,2,3,4
Numeric,1,2,3,4
Alphabet,A,B,C,D
Roman,I,II,III,IV
</tabledata>

Revision as of 11:49, 31 March 2014

Variables

First you define "sec" variable in the title of each section. You just increment by one and assign that value to the unique sec-name-of-section variable.

In the beginning of each section you assign a new subsection-example-id-incrementer=0. Example increment from 1 after the dot of that section number. Each value is assigned to a new variable: a unique id of that example.

Tables

<tabledata> ... </tabledata> is your friend.

<tabledata format=csv> Format,1,2,3,4 Numeric,1,2,3,4 Alphabet,A,B,C,D Roman,I,II,III,IV </tabledata>