Links
Link important words to other wiki articles or even other websites. It will help readers understand the context.
Okay, got itYou do not have permission to edit this page, for the following reason:
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>
{{#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>
​