Module:Information/doc
Appearance
| This is a documentation subpage for Module:Information. It contains usage information, categories, and other content that is not part of the original module page. |
| This module depends on the following other modules: |
| This module uses TemplateStyles: |
Module providing back-end for {{Information}} template.
Examples
[edit]| Code | Render | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Test simple case:
{{#invoke:Information|information
|description = description
|date = 2026-08-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-08-02
|source =
|author =
}}
|
|