Template:Organization: Difference between revisions
From Freephile Wiki
No edit summary |
Add semantic properties |
||
Line 1: | Line 1: | ||
<includeonly><div itemscope itemtype="http://schema.org/Organization"> | <includeonly><div itemscope itemtype="http://schema.org/Organization"> | ||
<span itemprop="name">{{{name|}}}</span> | <span itemprop="name">[[name::{{{name|}}}]]</span> | ||
Contact Details: | Contact Details: | ||
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> | <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> | ||
Main address: | Main address: | ||
<span itemprop="streetAddress">{{{streetAddress|}}}</span> | <span itemprop="streetAddress">[[streetAddress::{{{streetAddress|}}}]]</span> | ||
<span itemprop="postalCode">{{{postalCode|}}}</span> | <span itemprop="postalCode">[[postalCode::{{{postalCode|}}}]]</span> | ||
<span itemprop="addressLocality">{{{addressLocality|}}}</span> | <span itemprop="addressLocality">[[addressLocality::{{{addressLocality|}}}]]</span> | ||
, | , | ||
</div> | </div> | ||
Tel:<span itemprop="telephone">{{{telephone|}}}</span>, | Tel:<span itemprop="telephone">[[telephone::{{{telephone|}}}]]</span>, | ||
Fax:<span itemprop="faxNumber">{{{faxNumber|}}}</span>, | Fax:<span itemprop="faxNumber">[[faxNumber::{{{faxNumber|}}}]]</span>, | ||
E-mail: <span itemprop="email">{{{email|}}}</span> | E-mail: <span itemprop="email">[[email::{{{email|}}}]]</span> | ||
</div></includeonly> | </div></includeonly> |