Difference between revisions of "Help:Table"
From Roll20 Wiki
Andreas J. (Talk | contribs) m |
Andreas J. (Talk | contribs) m |
||
Line 66: | 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. | ||
<br> | <br> | ||
− | [[Category:Wiki | + | [[Category:Wiki Editing]] |
Revision as of 14:24, 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.