Difference between revisions of "Custom Alerts"

(Created page with "{{alert|<center>'''Coming soon'''</center>|alert-info}}")
 
Line 1: Line 1:
{{alert|<center>'''Coming soon'''</center>|alert-info}}
+
Custom alerts are made out of '''boxes''' <br/>
 +
Icon must be 64x64 pixels and floated left. <br/>
 +
Icon name must be formated as '''alert-name.png'''<br/>
 +
 
 +
==Currently available alerts==
 +
===Not Complete===
 +
* Uncomplete article {{arrow}} Use this alert when you find article that is not complete or could add more information
 +
<div class="box box-warning">
 +
  <div class="alert-image pull-left">
 +
[[File:Alert-write.png]]
 +
  </div>
 +
<big>'''This page is not complete'''</big><br/>
 +
This article is incomplete, or otherwise not finished. It could provide much more information about the topic that it tries to cover. <br/>
 +
Are you interested in helping us making best documented Joomla! extension in the world and finish this article? <br/>
 +
Then [[Documentation Contribution|click here]] to find out how.
 +
{{-}}
 +
</div>
 +
'''Usage:'''
 +
<pre>
 +
<div class="box box-warning">
 +
  <div class="alert-image pull-left">
 +
[[File:Alert-write.png]]
 +
  </div>
 +
<big>'''This page is not complete'''</big><br/>
 +
This article is incomplete, or otherwise not finished. It could provide much more information about the topic that it tries to cover. <br/>
 +
Are you interested in helping us making best documented Joomla! extension in the world and finish this article? <br/>
 +
Then [[Documentation Contribution|click here]] to find out how.
 +
{{-}}
 +
</div>
 +
</pre>

Revision as of 06:51, 1 August 2014

Custom alerts are made out of boxes
Icon must be 64x64 pixels and floated left.
Icon name must be formated as alert-name.png

Currently available alerts

Not Complete

  • Uncomplete article Use this alert when you find article that is not complete or could add more information

Alert-write.png

This page is not complete
This article is incomplete, or otherwise not finished. It could provide much more information about the topic that it tries to cover.
Are you interested in helping us making best documented Joomla! extension in the world and finish this article?
Then click here to find out how.

Usage:

<div class="box box-warning">
  <div class="alert-image pull-left">
[[File:Alert-write.png]]
  </div>
<big>'''This page is not complete'''</big><br/>
This article is incomplete, or otherwise not finished. It could provide much more information about the topic that it tries to cover. <br/>
Are you interested in helping us making best documented Joomla! extension in the world and finish this article? <br/>
Then [[Documentation Contribution|click here]] to find out how.
{{-}}
</div>