Difference between revisions of "Template:Infobox US university ranking/doc"

From blackwiki
Jump to navigation Jump to search
imported>ElKevbo
(changing the documentation doesn't change the template)
imported>Emreturkstam
 
(28 intermediate revisions by 11 users not shown)
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
{{notice
+
<!-- Categories and interwikis go at the bottom of this page. -->
 +
{{Convert to use Sidebar}}
 +
{{Notice
 
|image=Ambox warning pn.svg
 
|image=Ambox warning pn.svg
|text=Do '''not''' add new paramters to the /doc page without updates to the template itself. Simply just documenting a parameter here does '''not''' enable usage of the parameter.}}
+
|text=Do '''not''' add new parameters to the /doc page without updates to the template itself. Simply just documenting a parameter here does '''not''' enable usage of the parameter.}}
<!-- Categories and interwikis go at the bottom of this page. -->
+
{{Lua|Module:Check for unknown parameters}}
  
 
== Usage ==
 
== Usage ==
Line 10: Line 12:
 
This infobox may be added by pasting the template as shown below into an article. Insert only the ranking into the template field (i.e., "1" not "1st," "2" not "2nd," etc.).
 
This infobox may be added by pasting the template as shown below into an article. Insert only the ranking into the template field (i.e., "1" not "1st," "2" not "2nd," etc.).
  
{{For|examples of this code in use|Template:Infobox US university ranking/testcases}}
+
{{For|examples of this code in use|Template:Infobox US university ranking/test cases}}
  
 
===National university===
 
===National university===
 +
{{Parameter names example | Forbes | USNWR_NU | Wamo_NU | THE_WSJ | ARWU_W | QS_W | THES_W | USNWR_W | WURI_W}}
 
<pre style="overflow:auto;">
 
<pre style="overflow:auto;">
 
{{Infobox US university ranking
 
{{Infobox US university ranking
 
<!-- U.S. rankings -->
 
<!-- U.S. rankings -->
| ARWU_NU      =
 
 
| Forbes        =
 
| Forbes        =
 
| USNWR_NU      =  
 
| USNWR_NU      =  
Line 26: Line 28:
 
| THES_W        =
 
| THES_W        =
 
| USNWR_W      =
 
| USNWR_W      =
 +
| WURI_W        =
 
}}
 
}}
 
</pre>
 
</pre>
 +
{{Clear}}
 +
{{Section references}}
  
===Liberal arts university===
+
===Liberal arts college===
 +
{{Parameter names example | USNWR_LA | Wamo_LA }}
 
<pre style="overflow:auto;">
 
<pre style="overflow:auto;">
 
{{Infobox US university ranking
 
{{Infobox US university ranking
Line 36: Line 42:
 
}}
 
}}
 
</pre>
 
</pre>
 +
{{Clear}}
 +
{{Section references}}
  
 
===Baccalaureate college===
 
===Baccalaureate college===
 +
{{Parameter names example | Wamo_BAC }}
 
<pre style="overflow:auto;">
 
<pre style="overflow:auto;">
 
{{Infobox US university ranking
 
{{Infobox US university ranking
Line 43: Line 52:
 
}}
 
}}
 
</pre>
 
</pre>
 +
{{Clear}}
 +
{{Section references}}
  
 
===Regional university===
 
===Regional university===
 +
{{Parameter names example | USNWR_REG }}
 
<pre style="overflow:auto;">
 
<pre style="overflow:auto;">
 
{{Infobox US university ranking
 
{{Infobox US university ranking
Line 50: Line 62:
 
}}
 
}}
 
</pre>
 
</pre>
 +
{{Clear}}
 +
{{Section references}}
  
 
===Master's university===
 
===Master's university===
 +
{{Parameter names example | Wamo_MASTERSU }}
 
<pre style="overflow:auto;">
 
<pre style="overflow:auto;">
 
{{Infobox US university ranking
 
{{Infobox US university ranking
Line 57: Line 72:
 
}}
 
}}
 
</pre>
 
</pre>
 +
{{Clear}}
 +
{{Section references}}
  
 
== Parameters ==
 
== Parameters ==
Line 63: Line 80:
 
! style="text-align: left" | Parameter
 
! style="text-align: left" | Parameter
 
! style="text-align: left" | Explanation
 
! style="text-align: left" | Explanation
|-
 
| '''ARWU_NU'''
 
| Shanghai Jiao Tong University's ''Academic Ranking of World Universities'' national ranking
 
 
|-
 
|-
 
| '''ARWU_W'''
 
| '''ARWU_W'''
Line 105: Line 119:
 
| '''Wamo_MASTERSU'''
 
| '''Wamo_MASTERSU'''
 
| ''The Washington Monthly'' 's ranking for Master's Universities
 
| ''The Washington Monthly'' 's ranking for Master's Universities
 +
|-
 +
| '''WURI_W'''
 +
| WURI ''Global Top 100 Innovative Universities'' ranking
 +
|-
 
|}
 
|}
  
==Tracking category==
+
==TemplateData==
{{clc|Infobox US university ranking using unknown parameters}} – This category contains pages using infobox parameters unrecognized by the template. When new parameters are added or modified, the tracking mechanism at the bottom of the template code, implemented using [[Module:Check for unknown parameters]], needs updating as well.
+
{{Collapse top|[[Wikipedia:TemplateData|TemplateData]] documentation used by [[Wikipedia:VisualEditor|VisualEditor]] and other tools}}
 
+
{{TemplateData header|noheader=1}}
<includeonly>{{sandbox other||
 
<!-- Categories below this line; interwikis at Wikidata -->
 
[[Category:WikiProject Universities templates|{{PAGENAME}}]]
 
[[Category:University and college rankings templates|{{PAGENAME}}]]
 
[[Category:United States universities and colleges navigational boxes|{{PAGENAME}}]]
 
[[Category:Templates that add a tracking category]]
 
 
 
}}</includeonly>
 
 
<templatedata>
 
