Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Help:Table"

From Roll20 Wiki

Jump to: navigation, search
m
m
 
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.
<br>
+
<noinclude>
 
[[Category:Wiki Editing]]
 
[[Category:Wiki Editing]]
 +
</noinclude>

Latest revision as of 14:26, 5 December 2021

Main Page: Help:Contents

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.