|     |   | 
| Line 1: | Line 1: | 
|  |  | {{AgentCard | 
|  |  | |name=John Doe | 
|  |  | |location=California | 
|  |  | |license=0D12345 | 
|  |  | |instagram=https://instagram.com/johndoe | 
|  |  | |xcom=https://x.com/johndoe | 
|  |  | |tiktok=https://tiktok.com/@johndoe | 
|  |  | |slug=john-doe | 
|  |  | }} | 
|  | 
 |  | 
 | 
|  |   |  | {{AgentCard | 
|  |   |  | |name=Jane Smith | 
|  | == Template:AgentCard==
 |  | |location=Texas | 
|  | <!-- Agent summary card for use on /agents or profile index pages -->
 |  | |license=0F67890 | 
|  | <div class="agent-card" style="border:1px solid #ccc; border-radius:10px; padding:15px; margin-bottom:20px; display:flex; align-items:flex-start;">
 |  | |instagram=https://instagram.com/janesmith | 
|  | <div style="flex:0 0 120px; margin-right:15px;">
 |  | |xcom=https://x.com/janesmith | 
|  | [[File:{{{photo}}}|120px|thumb|{{{name}}}]]
 |  | |tiktok=https://tiktok.com/@janesmith | 
|  | </div>
 |  | |slug=jane-smith | 
|  | <div style="flex:1;">
 |  | }} | 
|  | <h3 style="margin-top:0;">[[Agents/{{{slug}}}|{{{name}}}]]</h3>
 |  | 
|  | <p><b>State:</b> {{{license_state}}}  <br>
 |  | 
|  | <b>License #:</b> {{{license_number}}}  <br>
 |  | 
|  | <b>Agency:</b> {{{agency}}}</p>
 |  | 
|  |   |  | 
|  | <p><b>Contact:</b><br>
 |  | 
|  | 📞 {{{phone}}} <br>
 |  | 
|  | ✉️ {{{email}}} <br>
 |  | 
|  | 🌐 {{{website}}}</p>
 |  | 
|  |   |  | 
|  | <p><b>Social:</b><br>
 |  | 
|  | [{{{instagram}}} Instagram] • [{{{xcom}}} X.com] • [{{{tiktok}}} TikTok]</p>
 |  | 
|  |   |  | 
|  | <p style="margin-top:10px;"><b>[[Agents/{{{slug}}}|→ View Full Profile]]</b></p>
 |  | 
|  | </div>
 |  | 
|  | </div>
 |  | 
		Revision as of 21:51, 1 July 2025
Error: #template_params must be called in the template "AgentCard".
Error: #template_params must be called in the template "AgentCard".