Template:MenuSection

From Gail Wiki
Revision as of 21:53, 25 August 2025 by GailAdmin (talk | contribs) (Created page with "<!-- Params: id, key, title, active, 1 (items) --> <input type="radio" name="tabs-{{{id|tabs1}}}" id="{{{id|tabs1}}}-{{{key}}}" class="gw-tab-input" {{#if:{{{active|}}}|checked|}} /> <label class="gw-tab" for="{{{id|tabs1}}}-{{{key}}}">{{{title}}}</label> <div class="gw-panel gw-panel-{{{key}}}"> <div class="gw-menu-grid"> {{{1|}}} <!-- MenuItem calls go here --> </div> </div>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<input type="radio" name="tabs-tabs1" id="tabs1-{{{key}}}" class="gw-tab-input" /> <label class="gw-tab" for="tabs1-{{{key}}}">{{{title}}}</label>