Main Page Help Center Templates and complex editing

Help:Templates and complex editing View history

imported>Wottem
No edit summary
imported>Wottem
No edit summary
 
Line 4: Line 4:
|zippers={{Togglesection
|zippers={{Togglesection
|title=Understanding templates
|title=Understanding templates
|content=MediaWiki templates are actually wiki pages that are included in other pages, while enabling the change of specific parameters.
Templates are mostly used in the Template name space (i.e. the page name will be <code>Template:Template_name</code>)  and included by clicking '''Insert > Template''' in the editor or by typing in the source editor:
<pre><nowiki>{{template name|parameter name=paremeter information}}</nowiki></pre>This will include the template <code>Template_name</code> in the page edited.
===How to build templates?===
For understanding better wiki templating visit MediaWiki documentation:
*[[Mediawikiwiki:Help:Templates|Templates]] - how to build and use templates
*[[Mediawikiwiki:Help:TemplatesData|Template data]] - assisting users to add the right information to templates
}}{{Togglesection
}}{{Togglesection
|title=HTML coding
|title=HTML coding

Latest revision as of 00:52, 15 October 2020


MediaWiki supports using templates and HTML coding for more complex content and design solutions

Understanding templates


HTML coding


Designing

Related articles