Changes
Jump to navigation
Jump to search
→Transclusion
Transclusion is a way to include pages, or text from pages in other pages. See: https://www.mediawiki.org/wiki/Transclusion
On the source page you can:
*Include tags like <nowiki> <onlyinclude> ... </onlyinclude></nowiki> so that only the selected section will appear on transcluded pages
*Include links to the pages itself, like <nowiki> [[Editing Content]]</nowiki>. On the source page these 'links' will appear as bold text, but on the transcluded page they appear as a link.
On the target page, you can include the transcluded page (or section thereof) by using:
*<nowiki>{{:PageName}}</nowiki>