টেমপ্লেট:উপাত্ত বাংলাদেশ

উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে
টেমপ্লেট নথি

এই টেমপ্লেটটিতে বাংলাদেশ সম্পর্কে বিভিন্ন স্বতন্ত্রভাবে পুনরুদ্ধারযোগ্য উপাত্ত আইটেমগুলি প্রমিত পদ্ধতিতে পরামিতি ও মান আকারে রয়েছে। এটি বিষয়শ্রেণীতে যেসকল টেমপ্লেটের নাম "উপাত্ত" দিয়ে শুরু এমন টেমপ্লেটগুলির একটি পরিবারের সদস্য। এই ব্যবস্থাটি উইকিপিডিয়া:উইকিপ্রকল্প পতাকা টেমপ্লেট এর অনুরূপ। ঐ প্রকল্পের সংশ্লিষ্ট টেম্পলেটটি হলো {{দেশের উপাত্ত বাংলাদেশ}}

পরামিতি

পরামিতির নাম মান ব্যাখ্যা
name বাংলাদেশ নিবন্ধের নাম
flag image Flag of Bangladesh.svg উপরে প্রদর্শিত পতাকার নাম
qid উইকিউপাত্ত আইডি
type country সত্তার ধরণ, যেমন মহাদেশ, দেশ, প্রদেশ, পৌরসভা
continent মহাদেশ (যদি সত্তা মহাদেশের চেয়ে ছোট হয়)
country দেশ (যদি সত্তা দেশের চেয়ে ছোট হয়)
province প্রদেশ (যদি সত্তা প্রদেশের চেয়ে ছোট হয়)
capital দেশ/প্রদেশের রাজধানী
population নির্দিষ্ট সময়ের জনসংখ্যা
population_year যে বছরের জন্য জনসংখ্যা প্রযোজ্য
population_ref জনসংখ্যার টীকা
density জনসংখ্যার ঘনত্ব (প্রতি বর্গকিমি)
area কিমি এককে আয়তন
area_ref আয়তনের টীকা
gini জিনি
gini_year জিনির বছর
gini_ref জিনির টীকা
hdi মানব উন্নয়ন সূচক
hdi_year মানব উন্নয়ন সূচকের বছর
hdi_ref মানব উন্নয়ন সূচকের টীকা

Throughout the family of templates, fixed names are used for the parameters. (The parameter names are kept short to reduce counts for the post expand include size and the template argument size in cases where these are applicable.) However, not necessarily all parameters have been given a value: some parameters may not be applicable, while for some other parameters the value may just have not been specified yet. The table shows all parameters, and for each the value, if specified.


Related data templates

Derived data

Retrieval of data items

{{data বাংলাদেশ|pst2|land area}}, using parameter selection template টেমপ্লেট:Pst2, gives the parameter land area, etc.

For retrieval of more data items it is more efficient to prepare a template for that, to be used as follows:

{{data বাংলাদেশ|template name|..|..|..|..}}

so that this data template needs to be called only once.[১] The default template is টেমপ্লেট:উপাত্ত প্রদর্শন, producing this page.

The four parameters are optional, they are passed on to the prepared template as parameters 2-5.

Special templates:

A parameter being undefined or empty typically means the same, see below. {{data ..|pst2|..}} gives the empty string and the text "{{{..}}}", respectively. Therefore an application checking the parameter has to check both. Checking whether a result is equal to e.g. the text "{{{popinc}}}" cannot be done directly with #ifeq in a template which itself has also a parameter with that name, because if that is defined, there would be a comparison with the value instead of the text itself. Instead, it can be checked whether the first character of the result is "{", e.g.: {{#ifeq:{{padleft:|1|{{data {{{continent}}}|pst2|popinc}}}}|{|..|..}}.

নতুন উপাত্ত টেমপ্লেট তৈরি

টেমপ্লেট:Data/preload can be used to create new data templates. On the page of the data template of a province, if there is no data template yet for the country, a link appears to create that, preloading this template. Otherwise the wikitext can be copied to the new data template. For parameters which are not applicable, such as country for a country, the parameter definition "country=" can be deleted. For parameters to be filled in later the parameter definition like "popinc=" (specifying the empty string as value) can be left in the wikitext to be filled in later. Do not forget parameter 1.

Efficiency

In this template system each template contains various properties of a single entity, as opposed to the other common system, where a template contains one property (e.g. population or area) of many entities. Although that other system can be convenient if updates of a property for all these entities become available together, in the case of large-scale use of data on one page that other system can be problematic due to its inefficiency. This is because of the following:

  • There are often more entities than properties, and page counts (or in the case of #switch, average page counts) are proportional to the number of data items in the data template (if they are stored in a linear way, not in a tree, and not stored as unnamed parameters).
  • In the case of large-scale use of data on one page there are usually one or more tables, where an entity forms a row and a property a column, because there are often more entities than properties, and because this way the sorting feature allows sorting entities based on a property. In this template system this allows producing a row with only one call of the data template, making the count not grow faster than proportional to the average number of data items stored per data template, times the number of entities in the table.

The include part of the data template of an entity does not contain a long list of its sub-entities or their properties, because that would make this method inefficient too.

  1. See the first two rows of the first table in m:Help:Array#Summary of counts for template limits.

উপরোক্ত নথি টেমপ্লেট:উপাত্ত প্রদর্শন থেকে স্বয়ংক্রিয়ভাবে উৎপন্ন হয়েছে।