Bureaucrats, Moderators (CommentStreams), Interface administrators, Push subscription managers, Suppressors, Administrators
11,987
edits
No edit summary Tag: Reverted |
Tag: Undo |
||
| Line 1: | Line 1: | ||
<noinclude> | |||
{{#template_params: | |||
|subdivision_name (required) | |||
|country (label=Country, allowed values=United States) | |||
|continent | |||
|region | |||
|area_sq_km (type=Integer) | |||
|population (type=Integer) | |||
|catholic_population (type=Integer) | |||
|catholic_percentage (type=Float) | |||
|rank_among_religions (type=Integer) | |||
|official_languages (type=List (,) of String) | |||
|capital_city | |||
|date_catholicism_introduced (type=Date, format=YYYY) | |||
|catholicism_status | |||
|ecclesiastical_provinces_count (type=Integer) | |||
|dioceses_count (type=Integer) | |||
|patron_saints (type=List (,) of Page, namespace=Main) | |||
|historic (type=Boolean, allowed values=Yes,No) | |||
|Diocese1 (label=Diocese 1, type=Page, deprecated=Use dioceses_count and links in prose) | |||
|Diocese2 (label=Diocese 2, type=Page, deprecated=Use dioceses_count and links in prose) | |||
|Diocese3 (label=Diocese 3, type=Page, deprecated=Use dioceses_count and links in prose) | |||
}} | |||
{{#cargo_declare:_table=AdministrativeSubdivision | |||
|subdivision_name=Page | |||
|country=Page (allowed values=United States) | |||
|continent=String | |||
|region=String | |||
|area_sq_km=Integer | |||
|population=Integer | |||
|catholic_population=Integer | |||
|catholic_percentage=Float | |||
|rank_among_religions=Integer | |||
|official_languages=List (,) of String | |||
|capital_city=String | |||
|date_catholicism_introduced=Date | |||
|catholicism_status=String | |||
|ecclesiastical_provinces_count=Integer | |||
|dioceses_count=Integer | |||
|patron_saints=List (,) of Page | |||
|historic=Boolean | |||
|Diocese1=Page (deprecated) | |||
|Diocese2=Page (deprecated) | |||
|Diocese3=Page (deprecated) | |||
}} | |||
== Usage == | |||
This template is used to describe a civil administrative subdivision (state, province, etc.) with Catholic demographic and historical data. | |||
Only ''verifiable'' data should be entered. Cite sources in the article body. | |||
=== Required === | |||
* <code>subdivision_name</code> – Full name of the subdivision (page title) | |||
=== Strongly recommended === | |||
* <code>country</code>, <code>population</code>, <code>catholic_population</code>, <code>date_catholicism_introduced</code> | |||
=== Deprecated === | |||
* <code>Diocese1</code>, <code>Diocese2</code>, <code>Diocese3</code> – Use <code>dioceses_count</code> and link dioceses in article text. | |||
[[Category:Template documentation]] | |||
</noinclude> | |||
<includeonly> | <includeonly> | ||
{{#cargo_store:_table=AdministrativeSubdivision | {{#cargo_store:_table=AdministrativeSubdivision | ||
| Line 23: | Line 87: | ||
}} | }} | ||
{{# | {{#template_display:_format=infobox}} | ||
}} | |||
[[Category:Administrative Subdivision]] | [[Category:Administrative Subdivision]] | ||
</includeonly> | </includeonly> | ||