Form:ResearchItem: Difference between revisions
From Landrace.Wiki - The Landrace Cannabis Wiki
More actions
Eloise Zomia (talk | contribs) No edit summary |
Eloise Zomia (talk | contribs) No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
<templatestyles src="Form:ResearchItem/styles.css" /> | |||
Creates Research items under Research:YYYY-MM-DD/HHMMSS (page name is supplied by the Add button on Portal:Research). | |||
</noinclude> | </noinclude> | ||
{{{for template| | {{{for template|ResearchItem}}} | ||
{| class="formtable" | |||
|- | |||
! Publication date | ! Publication date | ||
| {{{field|date|input type=datepicker|mandatory | | {{{field|date|input type=datepicker|mandatory}}} | ||
|- | |||
! Title | ! Title | ||
| {{{field|title|input type=text|mandatory| | | {{{field|title|input type=text|mandatory|size=80}}} | ||
|- | |||
! Type | ! Type | ||
| {{{field|type|input type= | | {{{field|type|input type=dropdown|mandatory | ||
|values=Journal article,Preprint,Dataset,Thesis,Report,Book chapter,Systematic review,Meta-analysis}}} | |||
|- | |||
! Authors | ! Authors | ||
| {{{field|authors|input type=textarea|rows=2| | | {{{field|authors|input type=textarea|rows=2|cols=80}}} | ||
|- | |||
! Venue / Journal | ! Venue / Journal | ||
| {{{field|venue|input type=text| | | {{{field|venue|input type=text|size=80}}} | ||
|- | |||
! Year | ! Year | ||
| {{{field|year|input type=number| | | {{{field|year|input type=number|size=10}}} | ||
|- | |||
! DOI | ! DOI | ||
| {{{field|doi|input type=text| | | {{{field|doi|input type=text|size=45}}} | ||
|- | |||
! Source URL | ! Source URL | ||
| {{{field|source|input type=text|mandatory| | | {{{field|source|input type=text|mandatory|size=90}}} | ||
|- | |||
! PDF URL | ! PDF URL | ||
| {{{field|pdf|input type=text| | | {{{field|pdf|input type=text|size=90}}} | ||
|- | |||
! Summary (short annotation) | ! Summary (short annotation) | ||
| {{{field|summary|input type=textarea|rows= | | {{{field|summary|input type=textarea|rows=6|cols=90}}} | ||
|- | |||
! Country (optional) | ! Country (optional) | ||
| {{{field|country|input type=page | | {{{field|country|input type=page}}} | ||
|- | |||
! Growing region (optional) | ! Growing region (optional) | ||
| {{{field|growing_region|input type=page | | {{{field|growing_region|input type=page}}} | ||
|- | |||
! Appellation (optional) | ! Appellation (optional) | ||
| {{{field|appellation|input type=page | | {{{field|appellation|input type=page}}} | ||
|- | |||
! Date added (auto) | ! Date added (auto) | ||
| {{{field|record_created|input type=hidden|default={{CURRENTYEAR}}-{{CURRENTMONTH2}}-{{CURRENTDAY2}} | | {{{field|record_created|input type=hidden|default={{CURRENTYEAR}}-{{CURRENTMONTH2}}-{{CURRENTDAY2}}}}} | ||
<span class="mw-ui-muted">auto</span> | |||
|} | |} | ||
{{{end template}}} | |||
{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|cancel}}} | {{{standard input|save}}} {{{standard input|preview}}} {{{standard input|cancel}}} | ||
Latest revision as of 12:22, 20 January 2026
Creates Research items under Research:YYYY-MM-DD/HHMMSS (page name is supplied by the Add button on Portal:Research).
ResearchItem
| Publication date | date |
|---|---|
| Title | title |
| Type | type |
| Authors | authors |
| Venue / Journal | venue |
| Year | year |
| DOI | doi |
| Source URL | source |
| PDF URL | |
| Summary (short annotation) | summary |
| Country (optional) | country |
| Growing region (optional) | growing_region |
| Appellation (optional) | appellation |
| Date added (auto) | record_created
auto |
{{{end template}}}
save preview cancel