Template:CookieBox
Jump to navigation
Jump to search
| This template uses TemplateStyles: |
Creates a fake Cookie notice dialog box with customizable text, with a working close button.
A tweak of President Donald J. Trump's Windows Message Box.
Usage
{{CookieBox
|header = You need to download more RAM!
|message = Your RAM levels are dangerously low. Please, download more RAM!
|buttons = [[Special:Random|OK]] [[Special:Random|No way]]
|prefs = [[Special:Random|Manage Banana]]
}}
The above code will produce the box you see below:
All parameters
header– Text in the header.message– Text within the dialog box.buttons– Any wikilinks or external links will become styled as buttons. Keep links together, like this:[[OK]][[Cancel]].prefs– Optional smaller text alongside buttons.popup– Set to any string (i.e.|popup = yto turn the box into a fixed positioned popup in the middle(ish) of the page.