Difference between revisions of "Form:IndicatorForm"
Nils Duepont (talk | contribs) |
Nils Duepont (talk | contribs) (SDGs added as a category for the drop down menu) |
||
(38 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
This is a form to generate an indicator page in two steps. | This is a form to generate an indicator page in two steps. | ||
− | # Enter the name of the indicator below (without underscores). This will create | + | # Enter the name of the indicator below (without underscores). This will create the homonymous page. |
# Afterwards you will see the form that mirrors the "Quick info" box, each heading and section of an indicator page (cf. [[Example:_Example_indicator|an example based on the template]]). | # Afterwards you will see the form that mirrors the "Quick info" box, each heading and section of an indicator page (cf. [[Example:_Example_indicator|an example based on the template]]). | ||
− | If a page with that name already exists, you will be | + | If a page with that name already exists, you will be able to edit that page with the form. |
+ | If you are done, do not forget to add newly created pages to the corresponding category table(s)! | ||
{{#forminput:form=IndicatorForm}} | {{#forminput:form=IndicatorForm}} | ||
Line 13: | Line 14: | ||
<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> | ||
− | {{{for template| | + | {{{for template|IndicatorForm|label=Use this form to populate an indicator page. Fields marked with an asterisk are mandatory.}}} |
{| class="formtable" | {| class="formtable" | ||
! Data type* | ! Data type* | ||
− | | {{{field|datatype|input type=radiobutton|mandatory|default=Numeric| | + | | {{{field|datatype|input type=radiobutton|mandatory|values=Numeric, String, Date|default=Numeric|show on select=Numeric=>scale1;String=>scale2;Date=>scale3}}} |
|- | |- | ||
− | + | | ''(Scale will change upon Data type select.)'' | |
− | |||
|- | |- | ||
+ | ! Scale* | ||
+ | |} | ||
+ | |||
+ | <div id="scale1">{{{field|scale|input type=radiobutton|mandatory|values=Binary, Multinomial, Ordinal, Metric|default=Binary}}}</div> | ||
+ | <div id="scale2">{{{field|scale|input type=radiobutton|mandatory|values=String|default=String}}}</div> | ||
+ | <div id="scale3">{{{field|scale|input type=radiobutton|mandatory|values=Date|default=Date}}}</div> | ||
+ | |||
+ | {| class="formtable" | ||
! Value labels* | ! Value labels* | ||
− | | {{{field|valuelabels|input type=textarea|mandatory|autogrow|editor=wikieditor|placeholder=Add value labels as | + | | {{{field|valuelabels|input type=textarea|mandatory|autogrow|editor=wikieditor|placeholder=Add value labels (as they are called in software like Stata, SAS or the like) as a list. They are usually used for nominal and ordinal scales only; for metric variables write "Not applicable". Examples include: "0 = No", "1 = Yes" or "1 = Totally agree" ... "7 = Totally disagree". Sometimes the Wiki markup leads to unexpected results, so better use the HTML code for a list i.e. <ul><li>Bullet point1</li><li>Bullet point2</li></ul>.}}} |
|- | |- | ||
! Technical name* | ! Technical name* | ||
− | | {{{field|techname|mandatory|placeholder=Enter the technical variable name}}} | + | | {{{field|techname|mandatory|placeholder=Enter the technical variable name}}} (Note the [[Coding_rules|naming convention]] for technical names.) |
|- | |- | ||
! Category* | ! Category* | ||
− | | {{{field|category|input type=dropdown|mandatory|values= | + | | {{{field|category|input type=dropdown|mandatory|values= |
+ | Old age and survivors, | ||
+ | Labour and labour market, | ||
+ | Health and long-term care, | ||
+ | Education and training, | ||
+ | Family and gender policies, | ||
+ | Immigrant social rights, | ||
+ | Policy legacies, | ||
+ | Economic and financial factors, | ||
+ | Political factors, | ||
+ | Social structure, | ||
+ | Culture, | ||
+ | Geography, | ||
+ | Sustainable development goals, | ||
+ | Communication, | ||
+ | Political institutional linkages, | ||
+ | Economic relations, | ||
+ | Migration, | ||
+ | Violent conflicts and colonial dependencies}}} | ||
|- | |- | ||
! Label* | ! Label* | ||
Line 35: | Line 61: | ||
|- | |- | ||
! Related indicators | ! Related indicators | ||
− | | {{{field|relatedindicators|input type=textarea|autogrow|editor=wikieditor|placeholder=Add a list of related indicators | + | | {{{field|relatedindicators|input type=textarea|autogrow|editor=wikieditor|placeholder=Add a list of related indicators if applicable (otherwise write "Not applicable"). Sometimes the Wiki markup leads to unexpected results, so better use the HTML code for a list i.e. <ul><li>Bullet point1</li><li>Bullet point2</li></ul>. If you click on the "chain" (Link) in the editor bar, a pop up appears that lets you choose from already existing pages once you start typing.}}} |
|- | |- | ||
! Description* | ! Description* | ||
Line 53: | Line 79: | ||
|- | |- | ||
! Data release | ! Data release | ||
− | | {{{field|datarelease|input type=textarea|autogrow|editor=wikieditor|placeholder=This section will include information regarding the publication of the focal indicator in different versions of WeSIS | + | | {{{field|datarelease|input type=textarea|autogrow|editor=wikieditor|placeholder=This section will include information regarding the publication of the focal indicator in different versions of WeSIS. It is a list about changes or updates of the data. If it is a new indicator type: <ul><li>Version 0.001: Initial release.</li></ul>}}} |
|- | |- | ||
! Revisions | ! Revisions | ||
− | | {{{field|revisions|input type=textarea|autogrow|editor=wikieditor|placeholder=This section shall report any changes and/or corrections made to the data, e.g. different estimation, interpolation techniques, correction of wrong data, new sources and related changes etc. Example: "Wrong data for Gabun in rev. 1 was corrected in rev. 2."}}} | + | | {{{field|revisions|input type=textarea|autogrow|editor=wikieditor|placeholder=This section shall report any changes and/or corrections made to the data, e.g. different estimation, interpolation techniques, correction of wrong data, new sources and related changes etc. Example: "Wrong data for Gabun in rev. 1 was corrected in rev. 2." To start with type: "No revisions yet".}}} |
|- | |- | ||
! Sources | ! Sources |
Latest revision as of 13:53, 19 August 2024
This is a form to generate an indicator page in two steps.
- Enter the name of the indicator below (without underscores). This will create the homonymous page.
- Afterwards you will see the form that mirrors the "Quick info" box, each heading and section of an indicator page (cf. an example based on the template).
If a page with that name already exists, you will be able to edit that page with the form. If you are done, do not forget to add newly created pages to the corresponding category table(s)!