Using templates is a more efficient and fool proof way of making Wiki pages. == Getting started == '''Templates''' are pages which get included like this: {{tl|AlertBox}} which results in: {{AlertBox}} '''{{{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: {{AlertBox |text = When creating a template use the namespace Template:AlertBox}} ;[[Template:AlertBox]]
{{GeneralBox
|color=#cc0000
|text={{{text}}}
}}
== Documenting your new template == see [https://www.mediawiki.org/wiki/Help:Templates#Controlling_template_inclusion Controlling template inclusion] :use:
 Documentation 
tags to '''only''' include text on the Template page == Overview of templates == Category:Wiki templates [[Category:Guides]] [[Category:Wiki]]