Difference between revisions of "Template:BuildingInfobox"
Jump to navigation
Jump to search
m |
m |
||
| Line 8: | Line 8: | ||
{ | { | ||
"params": { | "params": { | ||
"Title": { | "Title": { | ||
"aliases": [ | "aliases": [ | ||
"title", | "title", | ||
"name", | "name", | ||
" | "pagename" | ||
], | ], | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"autovalue": "{{PAGENAME}}" | "autovalue": "{{PAGENAME}}", | ||
"required": true | |||
}, | |||
"Image": { | |||
"type": "unknown", | |||
"autovalue": "[[File:' .. fileName .. '|260px|frameless]]", | |||
"suggested": true | |||
}, | |||
"Caption": { | |||
"autovalue": "" | |||
} | } | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"Title", | "Title", | ||
" | "Image", | ||
" | "Caption" | ||
] | ] | ||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> | ||
Revision as of 06:43, 11 April 2025
BuildingInfobox
BuildingInfobox Documentation - Any changes must be made from the documentation page.
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | Title title name pagename | no description
| Page name | required |
| Image | Image | no description
| Unknown | suggested |
| Caption | Caption | no description
| Unknown | optional |