<templatedata>
 
{
 
{
 
"params": {
 
"params": {
 
"mainwidth": {},
 
"mainwidth": {},
"ARWU_NU": {},
 
"ARWU_N": {},
 
 
"Forbes": {},
 
"Forbes": {},
 
"USNWR_NU": {},
 
"USNWR_NU": {},
Line 131: Line 139:
 
"THES_W": {},
 
"THES_W": {},
 
"USNWR_W": {},
 
"USNWR_W": {},
 +
        "WURI_W": {},
 
"USNWR_GU": {},
 
"USNWR_GU": {},
 
"USNWR_LA": {},
 
"USNWR_LA": {},
Line 138: Line 147:
 
"Wamo_MASTERSU": {},
 
"Wamo_MASTERSU": {},
 
"THE_WSJ": {}
 
"THE_WSJ": {}
 +
               
 +
 
}
 
}
 
}
 
}
 
</templatedata>
 
</templatedata>
 +
{{Collapse bottom}}
 +
 +
==Tracking category==
 +
{{clc|Infobox US university ranking using unknown parameters}} – This category contains pages using infobox parameters unrecognized by the template. When new parameters are added or modified, the tracking mechanism at the bottom of the template code, implemented using [[Module:Check for unknown parameters]], needs updating as well.
 +
 +
<includeonly>{{sandbox other||
 +
<!-- Categories below this line; interwikis at Wikidata -->
 +
[[Category:WikiProject Higher education templates]]
 +
[[Category:University and college rankings templates]]
 +
[[Category:United States universities and colleges navigational boxes]]
 +
[[Category:Templates that add a tracking category]]
 +
 +
}}</includeonly>

Latest revision as of 13:45, 26 December 2020

Usage

The infobox may be used to summarize information about rankings of U.S. universities and colleges. It only reflects broad university rankings. Specific rankings about the university and its individual schools and colleges should be reflected in prose in the body of the article, not in this high-level template. See Category:University and college rankings templates for templates that may be used in the articles for the schools within a university.

This infobox may be added by pasting the template as shown below into an article. Insert only the ranking into the template field (i.e., "1" not "1st," "2" not "2nd," etc.).

National university

Template:Parameter names example

{{Infobox US university ranking
<!-- U.S. rankings -->
| Forbes        =
| USNWR_NU      = 
| Wamo_NU       =
| THE_WSJ       =
<!-- Global rankings -->
| ARWU_W        = 
| QS_W          =
| THES_W        =
| USNWR_W       =
| WURI_W        =
}}

Template:Section references

Liberal arts college

Template:Parameter names example

{{Infobox US university ranking
| USNWR_LA      =
| Wamo_LA       =
}}

Template:Section references

Baccalaureate college

Template:Parameter names example

{{Infobox US university ranking
| Wamo_BAC      =
}}

Template:Section references

Regional university

Template:Parameter names example

{{Infobox US university ranking
| USNWR_REG     =
}}

Template:Section references

Master's university

Template:Parameter names example

{{Infobox US university ranking
| Wamo_MASTERSU =
}}

Template:Section references

Parameters

Parameter Explanation
ARWU_W Shanghai Jiao Tong University's Academic Ranking of World Universities world ranking
Forbes Forbes's ranking of Best American Colleges
QS_W QS World University Rankings world ranking
THE_WSJ The Times Higher Education U.S. college ranking
THES_W The Times Higher Education world university ranking
USNWR_NU U.S. News & World Report national university ranking
USNWR_LA U.S. News & World Report liberal arts college ranking
USNWR_REG U.S. News & World Report regional university rankings (field applicable for all regions)
USNWR_W U.S. News & World Report global university ranking
Wamo_NU The Washington Monthly's ranking for National Universities
Wamo_LA The Washington Monthly 's ranking for Liberal Arts Colleges
Wamo_BAC The Washington Monthly 's ranking for Baccalaureate Colleges
Wamo_MASTERSU The Washington Monthly 's ranking for Master's Universities
WURI_W WURI Global Top 100 Innovative Universities ranking

TemplateData

TemplateData documentation used by VisualEditor and other tools
See the monthly parameter usage report for this template.

TemplateData for Infobox US university ranking

No description.

Template parameters

ParameterDescriptionTypeStatus
Mainwidthmainwidth

no description

Unknownoptional
ForbesForbes

no description

Unknownoptional
USNWR_NUUSNWR_NU

no description

Unknownoptional
Wamo_NUWamo_NU

no description

Unknownoptional
ARWU_WARWU_W

no description

Unknownoptional
QS_WQS_W

no description

Unknownoptional
THES_WTHES_W

no description

Unknownoptional
USNWR_WUSNWR_W

no description

Unknownoptional
WURI_WWURI_W

no description

Unknownoptional
USNWR_GUUSNWR_GU

no description

Unknownoptional
USNWR_LAUSNWR_LA

no description

Unknownoptional
Wamo_LAWamo_LA

no description

Unknownoptional
Wamo_BACWamo_BAC

no description

Unknownoptional
USNWR_REGUSNWR_REG

no description

Unknownoptional
Wamo_MASTERSUWamo_MASTERSU

no description

Unknownoptional
THE_WSJTHE_WSJ

no description

Unknownoptional

Tracking category

Category:Infobox US university ranking using unknown parameters (0) – This category contains pages using infobox parameters unrecognized by the template. When new parameters are added or modified, the tracking mechanism at the bottom of the template code, implemented using Module:Check for unknown parameters, needs updating as well.