Transclusion

From Meta, a Wikimedia project coordination wiki
(Redirected from Help:Transclusion)
Jump to: navigation, search
Detailed reference page on this subject: Help:Template.

Transclusion refers to the process by which the entire contents of a page are inserted on to another page for the sake of convenience, speed of editing and/or tidiness of the source wikitext. The process works by applying the title of the page to be transcluded, with two braces {{}} on either side and sometimes a colon.

Contents

Templates [edit]

Pages created for the sole purpose of being useful to transclude are known as templates. Templates come in many varieties; some templates constitute generic messages that can be quickly and easily sent, while others contain pieces of text that are used in mass quantities. The use for these quick pieces of text or code are almost limitless, and there are literally hundreds of thousands in current use all over Wikimedia. They have their own namespace, Template:.

The braces assume, and it is implied by default, that the template namespace is to be transcluded; i.e., the syntax assumes that {{FOO}} refers to Template:FOO. However, all kinds of pages can be transcluded in every namespace so long as the namespace is specified: e.g., {{Meta:Help}} would be a viable and workable transclusion. Because of template: vs (main) confusion when transcluding, pages with no namespace prefix, as this one (Transclusion), are transcluded with a colon preceding the page name, like this: {{:Transclusion}}.

Link that is created [edit]

It is important to remember that transclusion creates a very real and direct link between the target page and the transcluded one; when the source page is changed, the transcluded text is changed with it. This especially applies to templates that are in mass use; many pages can be altered very radically by a small change. The volatility of this situation should be considered when making changes.

It is possible to see what pages are transcluded on a page, and where a page is transcluded, by use of the "What links here" link in the toolbox in the left hand panel.

Examples [edit]

The following is an example of transclusion {{Information thread}}:

---


May 2013 [edit]

Crystal filetypes.png 16:
A proposal to move Meta-Wiki to www.wikimedia.org is started.
Crystal filetypes.png 6:
A request for comment about the scope of the Ombudsman Commission is opened.
Crystal multimedia.png 1:
A demo of the proposed WikiLang project is launched right here on Meta! Everybody is invited to contribute, review, and share constructive criticism.
Commons-logo.svg 1:
The Wiki Loves Public Art ([1]) contest starts. The participating countries are Austria, Finland, Israel, Spain (Barcelona), and Sweden.

April 2013 [edit]

Bulbgraph.svg 24:
A proposal for starting a musical score transcription Wikimedia project is opened.
Crystal filetypes.png 24:
A request for comment on the interproject links interface is opened.
Crystal filetypes.png 16:
A request for comment concerning the removal of rights from inactive accounts is opened.

March 2013 [edit]

Wikimedia-logo.svg 27:
WMF Executive Director Sue Gardner announces plans to step down this year, begins planning for the transition (wikimedia-l thread).
Commons-logo.svg 8:
Help beta test mobile uploading with the new Wikimedia Commons app this week.
Crystal filetypes.png 7:
An urgent proposal about interwiki bots and the Wikidata interwiki migration is opened and quickly closed.

Edit/Translate

For more news and information see Wikimedia News and Goings-on.


---

Viewing that source will show that while that thread is complex, with a fair bit of text and a lot of use of code, all it takes is a simple application of {{Information thread}} here to transclude accurately, how it displays there. This is very handy for managing information on the wiki.

See also [edit]