Template:Module exports
Jump to navigation
Jump to search
File:Test Template Info-Icon - Version (2).svg Template documentation[view] [edit] [history] [purge]
| File:Lua-Logo.svg | This template uses Lua: |
{{Module exports}} is used to list the exports of a Lua module.
Usage
[edit source]{{Module exports[|MODULE NAME][|exclude=LUA PATTERN]}}
Parameters
[edit source]|1=- The first unnamed parameter is the module to show exports for. Defaults to the current page.|exclude=- A Lua pattern that when matched excludes the export from the final output.
Examples
[edit source]{{Module exports|Module:List}}→bulleted,horizontal,horizontal_ordered,makeList,makeListData,ordered,renderList,renderTrackingCategoriesandunbulleted{{Module exports|Module:List|exclude=^render}}→bulleted,horizontal,horizontal_ordered,makeList,makeListData,orderedandunbulleted