Template:BlogAuthor: Difference between revisions
Jump to navigation
Jump to search
Infobox created with infobox builder. |
remove article list because it showed up in blog articles themselves |
||
| (14 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<infobox | <infobox layout="stacked"> | ||
<header>About the Author</header> | |||
<image source="picture"/> | |||
<data source="name"> | |||
<label>Author</label> | |||
<format>[[BlogAuthors/{{#invoke:String|replace|{{{name}}}| |}}|{{{name}}}]]</format> | |||
</data> | |||
<data source="contact"> | |||
<label>Contact</label> | |||
</data> | |||
<data source="role1"> | |||
<label>{{{role1}}}</label> | |||
<format>{{{org1}}}</format> | |||
</data> | |||
<data source="role2"> | |||
<label>{{{role2}}}</label> | |||
<format>{{{org2}}}</format> | |||
</data> | |||
</infobox> | |||
<noinclude> | |||
Blog articles: | |||
{{#dpl: | |||
| linksto = {{FULLPAGENAME}} | |||
}} | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"type": "string" | |||
}, | |||
"role1": { | |||
"type": "string" | |||
}, | |||
"org1": { | |||
"type": "string" | |||
}, | |||
"role2": { | |||
"type": "string" | |||
}, | |||
"org2": { | |||
"type": "string" | |||
}, | |||
"picture": { | |||
"type": "content", | |||
"example": "headshot.jpg" | |||
}, | |||
"contact": {} | |||
}, | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 13:48, 29 May 2025
Blog articles:
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | no description | String | optional |
| role1 | role1 | no description | String | optional |
| org1 | org1 | no description | String | optional |
| role2 | role2 | no description | String | optional |
| org2 | org2 | no description | String | optional |
| picture | picture | no description
| Content | optional |
| contact | contact | no description | Unknown | optional |