模组:Information/doc
外观
这是Module:Information的文档页面
| 此页面是Module:Information的模块文档。 此页面可能包含了模板的使用说明、分类和其他内容。 |
Module providing back-end for {{Information}} template.
Examples
[编辑]| Code | Render | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Test simple case:
{{#invoke:Information|information
|description = description
|date = 2026-03-25
|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-03-25
|source =
|author =
}}
|
|