Media Wiki Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 32: Line 32:
:[[Media Wiki Editing#Declaring_a_Template|Media Wiki Editing - Declaring a Template]]
:[[Media Wiki Editing#Declaring_a_Template|Media Wiki Editing - Declaring a Template]]
</blockquote>
</blockquote>
==Parameterized Templates==
MediaWiki performs variable substitution in templates, where the variables are declared as {{{1}}}, {{{2}}}, etc. A template that contains variables is called a ''parameterized template''.


This is how a template gets referred:
This is how a template gets referred:

Revision as of 04:48, 4 January 2017

Internal

Transclusion

https://www.mediawiki.org/wiki/Transclusion

Transclusion means the inclusion of the content of a document into another document by reference. The most common situation where transclusion is used is the use of templates: the same content can be included in multiple documents without having having to edit those documents separately.

Namespace

https://www.mediawiki.org/wiki/Help:Namespaces

Templates

https://www.mediawiki.org/wiki/Help:Templates


A template is a page in the "Template:" namespace that gets transcluded in regular pages that refer to it. This mechanism is useful to disseminate complex content into multiple target pages, while editing the source context in just one place and referring to it via a simple name from the target pages.

This is how a template gets declared:

Media Wiki Editing - Declaring a Template

Parameterized Templates

MediaWiki performs variable substitution in templates, where the variables are declared as {{{1}}}, {{{2}}}, etc. A template that contains variables is called a parameterized template.


This is how a template gets referred: