Template:Infobox Professor: Difference between revisions

From wikilawschool.net. Wiki Law School does not provide legal advice. For educational purposes only.
No edit summary
No edit summary
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
This is the "Infobox Professor" template.
This is the "Infobox Professor" template. It should be invoked for all articles about [[Wiki_Law_School:Law_Professors|Law Professors]].
 
It should be called in the following format:
It should be called in the following format:
<pre>
<pre>
Line 12: Line 13:
| taught_since =  
| taught_since =  
| alma_mater  =
| alma_mater  =
| outlines    =
| website      =  
| website      =  
}}
}}
Line 33: Line 33:
|-
|-
! law_school
! law_school
| The name of the law school where the professor currently teaches.
| The name of the law school where the professor currently teaches. If multiple, separate each by '''asterisk'''.
|-
|-
! subjects
! subjects
Line 39: Line 39:
|-
|-
! status
! status
| "full time" or "adjunct"
| "full time," "adjunct," "emeritus," "retired," or "visiting."  
|-
|-
! taught_since
! taught_since
Line 45: Line 45:
|-
|-
! alma_mater
! alma_mater
| The professor's law school alma mater (use the same name as that school's page on Wiki Law School).
| The professor's law school alma mater (use the same name as that school's page on Wiki Law School). If multiple, separate each by '''asterisk'''.
|-
! outline
| Wiki page name(s) (leave brackets off, they will be added automatically) of any professor-specific outline. If multiple, separate each by '''asterisk'''.
|-
|-
! website
! website
| web address of the professor's law school biography.
| web address of the professor's law school biography. If multiple, separate each by '''asterisk'''.
|}
|}


</noinclude><includeonly>{| class="infobox" cellspacing="3" style="width:25em; font-size:90%; text-align:left;"
</noinclude><includeonly><div itemscope itemtype="http://data-vocabulary.org/Person">
{| class="infobox" cellspacing="3" style="width:25em; font-size:90%; text-align:left;"
|-
|-
| colspan="2" style="font-size:larger; text-align:center;"| '''{{PAGENAME}}'''
| colspan="2" style="font-size:larger; text-align:center;"| '''<span itemprop="name">{{PAGENAME}}</span>'''
|-
|-
| colspan="2" style="text-align:center;"| {{#if: {{{image|}}}|{{{image|}}}|[[File:Default avatar.jpg]]}}
| colspan="2" style="text-align:center;"| {{#if: {{{image|}}}|<span itemprop="image">{{{image|}}}</span>|[[File:Default avatar.jpg]]}}
|-
|-
{{#if: {{{title|}}} |
{{#if: {{{title|}}} |
! Title(s)
! Title(s)
{{!}} {{#arraymap:{{{title|}}}|*|xtitle|[[Professor titles::xtitle]]|<br />}}
{{!}} {{#arraymap:{{{title|}}}|*|xtitle|<span itemprop="jobTitle">[[Has title::xtitle]]</span>|<br />}}
}}
}}
|-
|-
! Law school
! Law school
| {{#arraymap:{{{law_school|}}}|*|xlawschool|[[Is professor at::xlawschool]]|<br />}}
| {{#arraymap:{{{law_school|}}}|*|xlawschool|<span itemprop="affiliation">[[Is professor at::xlawschool]]</span>|<br />}}
|-
|-
! Subject(s)
! Subject(s)
| {{#arraymap:{{{subjects|}}}|*|subj|[[Subject::subj]]|<br />}}  
| {{#arraymap:{{{subjects|}}}|*|xsubjx|[[Teaches::xsubjx]]|<br />}}  
|-
|-
{{#if: {{{taught_since|}}} |
{{#if: {{{taught_since|}}} |
Line 83: Line 81:
{{#if: {{{alma_mater|}}} |
{{#if: {{{alma_mater|}}} |
! Alma Mater
! Alma Mater
{{!}} [[Has alma mater::{{{alma_mater|}}}]]
{{!}} {{#arraymap:{{{alma_mater|}}}|*|xalma_mater|<span itemprop="alumniOf">[[Has alma mater::xalma_mater]]</span>|<br />}}
}}
}}
|-
|-
! Outline(s)
! Outline(s)
| {{#arraymap:{{{outlines|}}}|*|outlns|[[outlns]]|<br />}}
| {{#ask: [[Is taught by::{{PAGENAME}}]]  
| format=list
}}
|-
|-
{{#if: {{{website|}}} |
{{#if: {{{website|}}} |
! Website
! Website
{{!}} {{URL|1={{{website|}}}}}
{{!}} {{#arraymap:{{{website|}}}|*|xwebsite|<span itemprop="url">{{URL|1=xwebsite}}</span>|<br />}}
}}
}}
|-
| colspan="2" style="text-align:center;"|[[Form:Class-Specific Outline|{{Clickable button|Create an Outline for {{PAGENAME}}'s Class|color=blue}}]]
|}
|}
 
{{#seo:|title={{FULLPAGENAME}} - Law School Professor - Wiki Law School}}[[Category:Law Professors]]{{DEFAULTSORT:{{{last_name|}}} {{PAGENAME}} |noerror}}{{#arraymap:{{{law_school|}}}|*|catlawschool|[[Category:catlawschool Professors]]|\s}}</div></includeonly>
[[Category:Law Professors{{#if:{{{last_name|}}}|{{!}}{{{last_name|}}}}}]]
{{#arraymap:{{{law_school|}}}|*|catlawschool|[[Category:catlawschool]]|}}
</includeonly>

Revision as of 21:31, March 8, 2020

This is the "Infobox Professor" template. It should be invoked for all articles about Law Professors.

It should be called in the following format:

{{Infobox Professor
| last_name    =
| image        =
| title        = 
| law_school   = 
| subjects     = 
| status       =
| taught_since = 
| alma_mater   =
| website      = 
}}

Description of fields

Field Description
last_name The last name of the professor.
image If an identifying image can be found, include it in this parameter, like this: [[Image:Example.jpg]]. If the image is much wider than 200px, please limit it like this: [[Image:Example.jpg|200px]].
title Eg, "Associate Professor," "John Smith Distinguished Professor of Law." If multiple, separate by asterisk.
law_school The name of the law school where the professor currently teaches. If multiple, separate each by asterisk.
subjects The subjects taught by the professor. If multiple, separate each by asterisk.
status "full time," "adjunct," "emeritus," "retired," or "visiting."
taught_since First year this professor started teaching law classes.
alma_mater The professor's law school alma mater (use the same name as that school's page on Wiki Law School). If multiple, separate each by asterisk.
website web address of the professor's law school biography. If multiple, separate each by asterisk.