Template:Nodisplay-span/doc

From WikiProjectMed
Jump to navigation Jump to search

An alternative to {{nodisplay}} which uses <span style="display:none;">...</span> instead of <div>...</div>.

Usage

Wikitext: {{nodisplay-span|Secret text}}
Output

Secret text

<span style="display:none;">Secret text</span>

See also