Difference between revisions of "User:Sirryan2002"

From Paradise Station Wiki
Jump to navigation Jump to search
(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...")
 
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 w column 1!  
[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]