Template:BlogAuthor: Difference between revisions
From Portland NET Wiki
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> | |||
