Template:Organization: Difference between revisions
From Trans People Together Wiki
No edit summary |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
}}</td> | }}</td> | ||
</tr> | </tr> | ||
{{#if:{{{logo|}}} | |||
| <tr style="font-size: 130%; font-weight: bold; text-align: center;"> | | | ||
{{#ifeq: {{{logo|}}}|File:Placeholder Logo.png|| <tr style="font-size: 130%; font-weight: bold; text-align: center;"> | |||
<td colspan="2">[[{{{logo}}}]]</td> | <td colspan="2">[[{{{logo}}}]]</td> | ||
</tr> | </tr> | ||
}} | }} | ||
}} | |||
{{#if:{{#invoke:ContainsString|contains|{{{hiddenFields|}}}|Photograph}}| | {{#if:{{#invoke:ContainsString|contains|{{{hiddenFields|}}}|Photograph}}| | ||
{{#if:{{{photo|}}}|--> | {{#if:{{{photo|}}}|--> | ||
Line 18: | Line 20: | ||
}} | }} | ||
}} | }} | ||
<!-- Location --> | |||
{{#if:{{#invoke:ContainsString|contains|{{{hiddenFields|}}}|Location}}| | |||
{{#if:{{{places|}}}| | |||
<tr> | |||
<td style="font-weight: bold;" width="20%">Location:</td> | |||
<td>{{#invoke:LinkWrap|wrap|{{{places}}}}}</td> | |||
</tr> | |||
}} | |||
}} | |||
{{#if:{{#invoke:ContainsString|contains|{{{hiddenFields|}}}|Street Address}}| | {{#if:{{#invoke:ContainsString|contains|{{{hiddenFields|}}}|Street Address}}| | ||
{{#if:{{{address|}}} | {{#if:{{{address|}}} | ||
Line 190: | Line 203: | ||
</table> | </table> | ||
{{{description}}} | {{{description}}} | ||
{{#ifeq:{{{showTOC|}}}|Yes| | |||
__TOC__ | |||
}} | |||
{{#ifeq:{{{showResources|}}}|Yes| | |||
== Resources == | == Resources == | ||
{{OrganizationResources}} | {{OrganizationResources}} | ||
{{#widget:NewResourceEntry|pageName={{PAGENAME}}}} | {{#widget:NewResourceEntry|pageName={{PAGENAME}}}} | ||
}} | |||
{{Organization_SMW | {{Organization_SMW | ||
| fullName = {{{fullName|}}} | | fullName = {{{fullName|}}} | ||
Line 201: | Line 219: | ||
| logo = {{{logo|}}} | | logo = {{{logo|}}} | ||
| photo = {{{photo|}}} | | photo = {{{photo|}}} | ||
| places = {{{places|}}} | |||
| address = {{{address|}}} | | address = {{{address|}}} | ||
| latitude = {{{latitude|}}} | | latitude = {{{latitude|}}} | ||
Line 222: | Line 241: | ||
| taxID = {{{taxID|}}} | | taxID = {{{taxID|}}} | ||
}} | }} | ||
{{#ifeq:{{PAGENAME}}|Organization|| | |||
[[Category:Organizations]] | [[Category:Organizations]] | ||
}} |