![]() |
VOOZH | about |
Used to create hidden text on the page that are not displayed to the readers. This is useful for passing data between module and template via JSON or the like, where the data is readable to module but not to the readers.
{{none|hidden text goes here}}
Produces
Produced HTML code
<div class="display-none" style="display:none;">hidden text goes here</div>