Template:BlogAuthor: Difference between revisions
Jump to navigation
Jump to search
Infobox created with infobox builder. |
add templatedata and whitespace |
||
| Line 1: | Line 1: | ||
<infobox>< | <infobox> | ||
<header>About the Author</header> | |||
<image source="picture"/> | |||
<data source="author"> | |||
<label>Author</label> | |||
</data> | |||
<data source="roles"> | |||
<label>Roles</label> | |||
</data> | |||
<data source="contact"> | |||
<label>Contact</label> | |||
</data> | |||
</infobox> | |||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"type": "string" | |||
}, | |||
"roles": { | |||
"type": "content" | |||
}, | |||
"picture": { | |||
"type": "content" | |||
}, | |||
"contact": {} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 17:00, 23 May 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | no description | String | optional |
| roles | roles | no description | Content | optional |
| picture | picture | no description | Content | optional |
| contact | contact | no description | Unknown | optional |