385
edits
m (category) |
(rearranged text and added new role field.) |
||
Line 1: | Line 1: | ||
<div style="margin: 1em; flex: 0 0 200px; border-radius: 5px; display: flex; flex-direction: | <div style="margin: 1em; flex: 0 0 200px; border-radius: 5px; display: flex; flex-direction: row; align-items: flex-start;"> | ||
[[File:{{{Volunteer Image URL|User_icon.png }}}]] | [[File:{{{Volunteer Image URL|User_icon.png }}}]] | ||
< | <div style="margin: 1em 0 0 1em;"> | ||
<h3>{{{Volunteer Name}}}</h3> | <h3>{{{Volunteer Name}}}</h3> | ||
<b>{{{Volunteer Role}}}</b><br /> | |||
{{{Volunteer About}}} | {{{Volunteer About}}} | ||
</div> | |||
</div> | </div> | ||
<noinclude> | <noinclude> | ||
Line 20: | Line 22: | ||
}, | }, | ||
"Volunteer About": { | "Volunteer About": { | ||
"type": "content", | |||
"suggested": true | |||
}, | |||
"Volunteer Role": { | |||
"type": "content", | "type": "content", | ||
"suggested": true | "suggested": true | ||
Line 26: | Line 32: | ||
"paramOrder": [ | "paramOrder": [ | ||
"Volunteer Name", | "Volunteer Name", | ||
"Volunteer Role", | |||
"Volunteer About", | "Volunteer About", | ||
"Volunteer Image URL" | "Volunteer Image URL" |
edits