Template:Infobox spacer/doc

The Two Worlds Wiki - Documenting Two Worlds since 2008.
< Template:Infobox spacer
Revision as of 04:20, June 1, 2019 by Mystery Dungeon GP>MrBot5 (Bot: Automated import of articles)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template-info.png Documentation

Creates a blank row for spacing in an infobox. The row is 0.5em high and has no content.

Usage

{{Infobox spacer|test-value}}
  • test-value - optional. If given, the spacer will display only if the value is not empty

Example

{{Infobox row|Image|[[File:{{{image|}}}|128px]]}}
{{Infobox spacer|{{{image|}}}}}
{{Infobox row|Description|{{{description|}}}}}

In this example, the spacer will add a space 0.5em high between the Image and Description row, but only if {{{image|}}} is not empty.