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
Line 11: Line 11:


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


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

Revision as of 10:53, 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|red|Notification Message|This is an example of the code above}}