সাঁচ:Historical populations/doc

অসমীয়া ৱিকিপিডিয়াৰ পৰা

Template:Historical populations is used as an information box on pages, showing each census year with a population, and a percent gain/loss comparison. It is intended to combine the functionalities of two existing templates, Template:USCensusPop and Template:Histpop, the former of which is specialized for the United States, and the latter of which lacks many features of the former.

Usage[সম্পাদনা কৰক]

This template takes a series of parameters in the form |date |population. This template does not require any more than that. This template will take between 0 and 50 entries; any more will be ignored.

Complete template[সম্পাদনা কৰক]

{{Historical populations
|title       = 
|type        = 
|align       = 
|width       = 
|state       = 
|shading     = 
|percentages = 
|footnote    = 
|date |population
|date |population
|date |population
|date |population
|date |population
|date |population
|date |population
}}

Parameters[সম্পাদনা কৰক]

Parameter Description
daten Ideally, a four-digit year, but can be anything. Usually a multiple of 10, but does not have to be.
populationn The population of row n. Must be a plain number with no formatting (commas, etc.).
title Optional. The title of the table.
  • Historical populations (Default)
type Optional. This is designed to add functionality specific to different regions or types of information. Currently the only value that does anything is USA.
  • none (Default)
  • USA Will link each year to the relevant United States Census entry. Years that do not have entries will be left alone.

Please think of more ideas for this feature.

align Optional. The alignment of the table on the page.
  • right (Default)
  • left
width Optional. The width of the table. Can be any valid CSS width value.
  • 15em (Default)
state Optional. The collapsation state of the table. Set it to collapsed to collapse the table by default.
  • none (Default)
  • collapsed
shading Optional. Whether to mark off every five entries with a line, to facilitate reading. This works best with large, linear lists (such as the US Census, which has been taken every 10 years for over 200 years), but should probably be turned off for small or irregular lists (e.g., less than 10 entries), where it could be confusing.
  • on (Default)
  • off
percentages Optional. Whether to include an automatically generated column of percent differences. This works best with linear lists (1900, 1910, 1920, etc.) and should probably be turned off for irregular lists with missing data.
  • on (Default)
  • off
footnote Optional. A footnote that will be displayed under the table. Every table should have a footnote indicating the source of the data.

Examples[সম্পাদনা কৰক]

United States[সম্পাদনা কৰক]

ঐতিহাসিক জনসংখ্যা
বছৰ জনসংখ্যা ±%
1890 10,46,964
1900 12,93,697 +23.6%
1910 15,49,008 +19.7%
1920 18,23,779 +17.7%
1930 19,50,961 +7.0%
1940 19,31,334 −1.0%
1950 20,71,605 +7.3%
1960 20,02,512 −3.3%
1970 19,48,609 −2.7%
1980 16,88,210 −13.4%
1990 15,85,577 −6.1%
2000 15,17,550 −4.3%
2006 (est.) 14,48,394 −4.6%
Source: "American FactFinder". United States Census Bureau. http://factfinder.census.gov. 

The following code will yield the table on the right.

{{Historical populations
|type = USA
|footnote = Source: {{subst:Historical populations/USCensusRef}}
|1890 |1046964
|1900 |1293697
|1910 |1549008
|1920 |1823779
|1930 |1950961
|1940 |1931334
|1950 |2071605
|1960 |2002512
|1970 |1948609
|1980 |1688210
|1990 |1585577
|2000 |1517550
|2006 (est.)
      |1448394
}}

Smaller areas[সম্পাদনা কৰক]

ঐতিহাসিক জনসংখ্যা
বছৰ জনসংখ্যা
1845 749
1951 6,717
1960 6,984
1970 31,752
1980 34,758
1990 35,888
2000 39,317
Note: Sandefjord and Sandar were merged in 1970.
Source: SSB

The following code will yield the table on the right.

{{Historical populations
|width = 10em
|shading = off
|percentages = off
|1845 |749
|1951 |6717
|1960 |6984
|1970 |31752
|1980 |34758
|1990 |35888
|2000 |39317
|footnote=Note: Sandefjord and [[Sandar]] were merged in 1970.
          <br />Source: [http://www.ssb.no/ SSB]
}}

See also[সম্পাদনা কৰক]