Difference between revisions of "Help:Table"
From Roll20 Wiki
Andreas J. (Talk | contribs) (Created page with "{{revdate}}{{notebox|See Help:Table for more examples.}} Using tables is a good way to organize some info in a structured way. <pre style="overflow:a...") |
Andreas J. (Talk | contribs) m |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | {{revdate}}{{notebox|See [[wikipedia:Help:Table|Help:Table]] for more examples.}} | + | <noinclude>{{revdate}} |
+ | {{main|Help:Contents}}</noinclude>{{notebox|See [[wikipedia:Help:Table|Help:Table]] for more examples.}} | ||
Using tables is a good way to organize some info in a structured way. | Using tables is a good way to organize some info in a structured way. | ||
<pre style="overflow:auto;white-space:pre-wrap;">{| class="wikitable" | <pre style="overflow:auto;white-space:pre-wrap;">{| class="wikitable" | ||
Line 65: | Line 66: | ||
Very large tables could be combined with [[Wiki Help#Collapsible Section|Collapsible Section]] to initially hide them if the info isn't as important to show every time. Help with navigating/scrolling on larger pages. | Very large tables could be combined with [[Wiki Help#Collapsible Section|Collapsible Section]] to initially hide them if the info isn't as important to show every time. Help with navigating/scrolling on larger pages. | ||
+ | <noinclude> | ||
+ | [[Category:Wiki Editing]] | ||
+ | </noinclude> |
Latest revision as of 14:26, 5 December 2021
Page Updated: 2021-12-05 |
See Help:Table for more examples. |
Using tables is a good way to organize some info in a structured way.
{| class="wikitable" |+ |- ! Alice !! Bob !! Charlie |- | Elf || Dwarf || Human |- | Warrior || Mage || Expert |- | HP:12 || HP:7 || HP:9 |}
produces the following table:
Alice | Bob | Charlie |
---|---|---|
Elf | Dwarf | Human |
Warrior | Mage | Expert |
HP:12 | HP:7 | HP:9 |
Bold titles for each row:
Player Name | Allan | Beth | Cecil |
---|---|---|---|
Name | Alice | Bob | Charlie |
Ancestry | Elf | Dwarf | Human |
Class | Warrior | Mage | Expert |
HP | 12 | 7 | 9 |
{| class="wikitable" |+ |- ! Player Name !! Allan !! Beth !! Cecil |- ! scope="row"| Name || Alice || Bob || Charlie |- ! scope="row"| Ancestry || Elf || Dwarf || Human |- ! scope="row"| Class || Warrior || Mage || Expert |- ! scope="row"| HP || 12 || 7 || 9 |}
Very large tables could be combined with Collapsible Section to initially hide them if the info isn't as important to show every time. Help with navigating/scrolling on larger pages.