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>Timespan</th><td>{{{founded|}}}-{{{dissolved|}}}</td></tr>}}<!--
 
-->{{#if:{{{founded|}}}{{{dissolved|}}}|<tr><th>Timespan</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 Type</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>}}<!--
 
-->{{#if:{{{founders|}}}{{{architects|}}}|<tr><th style="text-align: center; background-color:#ededed; font-weight: bold;", colspan="2">Personnel</th></tr>}}<!--
 
-->{{#if:{{{founders|}}}{{{architects|}}}|<tr><th style="text-align: center; background-color:#ededed; font-weight: bold;", colspan="2">Personnel</th></tr>}}<!--

Revision as of 19:45, 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.