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. |
This template uses Lua: |
Usage
[edit][[File:{{{logo}}}|{{{image_size}}}|alt={{{alt}}}]] | |
Headquarters | {{{headquarters}}} |
---|---|
No. of offices | {{{num_offices}}} |
Offices | {{{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}}} |
Traded as | {{{traded_as}}} |
Dissolved | {{{dissolved}}} |
Website | {{{website}}} |
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 =
| image_size =
| alt =
| headquarters = <!-- city or, e.g., "Decentralized" -->
| num_offices =
| offices = <!-- Specify the firm's offices -->
| num_partners = <!-- total partners, for partnership-based firms -->
| num_attorneys = <!-- or | num_lawyers = -->
| num_employees = <!-- Total employees, including attorneys and staff -->
| practice_areas = <!-- MAJOR practice areas only; if they do all areas, then use "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 = <!-- use {{start date|YYYY|MM|DD}} -->
| founder =
| 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 -->
| website = <!-- {{URL|example.com}} -->
}}
Example
[edit]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 |
|
Revenue | $1.7 billion (1997) |
Profit per equity partner | $1.2 million (1997) |
Date founded | September 20, 1997 |
Company type | Limited liability partnership |
Traded as | NYSE: EXAMPLE |
Dissolved | September 21, 1997 | (merger with Other Law Firm LLC)
Website | example |
Suppose we fill in the blanks like this:
{{Infobox law firm
| name = Sample Law Firm LLP
| logo = Tux.svg
| image_size = 100px
| alt = Sample Law Firm logo
| headquarters = [[Pretoria]], South Africa
| num_offices = 7
| offices = Hong Kong, London, New York, Paris, Pretoria, Singapore, Sydney
| num_partners = <!-- total partners, for partnership-based firms -->
| num_attorneys = 250+
| num_employees = 550+
| practice_areas = General practice, especially [[admiralty law]]
| key_people = {{Unbulleted list|Billy Bob Partner (Chairman)|Missy Smith (CEO)}}
| revenue = {{increase}} $1.7 billion (1997)
| profit_per_equity_partner = $1.2 million (1997)
| date_founded = {{start date|1997|09|20}}
| founder =
| company_type = [[Limited liability partnership]]
| traded_as = {{NYSE|EXAMPLE}}
| homepage = {{URL|example.com}}
| dissolved = {{end date|1997|09|21}} (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
[edit]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.
TemplateData
[edit]TemplateData for Infobox law firm
Creates an infobox for law firms
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name firm_name | overrides the name at the top of the infobox | String | optional |
logo | logo firm_logo | filename of logo – e.g., Example.png | String | optional |
image_size | image_size imagesize | size in pixels, e.g., 100px | Unknown | optional |
alt | alt | hidden caption for accessibility per [[WP:ALT]] | Unknown | optional |
headquarters | headquarters | where the law firm's HQ is based | String | optional |
num_offices | num_offices | number of offices | String | optional |
offices | offices | offices | String | optional |
num_partners | num_partners | Number of partners, mainly relevant for law firms organised as partnerships | Number | optional |
num_attorneys | num_attorneys num_lawyers | how many attorneys/lawyers are employed | String | optional |
num_employees | num_employees | total number of employees | String | optional |
practice_areas | practice_areas | MAJOR practice areas only; if they do all areas, then enter 'General practice' | String | optional |
key_people | key_people | chairmen and CEOs, not every famous lawyer in the firm | String | optional |
revenue | revenue | revenue (year) | String | optional |
profit_per_equity_partner | profit_per_equity_partner | revenue (year) | String | optional |
date_founded | date_founded | foundation date | String | optional |
founder | founder | name of founder, with wikilink | String | optional |
company_type | company_type | e.g., [[Limited liability partnership]] | String | optional |
traded_as | traded_as | if applicable, stock symbol of a publicly-traded law firm | String | optional |
dissolved | dissolved | year dissolved | String | optional |
website | website homepage | e.g., {{URL|example.com}} | String | optional |
See also
[edit]