Template:BlogPost: Difference between revisions

From Portland NET Wiki
Created page with "<infobox> <title source="title"> <data source="date"> <label>First Published</label> </data> </infobox>"
 
add templatedata
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<infobox>
<infobox>
   <title source="title">
   <title source="title" />
   <data source="date">
   <data source="date">
     <label>First Published</label>
     <label>First Published</label>
   </data>
   </data>
</infobox>
</infobox>
<includeonly>
{{DISPLAYTITLE:{{{title}}}}}
</includeonly>
<noinclude>
<templatedata>
{
"params": {
"title": {
"type": "string"
},
"date": {
"description": "Date of first publication",
"type": "string"
}
},
"format": "block"
}
</templatedata>
</noinclude>