#How can I turn this div element into a quick and easy template for users to use?

16 messages · Page 1 of 1 (latest)

strange vessel
#
<div style= "background-color: #0096FF; padding: 1em; border: 3px dashed #0066ff; border-radius: 0px 30px 0px 30px;">
== Data Finding ==

=== Leads ===

* As a bullet list post any potential opportunities of finding new info here

=== Info Needed ===

* As a bullet list post desired information for the animatronic show here

=== Found Info ===

* When something from the leads or info needed sections are found post them here
</div>
#

I want my wiki to be as user friendly as possible so Im tryna load up the back end with features for people to use

#

If anyone responds pls ping me

vague wigeon
#

Put the beginning div in Template:BlueBox/start and the end (</div>) in Template:BlueBox/end.

You end up with

{{BlueBox/start}}
== Data Finding ==

=== Leads ===

* As a bullet list post any potential opportunities of finding new info here

=== Info Needed ===

* As a bullet list post desired information for the animatronic show here

=== Found Info ===

* When something from the leads or info needed sections are found post them here
{{BlueBox/end}}
strange vessel
#

oooo nice, thank you!

#

another quick question if you dont mind, is there a way to remove the underline on headers?

vague wigeon
#

The underlined css is the culprit. You can override it in MediaWiki:Common.css

strange vessel
#

oop noice ty ty ^^

#

I have a plugin to do css stuff on a page to page basis muahahahaha

#

granted I wont be using it a lot of the time bc the wiki needs to be user friendly

strange vessel
#

yippee!