Template:Place SMW: Difference between revisions
From Trans People Together Wiki
Created page with "{{#if:{{{country|}}}| {{#set:Has organization={{{country}}}}} }}{{#if:{{{region|}}}| {{#set:Has organization={{{region}}}}} }}{{#if:{{{state|}}}| {{#set:Has organization={{{state}}}}} }}{{#if:{{{county|}}}| {{#set:Has organization={{{county}}}}} }}{{#if:{{{city|}}}| {{#set:Has organization={{{city}}}}} }}" |
No edit summary |
||
Line 1: | Line 1: | ||
{{#if:{{{country|}}}| | {{#if:{{{country|}}}| | ||
{{#set:Has | {{#set:Has country={{{country}}}}} | ||
}}{{#if:{{{region|}}}| | }}{{#if:{{{region|}}}| | ||
{{#set:Has | {{#set:Has region={{{region}}}}} | ||
}}{{#if:{{{state|}}}| | }}{{#if:{{{state|}}}| | ||
{{#set:Has | {{#set:Has state={{{state}}}}} | ||
}}{{#if:{{{county|}}}| | }}{{#if:{{{county|}}}| | ||
{{#set:Has | {{#set:Has county={{{county}}}}} | ||
}}{{#if:{{{city|}}}| | }}{{#if:{{{city|}}}| | ||
{{#set:Has | {{#set:Has city={{{city}}}}} | ||
}} | }} |