Examples/Module: dplchapter (example 1)
Appearance
< Examples
Example
[edit source]This displays the body content of the heading/section that matches the heading name specified, in this case it returns the section content for the "My Headline" heading.
{{#dplchapter:
Some text.
==== My Headline ====
the body of the desired chapter.
==== Another Chapter ====
Its text.
|My Headline}}
Result
[edit source]the body of the desired chapter.