Difference between revisions of "Help:Transclusion"

From EncyclopAtys

Jump to: navigation, search
m
m (Partial transclusion tags)
Line 19: Line 19:
  
 
=== Partial transclusion tags ===
 
=== Partial transclusion tags ===
More about <nowiki><noinclude></nowiki>, <nowiki><onlyinclude></nowiki> and <nowiki><includeonly></nowiki>: see https://www.mediawiki.org/wiki/Transclusion#Partial_transclusion
+
What will transclude from a page can be controlled with the tags <nowiki><noinclude></nowiki>, <nowiki><onlyinclude></nowiki> and <nowiki><includeonly></nowiki> placed in the source page wikitext.
 +
More on https://www.mediawiki.org/wiki/Transclusion#Partial_transclusion
  
 
===Specialpages===
 
===Specialpages===

Revision as of 11:54, 25 July 2020

en:Help:Transclusion
fr:Aide:Transclusion
 
UnderConstruction.png
Translation to review
Don't blame the contributors, but come and help them 😎

Reference text ( Maintained text, used as reference ) :
Notes: (Craftjenn, 2020-07-25)

Transclusion is generally the inclusion of the content of a document into another document by reference.

Transclusion

See https://www.mediawiki.org/wiki/Transclusion

The syntax is {{Namespace:Pagename}}. In short, some transclusion examples: If the source is in

  • Template ns (for ex "Template:Welcome"): use {{Welcome}}
  • Main ns (for ex "Lore"): {{:Lore}}
  • Other ns (for ex: User:Example): {{User:Example}}
  • If source is a subpage of the target (for ex « Transclusion/ja ») you can use subpage name, without the ns: {{/ja}}


Partial transclusion tags

What will transclude from a page can be controlled with the tags <noinclude>, <onlyinclude> and <includeonly> placed in the source page wikitext. More on https://www.mediawiki.org/wiki/Transclusion#Partial_transclusion

Specialpages

{{Special:RecentChanges|namespace=10|limit=5}}, produce:

14 May 2024

 m   22:19  Template:Events 20XX Bottom‎ (diff | hist) . . (-25). . Craftjenn (talk | contribs)
 m   22:15  Template:Event2024-VertNav‎ (diff | hist) . . (+17). . Craftjenn (talk | contribs)
.

It does not work with FR/DE/... wikis (gives a 301 nginx error).

In game

To include wiki pages in game, see Templates under Category:IGtemplate: all between {{IGend}} and {{IGstart}} will be displayed in game.

Notes and links