Difference between revisions of "Template:Firm"

From DAS Wiki
Line 27: Line 27:
 
-->{{#if:{{{image|}}}|<tr><td colspan="2">[[File:{{{image|}}}]]</td></tr>}}<!--
 
-->{{#if:{{{image|}}}|<tr><td colspan="2">[[File:{{{image|}}}]]</td></tr>}}<!--
 
-->{{#if:{{{location|}}}|<tr><th>Location</th><td>{{{location|}}}</td></tr>}}<!--
 
-->{{#if:{{{location|}}}|<tr><th>Location</th><td>{{{location|}}}</td></tr>}}<!--
-->{{#if:{{{founded|}}}{{{dissolved|}}}|<tr><th>Time-span</th><td>{{{founded|}}}-{{{dissolved|}}}</td></tr><!--
+
-->{{#if:{{{founded|}}}{{{dissolved|}}}|<tr><th>Time-span</th><td>{{{founded|}}}-{{{dissolved|}}}</td></tr>}}<!--
 
-->{{#if:{{{firm_type|}}}|<tr><th>Practice Area</th><td>{{#arraymap:{{{firm_type|}}}|,|x|[[x]]}}</td></tr>}}<!--
 
-->{{#if:{{{firm_type|}}}|<tr><th>Practice Area</th><td>{{#arraymap:{{{firm_type|}}}|,|x|[[x]]}}</td></tr>}}<!--
 
-->{{#if:{{{website|}}}|<tr><th>Website</th><td>{{{website|}}}</td></tr>}}<!--
 
-->{{#if:{{{website|}}}|<tr><th>Website</th><td>{{{website|}}}</td></tr>}}<!--

Revision as of 14:41, May 22, 2021

This is the "Firm" template. It should be called in the following format:

{{Firm
|name=
|logo=
|image=
|firm_type=
|founders=
|architects=
|location=
|founded=
|dissolved=
|awards=
|significant_projects=
|website=
}}

Edit the page to see the template text. This template defines the table "Firm". This table has not been created yet.