Bureaucrats, Moderators (CommentStreams), Interface administrators, Push subscription managers, Suppressors, Administrators
11,987
edits
(Created page with "<noinclude> This is the "Country" form. To create a page with this form, enter the page name below; if a page with that name already exists, you will be sent to a form to edit that page. {{#forminput:form=Country|autocomplete on category=Countries}} </noinclude><includeonly> <div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div> {{{for template|Country}}} {| class="formtable" ! Country Name: | {{...") |
(test form not appearing fix) Tag: Reverted |
||
| Line 5: | Line 5: | ||
{{#forminput:form=Country|autocomplete on category=Countries}} | {{#forminput:form=Country|autocomplete on category=Countries}} | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
<div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div> | <div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div> | ||
| Line 11: | Line 10: | ||
{| class="formtable" | {| class="formtable" | ||
! Country Name: | ! Country Name: | ||
| {{{field|country_name|mandatory}}} | | {{{field|country_name|mandatory|input type=text|values from table=Countries|field=country_name}}} | ||
! Continent: | ! Continent: | ||
| {{{field|continent|input type=dropdown|values=Africa,Antarctica,Asia,Australia,Europe,North America,South America}}} | | {{{field|continent|input type=dropdown|values=Africa,Antarctica,Asia,Australia,Europe,North America,South America|values from table=Countries|field=continent}}} | ||
! Region: | ! Region: | ||
| {{{field|region}}} | | {{{field|region|input type=text|values from table=Countries|field=region}}} | ||
! Historical Region: | ! Historical Region: | ||
| {{{field|historical_region}}} | | {{{field|historical_region|input type=text|values from table=Countries|field=historical_region}}} | ||
! Area (sq km): | ! Area (sq km): | ||
| {{{field|area_sq_km|input type=number}}} | | {{{field|area_sq_km|input type=number|values from table=Countries|field=area_sq_km}}} | ||
! Population: | ! Population: | ||
| {{{field|population|input type=number}}} | | {{{field|population|input type=number|values from table=Countries|field=population}}} | ||
! Catholic Population: | ! Catholic Population: | ||
| {{{field|catholic_population|input type=number}}} | | {{{field|catholic_population|input type=number|values from table=Countries|field=catholic_population}}} | ||
! Catholic Percentage: | ! Catholic Percentage: | ||
| {{{field|catholic_percentage|input type=number|step=0.01}}} | | {{{field|catholic_percentage|input type=number|step=0.01|values from table=Countries|field=catholic_percentage}}} | ||
! Rank Among Religions: | ! Rank Among Religions: | ||
| {{{field|rank_among_religions}}} | | {{{field|rank_among_religions|input type=text|values from table=Countries|field=rank_among_religions}}} | ||
! Official Languages: | ! Official Languages: | ||
| {{{field|official_languages}}} | | {{{field|official_languages|input type=text|values from table=Countries|field=official_languages}}} | ||
! Capital City: | ! Capital City: | ||
| {{{field|capital_city}}} | | {{{field|capital_city|input type=text|values from table=Countries|field=capital_city}}} | ||
! Date Catholicism Introduced: | ! Date Catholicism Introduced: | ||
| {{{field|date_catholicism_introduced}}} | | {{{field|date_catholicism_introduced|input type=text|values from table=Countries|field=date_catholicism_introduced}}} | ||
! Catholicism Status: | ! Catholicism Status: | ||
| {{{field|catholicism_status}}} | | {{{field|catholicism_status|input type=text|values from table=Countries|field=catholicism_status}}} | ||
! Ecclesiastical Provinces Count: | ! Ecclesiastical Provinces Count: | ||
| {{{field|ecclesiastical_provinces_count|input type=number}}} | | {{{field|ecclesiastical_provinces_count|input type=number|values from table=Countries|field=ecclesiastical_provinces_count}}} | ||
! Dioceses Count: | ! Dioceses Count: | ||
| {{{field|dioceses_count|input type=number}}} | | {{{field|dioceses_count|input type=number|values from table=Countries|field=dioceses_count}}} | ||
! Patron Saints: | ! Patron Saints: | ||
| {{{field|patron_saints}}} | | {{{field|patron_saints|input type=text|values from table=Countries|field=patron_saints}}} | ||
! Start Year: | ! Start Year: | ||
| {{{field|start_year}}} | | {{{field|start_year|input type=text|values from table=Countries|field=start_year}}} | ||
! End Year: | ! End Year: | ||
| {{{field|end_year}}} | | {{{field|end_year|input type=text|values from table=Countries|field=end_year}}} | ||
! Predecessor States: | ! Predecessor States: | ||
| {{{field|predecessor_states}}} | | {{{field|predecessor_states|input type=text|values from table=Countries|field=predecessor_states}}} | ||
! Successor States: | ! Successor States: | ||
| {{{field|successor_states}}} | | {{{field|successor_states|input type=text|values from table=Countries|field=successor_states}}} | ||
! Historic: | ! Historic: | ||
| {{{field|historic|input type=dropdown|values=Yes,No}}} | | {{{field|historic|input type=dropdown|values=Yes,No|values from table=Countries|field=historic}}} | ||
|} | |} | ||
{{{end template}}} | {{{end template}}} | ||