模組: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 =
}}
|
|