|
|
(104 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| <bootstrap_accordion>
| | {{#ask: [[Version Release Year::2024]] |
| <bootstrap_panel heading="Lorem ipsum 1" active>
| | |?Version Release Date =Date |
| This is an accordion panel that is active by default, i.e. its content will be visible when the page is loaded, but it can still be collapsed.
| | |?Album Number of Tracks=Tracks |
| </bootstrap_panel>
| | |?Country Of Release=Country |
| </bootstrap_accordion>
| | |format=table |
| <bootstrap_panel heading="Lorem ipsum 2">
| | |limit=500 |
| This is an accordion panel that is inactive by default, i.e. its content will be hidden when the page is loaded, but it can still be expanded.
| | |sort=Version Release Date |
| </bootstrap_panel>
| | |order=asc}} |
| | |
| | |
| <div class="card-deck">
| |
| <div class="card bg-warning">
| |
| <div class="card-header">'''<big>[[Components]]</big>'''</div>
| |
| <div class="card-body bg-white">
| |
| <p class="card-text">Components are predefined elements or features you can easily add to the wiki to build responsive and visually appealing user interfaces.</p>
| |
| <p class="card-text">Text</p>
| |
| </div>
| |
| </div>
| |
| <div class="card bg-warning">
| |
| <div class="card-header">'''<big>[[Colors]]</big>'''</div>
| |
| <div class="card-body bg-white">
| |
| <p class="card-text">Several CSS classes for coloring backgrounds, borders, and text are available. You can use them for com­ponents and other elements.</p>
| |
| <p class="card-text">Text</p>
| |
| </div>
| |
| </div>
| |
| <div class="card bg-warning">
| |
| <div class="card-header">'''<big>[[Grid]]s</big>'''</div>
| |
| <div class="card-body bg-white">
| |
| <p class="card-text">You can use a series of CSS classes to build layouts of all shapes and sizes with responsible (mobile-friendly) columns and rows.</p>
| |
| <p class="card-text">Text</p>
| |
| </div>
| |
| </div>
| |
| </div>
| |
| | |
| {{#bootstrap_button: Chameleon | color=primary}}
| |
| {{#bootstrap_button: Medik | color=secondary | text=Medik Skin }}
| |
| {{#bootstrap_button: Tweeki | color=info | text=Tweeki Skin }}
| |
| | |
| | |
| <a href="#" class="btn btn-primary btn-lg disabled" tabindex="-1" role="button" aria-disabled="true">Primary link</a>
| |
| <a href="#" class="btn btn-secondary btn-lg disabled" tabindex="-1" role="button" aria-disabled="true">Link</a>
| |