Templates in Mediawiki: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
#Templates allow you to invoke content using a simple invocation - where the content is simply another wiki page. | #Templates allow you to invoke content using a simple invocation - where the content is simply another wiki page. | ||
#Start with understanding the Template namespace - [https://www.mediawiki.org/wiki/Help:Templates] | #Start with understanding the Template namespace - [https://www.mediawiki.org/wiki/Help:Templates] | ||
#Understand the difference between using a template, and substituting a template - see | #Understand the difference between using a template, and substituting a template - see <nowiki>{{subst:Template}}</nowiki> | ||
< | |||
</ | |||
=Link= | =Link= | ||
*[[Wiki Templates]] | *[[Wiki Templates]] |
Revision as of 00:40, 4 April 2020
- Templates allow you to invoke content using a simple invocation - where the content is simply another wiki page.
- Start with understanding the Template namespace - [1]
- Understand the difference between using a template, and substituting a template - see {{subst:Template}}