This is the documentation page for Module:Information
| This module is rated as ready for general use. It has reached a mature form and is thought to be bug-free and ready for use wherever appropriate. To reduce server load and bad output, it should be improved by sandbox testing rather than repeated trial-and-error editing. |
Module providing back-end for {{Information}} template.
Examples
Code |
Render
|
Test simple case:
{{#invoke:Information|information
|
description = description
|
date = 2024-12-07
|
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 = 2024-12-07
|
source =
|
author =
}}
|
|