Jump to content

Help:Transclusion/How Transclusion Works

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2402:800:6313:364e:188:e4c9:26c1:b48a (talk) at 19:17, 7 November 2019. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

To transclude any source page (within a single MediaWiki project, such as en:Wikipedia), include the following code in the target page:

{{SOMEPAGE}}

Whenever the target page A with this code is rendered, the engine will include in that place not the code itself, but the entire content of the source page B, SOMEPAGE. The top row shows what the target page renders as, while the bottom row shows the code. Note: foo will not be highlighted nor boxed on the target page.

For example, you might decide to place a welcome message on every newcomer's talk page.

Transclusion creates a "live" link between the template page and the target page(s) upon which the template's contents should appear. When the template is edited, the rendering of that template on the target pages is updated as well. For example, you create a (template) page in Wikipedia with your home mailing address and then transclude that template not only on your page, but all your friends' pages, too. Later, after moving to a new house, you then update your address template and the new address will automatically appear on all your friends' pages.