Template:Div
Jump to navigation
Jump to search
Want an adless experience? Log in or Create an account.
Purpose
This template is used to create a div tag where otherwise bugs prevent them from working.
Usage
- Used in conjunction with !div.
To use this template, use it as you would a normal div tag:
{{div}}{{!div}}
For a div tag with style parameters, use it like this:
{{div|style=[enter style parameters here as you normally would within a div tag's quotations]}}{{!div}}
If you need to add a class, use:
{{div|class=[class name here]}}{{!div}}
and
{{div|class=[class name here]|style=[enter style parameters here as you normally would within a div tag's quotations]}}{{!div}}