Difference between revisions of "Template:Infobox Modul-v2"
From Animation Luzern Wiki
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
| above = {{#if:{{{name|}}}|{{{id}}}<br>{{{name}}}|{{PAGENAMEBASE}}}} | | above = {{#if:{{{name|}}}|{{{id}}}<br>{{{name}}}|{{PAGENAMEBASE}}}} | ||
| aboveclass = summary | | aboveclass = summary | ||
+ | |||
+ | | image1 = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|sizedefault=200px|alt={{{image_alt|}}}}} | ||
+ | | caption1 = {{{caption1|}}} | ||
| label1 = Responsible | | label1 = Responsible | ||
Line 15: | Line 18: | ||
| label2 = Year | | label2 = Year | ||
| data2 = {{{year|}}} | | data2 = {{{year|}}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
| label5 = Kind | | label5 = Kind | ||
Line 31: | Line 28: | ||
| data7 = {{{grade|}}} | | data7 = {{{grade|}}} | ||
− | | label8 = | + | | label8 = Schedule |
| data8 = {{{schedule|}}} | | data8 = {{{schedule|}}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}}</includeonly> | }}</includeonly> | ||
Line 60: | Line 48: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
+ | "image": {}, | ||
+ | "image_size": {}, | ||
+ | "image_alt": {}, | ||
"responsible": {}, | "responsible": {}, | ||
"year": {}, | "year": {}, | ||
− | |||
− | |||
"kind": {}, | "kind": {}, | ||
"ects": {}, | "ects": {}, | ||
"grade": {}, | "grade": {}, | ||
− | "schedule": {} | + | "schedule": {} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 16:07, 28 March 2024
Usage
{{Infobox Modul-v2|name=xyz|id=xyz|...}}
Arguments
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | no description
| String | optional |
Id | id | no description
| String | optional |
Image | image | no description
| Unknown | optional |
Image_size | image_size | no description
| Unknown | optional |
Image_alt | image_alt | no description
| Unknown | optional |
Responsible | responsible | no description
| Unknown | optional |
Year | year | no description
| Unknown | optional |
Kind | kind | no description
| Unknown | optional |
Ects | ects | no description
| Unknown | optional |
Grade | grade | no description
| Unknown | optional |
Schedule | schedule | no description
| Unknown | optional |