Template:Infobox company: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 121: | Line 121: | ||
<tr> | <tr> | ||
<th scope="row">Website</th> | <th scope="row">Website</th> | ||
<td> | <td>{{{website}}}</td> | ||
</tr>}} | </tr>}} | ||
{{#if:{{{legal_entity|}}}| | |||
<tr> | |||
<th scope="row">Legal Entity</th> | |||
<td>{{{legal_entity}}}</td> | |||
</tr>}} | |||
{{#if:{{{support_email|}}}| | |||
<tr> | |||
<th scope="row">Support Email</th> | |||
<td>[mailto:{{{support_email}}} {{{support_email}}}]</td> | |||
</tr>}} | |||
{{#if:{{{contact_number|}}}| | |||
<tr> | |||
<th scope="row">Contact number</th> | |||
<td>{{{contact_number}}}</td> | |||
</tr>}} | |||
</table> | </table> |