Template

Difference between revisions of "Hide"

From Shadow Era Wiki

m (Blanked the page)
m
Line 1: Line 1:
 
+
<div style="border:1px solid #ccc; padding:5px;">
 +
    <a href="javascript:void(0);" onclick="toggleDisplay('{{{id}}}');">{{{1|Afficher/Masquer le contenu}}}</a>
 +
    <div id="{{{id}}}" style="display:none;">{{{2|Contenu caché}}}</div>
 +
</div>

Revision as of 07:11, 28 September 2024

   <a href="javascript:void(0);" onclick="toggleDisplay('{{{id}}}');">Afficher/Masquer le contenu</a>