Template:Infobox law firm/doc: Difference between revisions

no edit summary
m (1 revision imported)
imported>Zackmann08
No edit summary
 
Line 2: Line 2:
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata -->
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata -->


{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}}
== Usage ==
== Usage ==
{{Parameter names example|name|logo|image_size|alt|headquarters|num_offices|offices|num_attorneys|num_employees|practice_areas|key_people|revenue|profit_per_equity_partner|date_founded|founder|company_type|dissolved|website}}
{{Parameter names example|name|logo|image_size|alt|headquarters|num_offices|offices|num_attorneys|num_employees|practice_areas|key_people|revenue|profit_per_equity_partner|date_founded|founder|company_type|traded_as|dissolved|website}}


This template creates an [[Wikipedia:Infobox templates|infobox]] with the general information relevant to a [[law firm]].  It is roughly based on [[Template:Infobox company]] but with law firm-related fields added (e.g., Number of Attorneys) and non-relevant fields eliminated (e.g., Products).  The infobox is not designed to contain all the information about a law firm, just the quick facts people usually want to look up.
This template creates an [[Wikipedia:Infobox templates|infobox]] with the general information relevant to a [[law firm]].  It is roughly based on [[Template:Infobox company]] but with law firm-related fields added (e.g., Number of Attorneys) and non-relevant fields eliminated (e.g., Products).  The infobox is not designed to contain all the information about a law firm, just the quick facts people usually want to look up.
Line 9: Line 10:
Simply copy the following code and paste it at the top of the law firm entry, then fill in the blanks.  The ''firm_name'', ''num_offices'', ''num_attorneys'', and ''date_founded'' fields are obligatory.  Other entries left blank will be excluded from the displayed infobox.  To change the label from "Attorneys" to "Lawyers", use {{para|num_lawyers}} instead of {{para|num_attorneys}}.
Simply copy the following code and paste it at the top of the law firm entry, then fill in the blanks.  The ''firm_name'', ''num_offices'', ''num_attorneys'', and ''date_founded'' fields are obligatory.  Other entries left blank will be excluded from the displayed infobox.  To change the label from "Attorneys" to "Lawyers", use {{para|num_lawyers}} instead of {{para|num_attorneys}}.


<pre style="overflow:auto">
<syntaxhighlight lang="html" style="overflow:auto">
{{Infobox law firm
{{Infobox law firm
| name                      =
| name                      =
Line 27: Line 28:
| founder                  =
| founder                  =
| company_type              = <!-- e.g., [[Limited liability partnership]] or [[Professional corporation]] -->
| company_type              = <!-- e.g., [[Limited liability partnership]] or [[Professional corporation]] -->
| traded_as                = <!-- e.g., {{LSE|DWF}} -->
| dissolved                = <!-- use {{end date|YYYY|MM|DD}} and reason the company dissolved, e.g., merger or bankruptcy -->
| dissolved                = <!-- use {{end date|YYYY|MM|DD}} and reason the company dissolved, e.g., merger or bankruptcy -->
| website                  = <!-- {{URL|example.com}} -->
| website                  = <!-- {{URL|example.com}} -->
}}
}}
</pre>
</syntaxhighlight>


=== Example ===
=== Example ===
Line 38: Line 40:
| image_size                  = 100px
| image_size                  = 100px
| alt                        = Sample Law Firm logo
| alt                        = Sample Law Firm logo
| headquarters                = [[Pretoria]], [[South Africa]]
| headquarters                = [[Pretoria]], South Africa
| num_offices                = 7
| num_offices                = 7
| offices                    = Hong Kong, London, New York, Paris, Pretoria, Singapore, Sydney
| offices                    = Hong Kong, London, New York, Paris, Pretoria, Singapore, Sydney
Line 50: Line 52:
| founder                    =
| founder                    =
| company_type                = [[Limited liability partnership]]
| company_type                = [[Limited liability partnership]]
| traded_as                  = {{NYSE|EXAMPLE}}
| homepage                    = {{URL|example.com}}
| homepage                    = {{URL|example.com}}
| dissolved                  = {{end date|1997|09|21}} (merger with Other Law Firm LLC)
| dissolved                  = {{end date|1997|09|21}} (merger with Other Law Firm LLC)
Line 61: Line 64:
| image_size                  = 100px
| image_size                  = 100px
| alt                        = Sample Law Firm logo
| alt                        = Sample Law Firm logo
| headquarters                = [[Pretoria]], [[South Africa]]
| headquarters                = [[Pretoria]], South Africa
| num_offices                = 7
| num_offices                = 7
| offices                    = Hong Kong, London, New York, Paris, Pretoria, Singapore, Sydney
| offices                    = Hong Kong, London, New York, Paris, Pretoria, Singapore, Sydney
Line 73: Line 76:
| founder                    =
| founder                    =
| company_type                = [[Limited liability partnership]]
| company_type                = [[Limited liability partnership]]
| traded_as                  = {{NYSE|EXAMPLE}}
| homepage                    = {{URL|example.com}}
| homepage                    = {{URL|example.com}}
| dissolved                  = {{end date|1997|09|21}} (merger with Other Law Firm LLC)
| dissolved                  = {{end date|1997|09|21}} (merger with Other Law Firm LLC)
Line 178: Line 182:
"label": "company_type ",
"label": "company_type ",
"description": "e.g., [[Limited liability partnership]]",
"description": "e.g., [[Limited liability partnership]]",
"type": "string"
},
"traded_as": {
"label": "traded_as",
"description": "if applicable, stock symbol of a publicly-traded law firm",
"type": "string"
"type": "string"
},
},
Line 211: Line 220:
"founder",
"founder",
"company_type",
"company_type",
"traded_as",
"dissolved",
"dissolved",
"website"
"website"
Anonymous user