Open main menu

Changes

1,440 bytes added ,  02:00, 15 March 2018
no edit summary
{{{for template|Author}}}
{| class="formtable"
! First Name: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Enter the author's first name here.For author's without a last name, the whole name should be entered here. E.g. "Aristotle", "Isidore of Seville", </p>
| {{{field|First Name|input type=text|mandatory}}}
|-
! Last Name: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Enter the author's last name here. For author's without a last name, leave this field empty.</p>| {{{field|Last Name|input type=text|mandatory}}}
|-
! Date of Birth: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Enter the author's date of birth here.</p>
|-
! Related Topics: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Which question(s) did this author try to tackle?</p>
| {{{field|Related Topics|input type=tokens|existing values only|values from category=Topic}}}<!----><!----><!-- only sysops 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}}}<!--
-->}}
|}
{{{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=Major Contributions,Historical Context,Criticism|default=Major Contributions}}}
|}
{{{end template}}}