Template:BlogAuthor: Difference between revisions

From Portland NET Wiki
Infobox created with infobox builder.
 
add templatedata and whitespace
Line 1: Line 1:
<infobox><title source="title"><default>{{PAGENAME}}</default></title><image source="image"/><header>Header</header><data source="author"><label>Author</label></data><data source="roles"><label>Roles</label></data><data source="contact"><label>Contact</label></data></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>