Help:Division Box: Difference between revisions

From Iskomunidad
(New page: Division box is the standard template used by iskWiki! to develop early notification templates. __TOC__ ==Usage== The division box template has the primary formula: <nowiki>{{divbox|...)
 
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 11: Line 11:


==Example==
==Example==
  <nowiki>{{divbox|Notification Message|This is an example of the code above}}</nowiki>
  <nowiki>{{divbox|amber|Notification Message|This is an example of the code above}}</nowiki>


{{divbox|Notification Message|This is an example of the code above}}
{{divbox|amber|Notification Message|This is an example of the code above}}
 
 
Important notifications on [[iskWiki!]] has variable templates included.
 
<nowiki>{{divbox|red|Warning|This is an example of the code above<small>({{Date1}})</small>}}</nowiki>
 
The ''<nowiki>{{Date1}}</nowiki>'' syntax returns us a variable month and year that may change from time to time:
 
 
{{divbox|red|Warning|This is an example of the code above<small>({{Date1}})</small>}}
 
==Available Colors==
<div style="{{divstyleamber}}; width:5em; float:left; margin:.3em">Amber</div>
<div style="{{divstyleblack}}; width:5em; float:left; margin:.3em">Black</div>
<div style="{{divstylebloodred}}; width:5em; float:left; margin:.3em">Blood Red</div>
<div style="{{divstyleblue}}; width:5em; float:left; margin:.3em">Blue</div>
<div style="{{divstylebrown}}; width:5em; float:left; margin:.3em">Brown<small><br>not available</small></div>
<div style="{{divstyleforest}}; width:5em; float:left; margin:.3em">Forest<small><br>not available</small></div>
<div style="{{divstylegold}}; width:5em; float:left; margin:.3em">Gold<small><br>not available</small></div>
<div style="{{divstylegray}}; width:5em; float:left; margin:.3em">Gray<small><br>not available</small></div>
<div style="{{divstylegreen}}; width:5em; float:left; margin:.3em">Green</div>
<div style="{{divstylenavy}}; width:5em; float:left; margin:.3em">Navy<small><br>not available</small></div>
<div style="{{divstylenone}}; width:5em; float:left; margin:.3em">None<small><br>not available</small></div>
<div style="{{divstyleorange}}; width:5em; float:left; margin:.3em">Orange</div>
<div style="{{divstyleplain}}; width:5em; float:left; margin:.3em">Plain<small><br>not available</small></div>
<div style="{{divstylepurple}}; width:5em; float:left; margin:.3em">Purple<small><br>not available</small></div>
<div style="{{divstylered}}; width:5em; float:left; margin:.3em">Red</div>
<div style="{{divstylewhite}}; width:5em; float:left; margin:.3em">White<small><br>not available</small></div>
<div style="{{divstyleyellow}}; width:5em; float:left; margin:.3em">yellow</div>
<br clear="all" />
 
<nowiki>*</nowiki>There are some items here which have not yet defined colors. Please return here to see new updates of additional colors
 
[[Category:Help Pages]]

Latest revision as of 12:31, 24 February 2009

Division box is the standard template used by iskWiki! to develop early notification templates.

Usage

The division box template has the primary formula:

{{divbox|color|header title|message}}

Divbox portion of the code prompts the wiki system to translate {{{3}}} syntax into a division box. The {{{3}}} commands lead to the foundation of simple division boxes as described here.

Division boxes appeared at the section where it was applied. The subject header title on the formula describes the intended header message of the notification, and message gives the descriptive message to the readers.

Example

{{divbox|amber|Notification Message|This is an example of the code above}}



Important notifications on iskWiki! has variable templates included.

{{divbox|red|Warning|This is an example of the code above<small>({{Date1}})</small>}}

The {{Date1}} syntax returns us a variable month and year that may change from time to time:



Available Colors

Amber
Black
Blood Red
Blue
Brown
not available
Forest
not available
Gold
not available
Gray
not available
Green
Navy
not available
None
not available
Orange
Plain
not available
Purple
not available
Red
White
not available
yellow


*There are some items here which have not yet defined colors. Please return here to see new updates of additional colors