Difference between revisions of "Template:Firm"

From DAS Wiki
Line 28: Line 28:
 
-->{{#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:{{{founded|}}}|<tr><th>Founded</th><td>{{{founded|}}}</td></tr>}}<!--
 
-->{{#if:{{{dissolved|}}}|<tr><th>Dissolved</th><td>{{{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:24, 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.