This project is a list of cool templates that you can use on Historical India pages. You are free to use these templates on your projects and discussion pages. Keep in mind that use of these templates on article pages is a violation of Historical India policy!
The templates listed below are css styles that you can use in editor.
How to Use?

- In order to use the templates, click on toolbar Preferences options icon and selct Source code option as shown above. Or you can directly select Source code option if you are on mobile device.
- This will pop up a modal containing HTML source code. Find the text you want to add template to (Or copy-paste the paragraph tag in editor) and add template code in <p> tag. That's it!

Templates
Boxes
Classic Box
Template Code :
- style="background: #f5c393; padding: 5px 5px 5px 5px; border: 1px solid #ed9642;font-style: italic;"
Copy and paste following paragraph tag at the right place in order to use the template :
- <p style="background: #f5c393; padding: 5px 5px 5px 5px; border: 1px solid #ed9642; font-style: italic;">This is a sample text!</p>
The end result will look like :
This is a sample text!
Success Box
Template Code :
- style="background: #93f5a0; padding: 5px 5px 5px 5px; border: 1px solid #42ed59; font-style: italic; color: #045c10;"
Copy and paste following paragraph tag at the right place in order to use the template :
- <p style="background: #93f5a0; padding: 5px 5px 5px 5px; border: 1px solid #42ed59; font-style: italic; color: #045c10;">This is a success box text!</p>
The end result will look like :
This is a success box text!
What's Next?
User your creativity! Play with the values in style field. Add custom values in field. You are free to use it as you wish! Tell us on discussion page if you have more cool ideas of different templates that can be used.