Template:Infobox law firm/doc

Safer nicotine wiki Tobacco Harm Reduction
Jump to navigation Jump to search

Usage

{{{name}}}
[[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_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

Sample Law Firm LLP
Sample Law Firm logo
HeadquartersPretoria, South Africa
No. of offices7
OfficesHong Kong, London, New York, Paris, Pretoria, Singapore, Sydney
No. of attorneys250+
No. of employees550+
Major practice areasGeneral practice, especially admiralty law
Key people
  • Billy Bob Partner (Chairman)
  • Missy Smith (CEO)
RevenueIncrease $1.7 billion (1997)
Profit per equity partner$1.2 million (1997)
Date foundedSeptember 20, 1997 (1997-09-20)
Company typeLimited liability partnership
Traded asNYSEEXAMPLE
DissolvedSeptember 21, 1997 (1997-09-21) (merger with Other Law Firm LLC)
Websiteexample.com

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_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

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

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
Please do not rename or remove these classes
nor collapse nested elements which use them.

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools.

Infobox law firm

Creates an infobox for law firms

Template parameters

ParameterDescriptionTypeStatus
namename firm_name

overrides the name at the top of the infobox

Stringoptional
logologo firm_logo

filename of logo – e.g., Example.png

Stringoptional
image_sizeimage_size imagesize

size in pixels, e.g., 100px

Unknownoptional
altalt

hidden caption for accessibility per [[WP:ALT]]

Unknownoptional
headquartersheadquarters

where the law firm's HQ is based

Stringoptional
num_officesnum_offices

number of offices

Stringoptional
officesoffices

offices

Stringoptional
num_attorneysnum_attorneys num_lawyers

how many attorneys/lawyers are employed

Stringoptional
num_employeesnum_employees

total number of employees

Stringoptional
practice_areaspractice_areas

MAJOR practice areas only; if they do all areas, then enter 'General practice'

Stringoptional
key_peoplekey_people

chairmen and CEOs, not every famous lawyer in the firm

Stringoptional
revenuerevenue

revenue (year)

Stringoptional
profit_per_equity_partnerprofit_per_equity_partner

revenue (year)

Stringoptional
date_foundeddate_founded

foundation date

Stringoptional
founderfounder

name of founder, with wikilink

Stringoptional
company_type company_type

e.g., [[Limited liability partnership]]

Stringoptional
traded_astraded_as

if applicable, stock symbol of a publicly-traded law firm

Stringoptional
dissolveddissolved

year dissolved

Stringoptional
websitewebsite homepage

e.g., {{URL|example.com}}

Stringoptional

See also