Template:Organization: Difference between revisions
From Freephile Wiki
No edit summary |
update property assignment |
||
(20 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><div itemscope itemtype="http://schema.org/Organization"> | <includeonly> | ||
<span itemprop="name">[[ | {{#set: | ||
Sdo:name = {{{name|}}} | |||
| logo={{{logo|}}} | |||
| streetAddress = {{{streetAddress|}}} | |||
| addressLocality = {{{addressLocality|}}} | |||
| postalCode = {{{postalCode|}}} | |||
| telephone = {{{telephone|}}} | |||
| faxNumber = {{{faxNumber|}}} | |||
| email = {{{email|}}} | |||
| sameAs = {{{website|}}} | |||
}} | |||
<div itemscope itemtype="http://schema.org/Organization"> | |||
<span itemprop="name">{{{name|}}}</span> | |||
{{#if:{{{logo|}}} |<!--then:--> | |||
<div id="logo" itemprop="logo"> | |||
[[File:{{{logo}}}|200px|link=]] | |||
</div> | |||
}} | |||
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> | <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> | ||
<span itemprop="streetAddress">{{{streetAddress|}}}</span><br> | |||
<span itemprop="streetAddress"> | <span itemprop="addressLocality">{{{addressLocality|}}}</span> | ||
<span itemprop=" | <span itemprop="postalCode">{{{postalCode|}}}</span> | ||
<span itemprop=" | |||
</div> | </div> | ||
Tel:<span itemprop="telephone"> | Tel:<span itemprop="telephone">{{{telephone|}}}</span><br> | ||
Fax:<span itemprop="faxNumber"> | Fax:<span itemprop="faxNumber">{{{faxNumber|}}}</span><br> | ||
E-mail: <span itemprop="email"> | E-mail: <span itemprop="email">{{{email|}}}</span><br> | ||
</div>[[Category:Organization]]</includeonly><noinclude>You can use this template by filling out the [[Form:Organization|Organization]] form</noinclude> | Web: <span itemprop="sameAs">{{{website|}}}</span><br> | ||
</div>[[Category:Organization]]{{#set:hasCoordinates={{#geocode:{{{streetAddress}}} {{{addressLocality}}}}}}}</includeonly><noinclude>You can use this template by filling out the [[Form:Organization|Organization]] form</noinclude> |
Latest revision as of 23:09, 4 September 2025
You can use this template by filling out the Organization form