Template:Nodisplay-span/doc
Jump to navigation
Jump to search
This is a documentation subpage for Template:Nodisplay-span. It contains usage information, categories and other content that is not part of the original template page. |
An alternative to {{nodisplay}} which uses <span style="display:none;">...</span>
instead of <div>...</div>
.
Usage
- Wikitext:
{{nodisplay-span|Secret text}}
- Output
<span style="display:none;">Secret text</span>
See also