Difference between revisions of "Template:Table spacing horz"

From mtgpq wiki
Jump to: navigation, search
(Created page with "<noinclude> ==Usage== Adds spacing between inline tables, such as rewards tables. ==Example== The following shorthand: <pre> '''Without spacing:''' {| class="wikitable" styl...")
 
(No difference)

Latest revision as of 01:18, 22 February 2019

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