This template is used to create a modal that opens up by pressing a button.
Usage
{{Modal|Button Text|Modal Content}}
Optional Parameters:
- Title: For a header
- Width: Change width of the modal
Example
Default
{{Modal|Open|Test}}
Header and Different Width
{{Modal|Click me|Stuff goes here|Title=Cool Modal|Width=80%}}