Help:Transclusion: Difference between revisions
No edit summary |
remove em dashes |
||
Line 1: | Line 1: | ||
'''Transclusion''' is the core concept that powers '''templates''' in MediaWiki. It allows content from one page (usually a template) to appear dynamically on another | '''Transclusion''' is the core concept that powers '''templates''' in MediaWiki. It allows content from one page (usually a template) to appear dynamically on another page, without having to copy and paste it. Isn’t that cool? | ||
== What is Transclusion? == | == What is Transclusion? == | ||
Line 43: | Line 43: | ||
</pre> | </pre> | ||
But be | But be careful, this can create unexpected side effects if used outside of documentation or meta pages. | ||
== Nesting Templates (Templates Using Other Templates) == | == Nesting Templates (Templates Using Other Templates) == |