Template:ModalDialog

You do not have permission to edit this page, for the following reason:

The action you have requested is limited to users in one of the groups: Users, editor.

You can view and copy the source of this page.

Return to Template:ModalDialog.

{{#vardefine:modalCount|{{#expr:{{#var:modalCount|0}}+1}}}}

<span role="button" tabindex="0" class="content-droplet-modal-button mw-ui-button {{#switch: {{{bg-color|blue}}}|blue|blau=mw-ui-progressive|red|rot=mw-ui-destructive|}}" data-bs-toggle="modal" data-bs-target="#SimpleModal{{#var:modalCount}}">{{{btnLabel}}}</span>

<div class="modal fade" id="SimpleModal{{#var:modalCount}}" tabindex="-1" role="dialog" aria-labelledby="myModalLabel{{#var:modalCount}}">

<div class="modal-dialog">

<div class="modal-content" style="border-radius: 0;">

<div class="modal-header" style="padding: 0 20px;">

<span role="button" tabindex="0" class="content-droplet-modal-dismiss btn-close" data-bs-dismiss="modal" aria-label="{{int:cancel}}"></span>

<span class="modal-title" id="myModalLabel{{#var:modalCount}}" style="margin: 0; font-size: 1.1rem; font-weight: bold">{{{title}}}</span></div>

<div class="modal-body">{{{body}}}</div><div class="modal-footer">{{{footer|}}}</div></div></div></div>