Template:Blank cell

From Kairosoft Wiki
(Redirected from Template:Bc)
Jump to navigation Jump to search

When a cell is empty, this template should be added if the reason for it being blank is there is no information to be added. If the information is simply missing/needed, this template should not be used. This template relies on MediaWiki:Common.js/cellTemplate.js, as it otherwise gives undesired results in the VisualEditor. The result is a slight delay of cell formatting on page load.

Syntax

{{Blank cell
|data-sort-value = (optional) allows you to specify the cell's data type
}}

data-sort-value can be useful when wanting to sort a table.

Example

{| class="wikitable oddrow"
!Col1
!Col2
!Col3
|-
|Normal
|{{blank cell}}
|Normal
|-
|Normal
|Normal
|{{blank cell}}
|-
|Normal
|Normal
|{{blank cell}}
|}
Col1 Col2 Col3
Normal Normal
Normal Normal
Normal Normal

(How does this work?) [view] • [edit] • [purge](?)