|
|
Line 1: |
Line 1: |
|
| |
|
| {| class="wikitable" style="width:100%; background:#f9f9f9; border:1px solid #ddd; margin-bottom:15px;"
| |
| |-
| |
| ! colspan="2" style="background:#0b63ce; color:#fff; text-align:center; font-size:18px;" | 👤 Agent Profile
| |
| |-
| |
| | style="width:200px; text-align:center;" | {{#if: {{{image|}}} | [[File:{{{image}}}|200px|center]] | ''Upload your photo'' }}
| |
| | style="vertical-align:top;" |
| |
|
| |
|
| '''Name:''' {{{name|Your Name}}}
| |
| <br>
| |
| '''Intro:''' {{{intro|Write your short story/introduction here.}}}
| |
| |}
| |
|
| |
|
| == My Topics == | | == My Topics == |
Line 31: |
Line 21: |
| * {{#if: {{{instagram|}}} | [{{{instagram}}} Instagram] }} | | * {{#if: {{{instagram|}}} | [{{{instagram}}} Instagram] }} |
| * {{#if: {{{website|}}} | [{{{website}}} Website] }} | | * {{#if: {{{website|}}} | [{{{website}}} Website] }} |
| <noinclude>
| |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "image": {
| |
| "type": "wiki-file-name",
| |
| "required": true
| |
| },
| |
| "name": {
| |
| "type": "wiki-file-name",
| |
| "required": true
| |
| },
| |
| "intro": {
| |
| "type": "content"
| |
| },
| |
| "topic1": {},
| |
| "topic2": {},
| |
| "topic3": {},
| |
| "services": {
| |
| "type": "string"
| |
| },
| |
| "linkedin": {},
| |
| "facebook": {},
| |
| "instagram": {},
| |
| "website": {}
| |
| },
| |
| "format": "inline"
| |
| }
| |
| </templatedata>
| |
| </noinclude>
| |