Changes

Jump to navigation Jump to search
Created page with "<noinclude> This is the "Core Question" form. It is called from Template:Discipline to add new entries statign that such and such a question is a core question of the disc..."
<noinclude>
This is the "Core Question" form. It is called from [[Template:Discipline]] to add new entries statign that such and such a question is a core question of the discipline. When the form is used to create a new core question claim (as opposed to merely editing an existing one), it expects the following parameter to be passed onto the query string:

<pre>
query string=
Discipline= //the FULLPAGENAME of discipline, not the FULLPAGENAME (to get rid of the 'Discipline:' part)
</pre>
</noinclude><includeonly>
{{{info|page name=Question <Core Question[Question]>&#32;Is a Core Question of {{PAGENAME:<Core Question[Discipline]>}}|create title=Add a New Core Question|edit title=Edit}}}
<div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div>
{{{for template|Core Question}}}
<!--
--><!--
--><!-- get the discipline from the URL
--><!--
-->{{#vardefine: varDiscipline|{{#urldecode:{{#urlget:Discipline|}}}}|}}<!--
-->{{#if: {{IfObjectExists|category=Discipline|object={{#var: varDiscipline}}|}}<!--
-->|<!-- all good
-->|{{#vardefine: varDiscipline|{{#show:{{FULLPAGENAME}}|?Discipline|link=none}}|}}<!-- left class is not given in the URL: retrieve current value
-->}}<!--
--><!--
--><!-- get the current value of question
--><!--
-->{{#vardefine: varQuestion|{{#show:{{FULLPAGENAME}}|?Question|link=none}}|}}<!--
--><!--
--><!-- get the read only properties
--><!--
-->{{#vardefine: varFormulatedYear|{{#show:{{FULLPAGENAME}}|?Formulated Year|link=none}}|}}<!--
-->{{#vardefine: varAuthorsList|{{#show:{{FULLPAGENAME}}|?Authors List|link=none}}|}}<!--
--><!--
-->
{| class="formtable"
!width="30%"| Discipline: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">The discipline for which the question is a core question.</p>
|width="70%"| {{PAGENAME:{{#var: varDiscipline}} }} {{{field|Discipline|hidden|default={{#var: varDiscipline}}|}}}
|-
! Question: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">The question that is a core question of the discipline. If the question is not in the list, please first add it separately.</p>
|<!--
-->{{#if: {{#var: varQuestion}}<!--
-->|{{#var:varQuestion|}}<!--
-->{{{field|Question|hidden|default={{#var:varQuestion|}}|}}}<!--
-->|{{{field|Question|input type=combobox|existing values only|values from category=Topic|mandatory}}} <!--
-->}}
|-
! Author(s): <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Who suggested that the question is a core question of the discipline? If the author is not in the list, please first add the author in Author category.</p>
|&#32;<!--
-->{{#if: {{#var: varAuthorsList}}<!--
-->|{{PrintArray|printarray={{#var:varAuthorsList|}}|pretty=yes}}<!--
-->{{{field|Authors List|hidden|default={{#var:varAuthorsList|}}|}}}<!--
-->|{{{field|Authors List|input type=tokens|existing values only|values from category=Author|mandatory}}} {{#formlink:form=Author|link text=Add a New Author|popup}}<!--
-->}}<!-- if
-->
|-
! Year of Formulation: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">When was it suggested that the question is a core question of the discipline?</p>
|&#32;<!--
-->{{#if: {{#var: varFormulatedYear}}<!--
-->|{{#var: varFormulatedYear}}<!--
-->{{{field|Formulated Year|hidden|default={{#var:varFormulatedYear|}}|}}}<!--
-->|{{{field|Formulated Year|input type=regexp|regexp=/^\d{4}$/|size=4|message=The year field can accept only integers and must be 4 digits in length!|mandatory|default={{CURRENTYEAR}}|}}}<!--
-->}}<!-- if
-->
|-
! Description: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">If necessary, elaborate on the claim that the question is a core question of the discipline.</p>
| {{{field|Description|input type=textarea|rows=15|editor=wikieditor}}}
|-
! Source: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Where was this suggestion first made?</p>
| {{{field|Resource|input type=combobox|existing values only|values from category=Bibliographic Record}}}
|-
! Broader History: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Optional. Use only if this claim somehow owes to discussions outside of the scientonomic tradition. Otherwise leave empty.</p>
| {{{field|Prehistory|input type=textarea|rows=8|editor=wikieditor|}}}
|-
! Scientonomic History: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Optional. Use only if this formulation is strongly related to previous scientonomic formulations. NOTE: Do not list what claims this claim came to replace as that will be done automatically by the encyclopedia.</p>
| {{{field|History|input type=textarea|rows=10|editor=wikieditor|}}}
<!--
--><!-- only editors can see or modify the page status
-->{{#ifingroup: editor|
{{!}}-
! Page Status: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Indicate whether the article is approved by an editor, whether it requires further editing, or whether it is a stub.</p>
{{!}} {{{field|Page Status|input type=dropdown|mandatory|values=Editor Approved, Needs Editing, Stub|default=Stub}}}
{{!}}-
! Editor Notes: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Please indicate what sort of information is missing from the page, what needs to be added, edited, changed, improved, etc.</p>
{{!}} {{{field|Editor Notes|input type=textarea|rows=3}}}<!--
-->}}
|}
{{{end template}}}

{{{for template|YouTube Video|label=YouTube Video|multiple}}}
{| class="formtable"
!width="30%"|Video ID: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">The ID of the YouTube video. E.g. if the video URL is https://www.youtube.com/watch?v=A22oy8dFjqc, then the video ID is '''A22oy8dFjqc'''.</p>
|width="70%"| {{{field|VideoID|input type=text|size=20|maxlength=20|mandatory}}}
|-
! Start at: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">If the video should not start at the beginning, indicate the start time of the video in ''seconds''. If empty, the video will start at the beginning.</p>
| {{{field|VideoStartAt|input type=regexp|size=10|regexp=/^\d*$/|message=Please enter integers only!}}}
|-
! Video Description: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">this description will appear under the embedded video.</p>
| {{{field|VideoDescription|input type=textarea|rows=2}}}
|-
! Section to Embed: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">The section of the page where the video should be embedded.</p>
| {{{field|VideoEmbedSection|input type=dropdown|mandatory|values=Description,History,Prehistory|default=Description}}}
|}
{{{end template}}}

{{{for template|Theory Example|label=Example|multiple}}}
{| class="formtable"
!width="30%"| Title: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Enter a short title for this example. The title will be used as a sub-header when presenting the historical examples.</p>
|width="70%"| {{{field|Title|input type=text|mandatory}}}
|-
! Description: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Provide a detailed description of the example here.</p>
| {{{field|Description|input type=textarea|rows=15|editor=wikieditor|mandatory}}}
|-
! Example Type: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Is this an actual historical example, a hypothetical example, or a hybrid example?</p>
| {{{field|Example Type|input type=dropdown|mandatory|values=Historical,Hypothetical,Hybrid|default=Historical}}}
|}
{{{end template}}}

{{{for template|Acceptance Record|label=Acceptance Record|multiple}}}
{| class="formtable"
!width="30%"|Accepted by Community: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Indicate the community where this theory was accepted.</p>
|width="70%"| {{{field|Community|input type=combobox|existing values only|values from category=Community|mandatory}}}
|-
! Accepted From: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">NOTE: If this is an approximate date, please indicate so.</p>
| {{FormDateField|property=Accepted From|mandatory=yes|dataprecision=Day|showera=yes|showapproximate=yes|showmonthdayfields=yes|adddefault=yes}}
|-
! Indicators of Acceptance: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">What kind of historical data makes us believe that the theory was in fact accepted by the community at that time? Please list all the relevant indicators together with the appropriate citations here.</p>
| {{{field|Acceptance Indicators|input type=textarea|rows=8}}}
|-
! Still Accepted: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Is the theory still accepted?</p>
| {{{field|Still Accepted|input type=dropdown|mandatory|values=No,Yes|default=Yes|show on select=No=>stillaccepted}}}
|}
<div id="stillaccepted">
{| class="formtable"
!width="30%"| Accepted Until: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">NOTE: If this is an approximate date, please indicate so.</p>
|width="70%"| {{FormDateField|property=Accepted Until|mandatory=yes|dataprecision=Day|showera=yes|showapproximate=yes|showmonthdayfields=yes|adddefault=yes}}
|-
! Indicators of Rejection: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">What kind of historical data shows that the theory was rejected by the community around that time? Please list all the relevant indicators together with the appropriate citations here.</p>
| {{{field|Rejection Indicators|input type=textarea|rows=8}}}
|}
</div>
{{{end template}}}

{{{standard input|minor edit}}} {{{standard input|watch}}}

{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|cancel}}}
</includeonly>

Navigation menu