Difference between revisions of "Template:Infobox First Nation/doc"

From blackwiki
Jump to navigation Jump to search
imported>Awmcphee
imported>Awmcphee
Line 2: Line 2:
 
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
 
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
 
== Usage ==
 
== Usage ==
This template is to be used for articles about Canadian First Nations [[band governments]]. In Canada, band governments usually own one or more [[Indian reserve|Indian reserves]]. Since band governments are groups of people, and Indian reserves are geographic entities, the two should have separate articles wherever possible. For a template suitable for Indian reserve articles, see [[Template:Infobox settlement]].
 
 
It can (and should) also be used for unrecognized First Nations groups, provided that reliable sources exist relating to those groups' claimed identity.
 
 
== Blank versions ==
 
 
<pre style="overflow:auto">{{Infobox First Nation
 
<pre style="overflow:auto">{{Infobox First Nation
 
| band_name            =  
 
| band_name            =  
Line 60: Line 55:
 
}}
 
}}
 
</pre>
 
</pre>
 +
=== Notice ===
 +
 +
This template is to be used articles about First Nation bands (such as [[Chippewas of Nawash Unceded First Nation]]) and not reserves (such as [[Shoal Lake 39]]). For a template to be sued with reserves see [[Template:Infobox settlement]].
  
=== Parameters ===
+
== Parameters ==
  
 
*{{para|band_name}} the band name, automatically included in the infobox title
 
*{{para|band_name}} the band name, automatically included in the infobox title
Line 80: Line 78:
 
*{{para|on_reserve}} the population on reserve
 
*{{para|on_reserve}} the population on reserve
 
*{{para|off_reserve}} the population off reserve
 
