Template:Verb

This template creates a verb conjugation table. It uses the following parameters:

class will be inserted into the table's class.

title is the title of the table, and goes in the top-left box.

lab1, lab2, ... lab6 are the labels of the forms of speech the verb is being conjugated for (typically singular/plural distinctions). They are presented in bold text across the top of the table.

cross1, cross2, ... cross6 are the labels of the gender (typically) the verb is being conjugated for. They are listed in the leftmost column.

f11, f12, ... f66 are the conjugated forms of the verb. They are numbered in a matrix, so f11 fills the first column of the first row, f32 fills the second column of the third row, and f51 fills the first column of the fifth row.

tc11, tc12, ... tc66 are for formatting individual table cells. tc11 corresponds with f11 and so on. Typically, these are used to add rowspan, class and style elements.

tl1, tl2, ... tl6 are for formatting the cells of the labels lab1 through lab6.

tl0 can be used to format the title cell.

tc10 through tc60 can be used to format the leftmost column of labels. It defaults to class="r".

If scrollwrap is set to anything, the table will be wrapped so that it can scroll horizontally separately from the page.