Difference between revisions of "User:Sirryan2002"
Jump to navigation
Jump to search
Sirryan2002 (talk | contribs) (Created page with "===Tables=== To create a table with rows and cells you will need to use [table], [row], and [cell] <pre>[table][row][cell]This text is in row 1 column 1! [cell]This text is i...") |
Sirryan2002 (talk | contribs) |
||
Line 3: | Line 3: | ||
<pre>[table][row][cell]This text is in row 1 column 1! | <pre>[table][row][cell]This text is in row 1 column 1! | ||
[cell]This text is in row 1 column 2! | [cell]This text is in row 1 column 2! | ||
[row][cell]This text is in row | [row][cell]This text is in row 2 column 1! | ||
[cell]This text is in row 2 column 2! | [cell]This text is in row 2 column 2! | ||
[/table] | [/table] | ||
</pre> | </pre> |
Revision as of 14:48, 14 December 2020
Tables
To create a table with rows and cells you will need to use [table], [row], and [cell]
[table][row][cell]This text is in row 1 column 1! [cell]This text is in row 1 column 2! [row][cell]This text is in row 2 column 1! [cell]This text is in row 2 column 2! [/table]