How to make a table with the gates for each of them

Hello, IFC,

I had a question about someone telling me how to make a painting with the gates because I would like to organize an event but I don’t know how to make a painting.

Same that like : (Finished) - 22AUG20 / 0800Z - Jetstar Coastal Adventure @ YSSY

Thank you for helping me.

Have a nice day.

Baptiste D.

2 Likes

Hi! You can use the following format:

| (Option 1) | (Option 2) | (Option 3) |
|---|---|---|
| Column 1 | Column 2 | Column 3 |

Instead of |---|---|---| , you can also use:

|:--| or |:-:| or |--:|

You can continue adding options and columns.

Example

|Trust Level|Votes| Option 3| Option 4|
|---|---|---|---|
|TL0|0 Votes|-|-|
|TL1|5 Votes|-|-|
|TL2|10 Votes|-|-|
|TL3|15 Votes|-|-|

Result

Trust Level Votes Option 3 Option 4
TL0 0 Votes - -
TL1 5 Votes - -
TL2 10 Votes - -
TL3 15 Votes - -

You can align text in the columns to the left, right, or center by adding a colon ( : ) to the left, right, or on both side of the hyphens within the header row.

Example

| Syntax      | Description | Test Text     |
| :---        |    :----:   |          ---: |
| Header      | Title       | Here's this   |
| Paragraph   | Text        | And more      |

Result

Syntax Description Test Text
Header Title Here’s this
Paragraph Text And more

Another way is to simply copy and paste tables from a sheet, and you’re good to go.

For future reference, you can use this thread:

13 Likes

Thank you so much mate

2 Likes

There‘s also an app that automatically does everything for you, when it comes to creating a table. Will include it to the thread 😉

1 Like

Yeah, something like Google Sheets or Excel.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.