Template:BlogAuthor: Difference between revisions
From Portland NET Wiki
rename "author" param to "name" |
try stacked layout |
||
| Line 1: | Line 1: | ||
<infobox> | <infobox layout="stacked"> | ||
<header>About the Author</header> | <header>About the Author</header> | ||
<image source="picture"/> | <image source="picture"/> | ||
<data source="name"> | <data source="name"> | ||
<label>Author</label> | <label>Author</label> | ||
</data> | |||
<data source="contact"> | |||
<label>Contact</label> | |||
</data> | </data> | ||
<data source="roles"> | <data source="roles"> | ||
<label>Roles</label> | <label>Roles</label> | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
| Line 24: | Line 24: | ||
"picture": { | "picture": { | ||
"type": "content", | "type": "content", | ||
"example": " | "example": "headshot.jpg" | ||
}, | }, | ||
"contact": {} | "contact": {} | ||
