Help:Transclusion: Difference between revisions

Fen (talk | contribs)
No edit summary
Fen (talk | contribs)
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 page—without having to copy and paste it. Isn’t that cool?  
'''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 careful—this can create unexpected side effects if used outside of documentation or meta pages.
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) ==