Template:Nodisplay-span
Appearance
{{{1}}}
An alternative to {{nodisplay}} which uses <span style="display:none;">...</span>
instead of <div>...</div>
.
{{nodisplay-span|Secret text}}
Secret text
<span style="display:none;">Secret text</span>