*{{para|off_reserve}} the population off reserve
*{{para|total_pop}} the total population of the band (use if
+
*{{para|total_pop}} the total population of the band (use if on/off reserve populations aren't known or automatic addition isn't working)
 +
*{{para|chief}} the name of the current chief
 +
*{{para|council}} a list of names of councillors, use * syntax
 +
*{{para|tribal_council}} the associated tribal council (if any)
 +
*{{para|website}} a link to the official website
 +
*{{para|footnotes}} a citation, probably to the band's INAC profile
 +
 
 +
== Example ==
 +
 
 +
{{Infobox First Nation
 +
| band_name            = Sample Nation of Wet Lake
 +
| band_number          = 675
 +
| endonym              = Nèhinaw
 +
| image                = Example.jpg
 +
| caption              =
 +
| map                  =
 +
| map_caption          =
 +
| people                = Cree
 +
| treaty                = Example Treaty
 +
| headquarters          = Wet Lake
 +
| province              = Ontario
 +
| main_reserve          = Wet Lake 16
 +
| reserve              =
 +
* Wet Lake 16A
 +
* Wet Lake 16B
 +
* Dry Lake 6
 +
| area                  = 594.7
 +
| pop_year              = 2019
 +
| on_reserve            = 1230
 +
| off_reserve          = 678
 +
| total_pop            =
 +
| chief                = Bernard Sampleman
 +
| council              =
 +
* Primo Sampleman
 +
* Segundus Sampleman
 +
| tribal_council        = Ontario Association of Sample Entities
 +
| website              = example.ex.ca
 +
}}
 +
 
 +
<pre style="overflow:auto">{{Infobox First Nation
 +
| band_name            = Sample Nation of Wet Lake
 +
| band_number          = 675
 +
| endonym              = Nèhinaw
 +
| image                = Example.jpg
 +
| caption              =
 +
| map                  =
 +
| map_caption          =
 +
| people                = Cree
 +
| treaty                = Example Treaty
 +
| headquarters          = Wet Lake
 +
| province              = Ontario
 +
| main_reserve          = Wet Lake 16
 +
| reserve              =
 +
* Wet Lake 16A
 +
* Wet Lake 16B
 +
* Dry Lake 6
 +
| area                  = 594.7
 +
| pop_year              = 2019
 +
| on_reserve            = 1230
 +
| off_reserve          = 678
 +
| total_pop            = <!-- Notice the total population is automatically calculated -->
 +
| chief                = Bernard Sampleman
 +
| council              =
 +
* Primo Sampleman
 +
* Segundus Sampleman
 +
| tribal_council        = Ontario Association of Sample Entities
 +
| website              = example.ex.ca
 +
}}</pre>
 +
 
 +
== TemplateData ==
 +
{{collapse top}}
 +
{{TemplateData header}}
 +
<templatedata>
 +
{
 +
"description": "An Infobox for First Nations in Canada",
 +
"params": {
 +
"group": {
 +
"label": "Ethnic Group",
 +
"description": "The ethnic group of the First Nation.",
 +
"type": "string",
 +
"required": false,
 +
"suggested": true
 +
},
 +
"image": {
 +
"label": "Image",
 +
"description": "An image associated with the First Nation, eg a flag, photograph of the reserve.",
 +
"type": "wiki-file-name",
 +
"required": false,
 +
"suggested": true
 +
},
 +
"caption": {
 +
"label": "Image caption",
 +
"description": "This will display under the image.",
 +
"type": "string",
 +
"required": false
 +
},
 +
"band_number": {
 +
"label": "Band Number",
 +
"description": "The band number according to Indigenous and Northern Affairs Canada.",
 +
"type": "number",
 +
"required": false,
 +
},
 +
"location": {
 +
"label": "Region",
 +
"description": "The location (eg region, province, territory, etc) of the First Nation.",
 +
"type": "string",
 +
"required": false,
 +
"example": "Northwestern Ontario"
 +
},
 +
"main_reserve": {
 +
"label": "Main Reserve",
 +
"description": "The name of the main reserve of the First Nation.",
 +
"type": "string",
 +
"required": false,
 +
"suggested": true
 +
},
 +
"reserve": {
 +
"label": "Other Reserves",
 +
"description": "A list of the other reserves belonging to the First Nation.",
 +
"type": "string",
 +
"required": false
 +
},
 +
"area": {
 +
"label": "Area",
 +
"description": "The total area of all reserves, in km<sup>2</sup>.",
 +
"type": "number",
 +
"required": false
 +
},
 +
"on_reserve": {
 +
"label": "Registered Population On Own Reserve",
 +
"description": "Total registered population living on the First Nation's own reserve(s).",
 +
"type": "number",
 +
"required": false
 +
},
 +
"off_reserve": {
 +
"label": "Registered Population Off Reserve",
 +
"description": "Total registered population living off the First Nation's reserve(s), not including registered population on other reserves, on own Crown land, on other band Crown land, or on no band Crown land.",
 +
"type": "number",
 +
"required": false
 +
},
 +
"total_pop": {
 +
"label": "Total Population",
 +
"description": "This will add together the numbers for on-reserve and off-reserve populations.",
 +
"type": "number",
 +
"required": false
 +
},
 +
"chief": {
 +
"label": "Grand Chief",
 +
"description": "The name of the current Grand Chief.",
 +
"type": "string",
 +
"required": false
 +
},
 +
"council_size": {
 +
"label": "Council Size",
 +
"description": "The number of Councillors.",
 +
"type": "number",
 +
"required": false
 +
},
 +
"tribal_council": {
 +
"label": "Tribal Council",
 +
"description": "The Tribal Council this band is associated with, if any.",
 +
"type": "string",
 +
"required": false
 +
},
 +
},
 +
"format": "{{_\n| _______________________________ = _\n}}\n",
 +
"paramOrder": [
 +
"group",
 +
"image",
 +
"caption",
 +
"band_number",
 +
"location",
 +
"main_reserve",
 +
"reserve",
 +
"area",
 +
"on_reserve",
 +
"off_reserve",
 +
"total_pop",
 +
"chief",
 +
"council_size",
 +
"tribal_council"
 +
]
 +
}
 +
</templatedata>
 +
{{collapse bottom}}
 +
 
 +
<includeonly>{{sandbox other||
 +
<!-- Categories below this line, please; interwikis at Wikidata -->
 +
 
 +
}}</includeonly>

Revision as of 19:24, 20 August 2019

Usage

{{Infobox First Nation
| band_name             = 
| band_number           = 
| endonym               = 
| image                 = 
| caption               = 
| map                   = 
| map_caption           = 
| people                = 
| treaty                = 
| headquarters          = 
| province              = 
| main_reserve          = 
| reserve               = 
| area                  = 
| pop_year              = 
| on_reserve            = 
| off_reserve           = 
| total_pop             = 
| chief                 = 
| council               = 
| tribal_council        = 
| website               = 
| footnotes             = 
}}

Alternate version with INAC footnote already prefilled. Just add the band number to the URL and update the access date.

{{Infobox First Nation
| band_name             = 
| band_number           = 
| endonym               = 
| image                 = 
| caption               = 
| map                   = 
| map_caption           = 
| people                = 
| treaty                = 
| headquarters          = 
| province              = 
| main_reserve          = 
| reserve               = 
| area                  = 
| pop_year              = 
| on_reserve            = 
| off_reserve           = 
| total_pop             = 
| chief                 = 
| council               = 
| tribal_council        = 
| website               = 
| footnotes             = <ref>{{Cite web|title=First Nation Detail|website=Indigenous and Northern Affairs Canada|publisher=Government of Canada|access-date=August 20, 2019|url=http://fnp-ppn.aandc-aadnc.gc.ca/fnp/Main/Search/FNMain.aspx?BAND_NUMBER=[!!!BAND NUMBER HERE!!!]&lang=eng}}</ref>
}}

Notice

This template is to be used articles about First Nation bands (such as Chippewas of Nawash Unceded First Nation) and not reserves (such as Shoal Lake 39). For a template to be sued with reserves see Template:Infobox settlement.

Parameters

  • |band_name= the band name, automatically included in the infobox title
  • |band_number= the band number, automatically included in the infobox title
  • |endonym= the preferred or Indigenous-language name of the band, if applicable
  • |image= the image to display in the infobox, preferably an official insignia
  • |caption= a caption for the image
  • |map= another image slot, preferably for a map showing the FN's territory (traditional or modern)
  • |map_caption= a caption for the map
  • |people= the ethnic group of the FN (example: Cree)
  • |treaty= the most relevant historical or modern treaty signed by the FN (examples: Treaty 8, Nisga'a Final Agreement)
  • |headquarters= the location of the FN's administrative headquarters
  • |province= the FN's province, will automatically process territory names as input too
  • |main_reserve= the name of the main reserve, if applicable
  • |reserve= the name of all other reserves, use * syntax
  • |area= the total area of all reserves in km2
  • |pop_year= the date associated with the provided population counts
  • |on_reserve= the population on reserve
  • |off_reserve= the population off reserve
  • |total_pop= the total population of the band (use if on/off reserve populations aren't known or automatic addition isn't working)
  • |chief= the name of the current chief
  • |council= a list of names of councillors, use * syntax
  • |tribal_council= the associated tribal council (if any)
  • |website= a link to the official website
  • |footnotes= a citation, probably to the band's INAC profile

Example

Sample Nation of Wet Lake
Band No. 675
Nèhinaw
Example.jpg
PeopleCree
TreatyExample Treaty
HeadquartersWet Lake
ProvinceOntario
Land
Main reserveWet Lake 16
Other reserve(s)
  • Wet Lake 16A
  • Wet Lake 16B
  • Dry Lake 6
Land area594.7 km2
Population (2019)
On reserve1230
Off reserve678
Total population1908
Government
ChiefBernard Sampleman
Council
  • Primo Sampleman
  • Segundus Sampleman
Tribal Council
Ontario Association of Sample Entities
Website
example.ex.ca
{{Infobox First Nation
| band_name             = Sample Nation of Wet Lake
| band_number           = 675
| endonym               = Nèhinaw
| image                 = Example.jpg
| caption               =
| map                   =
| map_caption           =
| people                = Cree
| treaty                = Example Treaty
| headquarters          = Wet Lake
| province              = Ontario
| main_reserve          = Wet Lake 16
| reserve               =
* Wet Lake 16A
* Wet Lake 16B
* Dry Lake 6
| area                  = 594.7
| pop_year              = 2019
| on_reserve            = 1230
| off_reserve           = 678
| total_pop             = <!-- Notice the total population is automatically calculated -->
| chief                 = Bernard Sampleman
| council               = 
* Primo Sampleman
* Segundus Sampleman
| tribal_council        = Ontario Association of Sample Entities
| website               = example.ex.ca
}}

TemplateData

Extended content
This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for Infobox First Nation

Syntax error in JSON.