Template:Sdo:Organization: Difference between revisions
From Freephile Wiki
Created page with "<includeonly><div itemscope itemtype="http://schema.org/Organization"> <!-- name --> <span itemprop="name">[[Sdo:name::{{{name|}}}]]</span> <!-- address --> <div itemprop="ad..." |
update property assignment |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><div itemscope itemtype="http://schema.org/Organization"> | <includeonly> | ||
{{#set: | |||
Sdo:name = {{{name|}}} | |||
<span itemprop="name"> | | Sdo:streetAddress = {{{streetAddress|}}} | ||
| Sdo:addressLocality = {{{addressLocality|}}} | |||
| Sdo:addressRegion = {{{addressRegion|}}} | |||
| Sdo:postalCode = {{{postalCode|}}} | |||
| Sdo:telephone = {{{telephone|}}} | |||
| Sdo:email = {{{email|}}} | |||
}} | |||
<div itemscope itemtype="http://schema.org/Organization"> | |||
<span itemprop="name">{{{name|}}}</span> | |||
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> | <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> | ||
<span itemprop="streetAddress"> | <span itemprop="streetAddress">{{{streetAddress|}}}</span> | ||
<span itemprop="addressLocality"> | <span itemprop="addressLocality">{{{addressLocality|}}}</span> <span itemprop="addressRegion">{{{addressRegion|}}}</span> | ||
, <span itemprop="postalCode"> | , <span itemprop="postalCode">{{{postalCode|}}}</span> | ||
</div> | </div> | ||
Tel:<span itemprop="telephone"> | Tel:<span itemprop="telephone">{{{telephone|}}}</span>, | ||
E-mail: <span itemprop="email"> | E-mail: <span itemprop="email">{{{email|}}}</span> | ||
</div>[[Category:Sdo:Organization]]</includeonly><noinclude>You can use this template by filling out the [[Form:Sdo:Organization|Sdo:Organization]] form</noinclude> | </div>[[Category:Sdo:Organization]]</includeonly><noinclude>You can use this template by filling out the [[Form:Sdo:Organization|Sdo:Organization]] form</noinclude> |
Latest revision as of 22:17, 4 September 2025
You can use this template by filling out the Sdo:Organization form