Template:Table spacing horz
Usage
Adds spacing between inline tables, such as rewards tables.
Example
The following shorthand:
'''Without spacing:'''
{| class="wikitable" style="display: inline-table;"
| Table 1
|}
{| class="wikitable" style="display: inline-table;"
| Table 2
|}
'''With spacing:'''
{| class="wikitable" style="display: inline-table;"
| Table 1
|}
{{Table spacing horz}}
{| class="wikitable" style="display: inline-table;"
| Table 2
|}
Produces:
Without spacing:
| Table 1 |
| Table 2 |
With spacing:
| Table 1 |
| Table 2 |