Template:Nodisplay-span/doc: Difference between revisions
Template page
More actions
Created page with "{{Documentation subpage}} An alternative to {{tl|nodisplay}} which uses {{tag|span|params=style="display:none;"}} instead of {{tag|div}}. == Usage == :'''Wikitext:''' <code><nowiki>{{nodisplay-span|Secret text}}</nowiki></code> ;Output {{nodisplay-span|Secret text}} <pre> <span style="display:none;">Secret text</span> </pre> == See also == * {{tl|void}} * {{tl|0}} * {{tl|none}} <includeonly>{{sandbox other|| <!-- Categories below this line, please; interwikis at Wiki..." |
(No difference)
|
Latest revision as of 03:04, 18 February 2025
| This is a documentation subpage for Template:Nodisplay-span. It may contain 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