Module:Information/doc
Appearance
CodeDiscussionEditHistoryLinksLink count Subpages:DocumentationTestsResultsSandboxLive code All modules
This is the documentation page for Module:Information
Module providing back-end for {{Information}} template.
Examples
[edit]| Code | Render | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Test simple case:
{{#invoke:Information|information
|description = description
|date = 2026-05-02
|source = {{own}}
|author = author
|permission = permission
|other versions = <gallery>File:Image-x-generic - black.svg</gallery>
}}
|
| ||||||||||||
| Test case with missing source, author and description:
{{#invoke:Information|information
|description =
|date = 2026-05-02
|source =
|author =
}}
|
|