Template:Section transclude/doc

From MOASSpedia
< Template:Section transclude
Revision as of 13:17, 7 December 2021 by Wikipedia>Swpb (→‎Code)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Transportation


See also