Difference between revisions of "Template:Infobox Law Firm"
Jump to navigation
Jump to search
m |
|||
Line 83: | Line 83: | ||
{{#if:{{{headquarters|}}}| | {{#if:{{{headquarters|}}}| | ||
{{!}} style="text-align:right; padding-right:0.75em;" {{!}} '''Headquarters''' | {{!}} style="text-align:right; padding-right:0.75em;" {{!}} '''Headquarters''' | ||
− | {{!}}{{{headquarters}}} | + | {{!}} {{{headquarters}}} |
}} | }} | ||
|- | |- | ||
Line 102: | Line 102: | ||
|- | |- | ||
{{#if:{{{practice_areas|}}}| | {{#if:{{{practice_areas|}}}| | ||
− | {{!}} style="text-align:right; padding-right:0.75em;" {{!}} Major Practice Areas | + | {{!}} style="text-align:right; padding-right:0.75em;" {{!}} '''Major Practice Areas''' |
{{!}} {{{practice_areas}}} | {{!}} {{{practice_areas}}} | ||
}} <!-- If they do everything, just put "General Practice" --> | }} <!-- If they do everything, just put "General Practice" --> | ||
Line 109: | Line 109: | ||
{{!}} style="text-align:right; padding-right:0.75em;" {{!}} '''Key People''' | {{!}} style="text-align:right; padding-right:0.75em;" {{!}} '''Key People''' | ||
{{!}}{{{key_people}}} | {{!}}{{{key_people}}} | ||
− | }} <!-- This is meant for Chairmen and CEOs, not every famous lawyer/partner in the firm --> | + | }} <!-- This is meant for Chairmen and CEOs, not every famous lawyer/partner in the firm --> |
|- | |- | ||
{{#if:{{{revenue|}}}| | {{#if:{{{revenue|}}}| |
Revision as of 18:40, 26 August 2008
This template creates an infobox with the general information relevant to a law firm.
Usage
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.
{{Infobox Law Firm | firm_name = | firm_logo = | headquarters = | num_offices = | num_attorneys = | num_employees = | 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) --> | date_founded = | founder = | company_type = <!-- e.g., Limited liability partnership or Professional corporation --> | homepage = | dissolved = <!-- Date/Reason the company dissolved, e.g., merger or bankruptcy --> }}
Example
Suppose we fill in the blanks like this:
{{Infobox Law Firm | firm_name = Sample Law Firm LLP | firm_logo = [[Image:Logo.png|100px]] | headquarters = Pensacola, Florida | num_offices = 7 | num_attorneys = 250+ | num_employees = 550+ | practice_areas = General practice, especially admiralty law | key_people = Billy Bob Partner (Chairman), Missy Smith (CEO) | revenue = $1.7 billion (1997) | date_founded = September 20, 1997 | founder = | company_type = Limited Liability Partnership | homepage = [http://www.samplelawfirmllc.com SampleLawFirmLLC.com] | dissolved = September 21, 1997 (merger with Other Law Firm LLC) }}
Sample Law Firm LLP | |||
100px | |||
Headquarters | Pensacola, Florida | ||
# of Offices | 7 | ||
# of Attorneys | 250+ | ||
# 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) | ||
Date Founded | September 20, 1997 | ||
Company Type | Limited Liability Partnership | ||
Website | 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.