Template:Modal

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Revision as of 06:03, 26 July 2024 by Vish (talk | contribs)
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%}}