Template:Drawer: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
<div class="drawer-title">
<div class="drawer-title">
{{{title}}} <html><a onclick="drawerExpand('drawer-</html>{{{number}}}<html>')" class="drawer-button">Expand</a></html>
{{{title}}} <html><a onclick="drawerExpand('drawer-</html>{{{number}}}<html>')" class="drawer-button" id="drawer-button-</html>{{{number}}}<html>">Expand</a></html>
</div>
</div>
<div class="drawer-content" id="drawer-{{{number}}}" style="display: none;">
<div class="drawer-content" id="drawer-{{{number}}}" style="display: none;">
{{{content}}}
{{{content}}}
</div>
</div>