Template:Infobox law firm/doc
This is a documentation subpage for Template:Infobox law firm. It may contain usage information, categories and other content that is not part of the original template page. |
Usage
[[File:{{{logo}}}|frameless]] | |
Headquarters | {{{headquarters}}} |
---|---|
No. of offices | {{{num_offices}}} |
No. of attorneys | {{{num_attorneys}}} |
No. of employees | {{{num_employees}}} |
Major practice areas | {{{practice_areas}}} |
Key people | {{{key_people}}} |
Revenue | {{{revenue}}} |
Profit per equity partner | {{{profit_per_equity_partner}}} |
Date founded | {{{date_founded}}} |
Founder | {{{founder}}} |
Company type | {{{company_type}}} |
Slogan | {{{slogan}}} |
Dissolved | {{{dissolved}}} |
Website | {{{homepage}}} |
This template creates an 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.
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 |num_lawyers=
instead of |num_attorneys=
.
{{Infobox law firm | name = | logo = | headquarters = <!-- city or, e.g., "Decentralized" --> | num_offices = | offices = <!-- Specify the firm's offices --> | num_attorneys = | num_lawyers = <!-- alternative to num_attorneys where "Lawyers" is more appropriate label --> | num_employees = <!-- Total employees, including attorneys and staff --> | practice_areas = <!-- MAJOR practice areas only; if they do everything "General Practice" --> | key_people = <!-- chairmen and CEOs, not every famous lawyer in the firm --> | revenue = <!-- amount (year) --> | profit_per_equity_partner = <!-- amount (year) --> | date_founded = | founder = | company_type = <!-- e.g., [[Limited liability partnership]] or [[Professional corporation]] --> | slogan = <!-- not all firms have a slogan, so use as necessary --> | homepage = | dissolved = <!-- Date/Reason the company dissolved, e.g., merger or bankruptcy --> }}
Example
Headquarters | Pretoria, South Africa |
---|---|
No. of offices | 7 |
Offices | Hong Kong, London, New York, Paris, Pretoria, Singapore, Sydney |
No. of attorneys | 250+ |
No. of employees | 550+ |
Major practice areas | General practice, especially admiralty law |
Key people | Billy Bob Partner (Chairman), Missy Smith (CEO) |
Revenue | $1.7 billion (1997) |
Profit per equity partner | $1.2 million (1997) |
Date founded | September 20, 1997 |
Company type | Limited liability partnership |
Slogan | Trust us, we're lawyers. |
Dissolved | September 21, 1997 (merger with Other Law Firm LLC) |
Website | samplelawfirmllc |
Suppose we fill in the blanks like this:
{{Infobox law firm | name = Sample Law Firm LLP | logo = [[Image:MyFirmLogo.jpg]] | headquarters = [[Pretoria]], [[South Africa]] | num_offices = 7 | offices = Hong Kong, London, New York, Paris, Pretoria, Singapore, Sydney | num_attorneys = 250+ | num_employees = 550+ | practice_areas = General practice, especially [[admiralty law]] | key_people = Billy Bob Partner (Chairman), Missy Smith (CEO) | revenue = {{profit}} $1.7 billion (1997) | profit_per_equity_partner = $1.2 million (1997) | date_founded = September 20, 1997 | founder = | company_type = [[Limited liability partnership]] | slogan = Trust us, we're lawyers. | homepage = {{URL|samplelawfirmllc.com}} | dissolved = September 21, 1997 (merger with Other Law Firm LLC) }}
The infobox will display like this on the right. Notice the founder field is not displayed because we left it blank.
Microformat
The HTML mark-up produced by this template includes an hCard microformat that makes an organization's details readily parsable by computer programs. This aids tasks such as the cataloguing of articles and maintenance of databases. For more information about the use of microformats on Wikipedia, please visit the Microformat WikiProject.
- Subtemplates
- Use {{Start date and age}} for the date on which an organisation was "established", "founded", "opened" or otherwise started, unless that date is before 1583 CE.
- Use {{URL}} for an organisation's URL.
Please do not remove instances of these subtemplates.
- Classes used
The HTML classes of this microformat include:
- adr
- agent
- category
- country-name
- extended-address
- fn
- geo
- label
- latitude
- locality
- longitude
- nickname
- note
- org
- region
- street-address
- url
- vcard
nor collapse nested elements which use them.
Template data
TemplateData for Infobox law firm
Creates an infobox for law firms
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | 1 | overrides the name at the top of the infobox | String | optional |
Logo | 2 | Full filename of logo – eg. [[File:Example.png]] | String | optional |
Headquarters | 3 | Where the companies HQ is based | String | optional |
num_offices | 4 | Number of offices | String | optional |
offices | 5 | Offices | String | optional |
num_attorneys | 6 | How many attorneys are employed | String | optional |
num_lawyers | 7 | How many Lawyers are employed | String | optional |
num_employees | 8 | Total number of employees | String | optional |
practice_areas | 9 | MAJOR practice areas only, if they do all areas, then enter General Practice | String | optional |
key_people | 10 | chairmen and CEOs not every famous lawyer in the firm | String | optional |
revenue | 11 | revenue (year) | String | optional |
profit_per_equity_partner | 12 | revenue (year) | String | optional |
date_founded | 13 | foundation date | String | optional |
founder | 14 | Name of founder, with wikilink | String | optional |
company_type | 15 | eg., [[Limited liability partnership]] | String | optional |
slogan | 16 | Companies slogan | String | optional |
homepage | 17 | eg.,{{URL|samplelawfirmllc.com}} | String | optional |
dissolved | 18 | year dissolved | String | optional |
See also