This module canimplements transclude any part of any page[[Template:Excerpt]].
* See [[Template:Excerpt]] for documentation on the template parameters
== Usage ==
* See [[Module:Extract/config]] for general configuration of this module
* See [[mw:Module:Extract]] for general documentation on this module
=== Templates ===
This module has only one entry point for templates:
* <code><nowiki>{{#invoke:Excerpt|main}}</nowiki></code> — Wraps the get() entry point, see its documentation for details
The main entry point gives access to most if not all the functionality of the module and should suffice for most simple templates, but in more sophisticated cases, it my become necessary to create a custom submodule like [[Module:Excerpt/templates]] to implement the template.
=== Modules ===
* <code><nowiki>get(page, options)</nowiki></code> — Main entry point for modules