Template:Section transclude
Revision as of 15:18, 11 July 2019 by Wikipedia>Pppery (Wikitext version per TfD)
| This template should not be substituted. |
Transcludes a specified labelled section of the current page. This allows the same content to be used in multiple places in the page, while only needing to be maintained in one place.
Will not work on sub-pages (pages with a slash "/" in the title).
Example
Code
'''STAR''' may refer to:
==Technology==
* Foo
<section begin=ATC/>* [[Standard Terminal Automation Replacement System]], an air traffic control system<section end=ATC/> <!--Entry is transcluded elsewhere on this page-->
==Transportation==
* Bar
{{section transclude|ATC}} <!--Entry is transcluded from elsewhere on this page-->
Output
STAR may refer to:
Technology
- Foo
- Standard Terminal Automation Replacement System, an air traffic control system
Transportation
- Bar
- Standard Terminal Automation Replacement System, an air traffic control system