Template:Infobox block
From The C&C Wiki
The template is used by Template:Infobox for creation of the infobox sections based on semantic properties. Values are pulled from the page data automatically.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Heading | 1 | Infobox section heading text | String | suggested |
| Properties | 2 | The semi-colon delimited list of semantic properties to display. | String | suggested |
- Example
{{Infobox block
|Section Heading
|Modification date
}}
- Result
Section Heading
Modification date
- Example with Infobox
{{Infobox
|header=Infobox
|image=Image Wanted.png
|tagline=Image caption
|content={{Infobox block
|Details
|Modification date
}}
}}
- Result
Infobox

Image caption
Details
Modification date