7 Segment display
Using templates is a more efficient and fool proof way of making Wiki pages.
Getting started
Templates are pages which get included like this: which results in:
{{{text}}} is a parameter which you can
pass to the AlertBox template like this
{{AlertBox|text=When creating a template use the namespace Template:AlertBox}}
Which results in:
- Template:AlertBox
{{GeneralBox
|color=#cc0000
|text={{{text}}}
}}
Documenting your new template
see Controlling template inclusion
- use:
<noinclude> Documentation </noinclude>
tags to only include text on the Template page
Overview of templates
Category:Wiki templates