Template:Modal

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search

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%}}