MediaWiki:Proofreadpage index data config

From GATE
Revision as of 16:43, 16 January 2017 by Lorenzo Mancini (talk | contribs)

{

 "Title":{
   "type":"string",
   "size":1,
   "default":"",
   "label":"Title",
   "help":"Formatting as follows: [Sender] to [recipient] in [recipient place], [sender place], [date].",
   "header":true,
   "data": "title"
 },
 "Author":{
   "type":"page",
   "size":1,
   "default":"",
   "label":"Author or sender",
   "help":"Use the name form according to Epistolae Kircherianae Index by Gramatowski-Rebernik. If the author is uncertain, use the property .",
   "header":true,
   "data": "author"
 },
 "Recipient":{
   "type":"page",
   "size":1,
   "default":"",
   "label":"Recipient",
   "help":"Use the name form according to Epistolae Kircherianae Index by Gramatowski-Rebernik. If the recipient is uncertain, use the property .",
   "header":true,
   "data": "Recipient"
 },
   "Certain date":{
   "type":"string",
   "size":1,
   "default":"",
   "label":"Certain date",
   "help":"Formatting YYYY-MM-DD. When the date is not certain, use the property .",
   "header":true,
   "data": "date"
 },
 "Place of origin":{
   "type":"page",
   "size":1,
   "default":"",
   "label":"Place of origin",
   "help":"Use the place name form according to Epistolae Kircherianae Index by Gramatowski-Rebernik. If the place of origin is uncertain, use the property .",
   "header":true,
   "data": "place"
 },
 "Place of destination":{
   "type":"page",
   "size":1,
   "default":"",
   "label":"Place of destination",
   "help":"Use the place name form according to Epistolae Kircherianae Index by Gramatowski-Rebernik. If the place of destination is uncertain, use the property .",
   "header":true,
   "data": "place"
 },
 "Language":{
   "type":"langcode",
   "size":1,
   "default":"",
   "label":"Language",
   "help":"Languages code of the text like: \"it\", \"lat\", \"fr\" etc.",
   "header":true,
   "data": "language"
 },
 "Source":{
   "type":"string",
   "size":1,
   "default":"",
   "label":"Source",
   "help":"Preservation institution (library, archive or museum) of the original document, with detailed shelf mark (including leaves: e.g.: \"14r-16v\".",
   "header":true
 },
 "Number of leaves":{
   "type":"string",
   "size":1,
   "default":"",
   "label":"Number of leaves",
   "help":"E.g.: \"2\".",
   "header":true
 },
 "Dimension":{
   "type":"string",
   "size":1,
   "default":"",
   "label":"Dimension",
   "help":"Length x height, e.g.: \"156x223 mm\".",
   "header":false
 },
 "Bibliographic level":{
   "type":"string",
   "size":1,
   "default":"",
   "label":"Bibliographic level",
   "help":"E.g.: Manuscript, Printed, Typescript.",
   "header":true
 },
 "Document type":{
   "type":"string",
   "size":1,
   "default":"",
   "label":"Document type",
   "help":"E.g.: Original, Autograph, Draft etc.",
   "header":true
 },
 "Graphic apparatus":{
   "type":"string",
   "size":1,
   "default":"",
   "label":"Graphic apparatus",
   "help":"Presence of drawings, prints or any other kind of graphic apparatus.",
   "header":false
 },
 "Published in":{
   "type":"string",
   "size":1,
   "default":"",
   "label":"Published in",
   "help":"Source where the document has been published. Use a link to a bibliography entry of this wiki or an ISBD compliant bibliographic description.",
   "header":true
 },
 "Media":{
   "type":"string",
   "size":1,
   "default":"",
   "label":"Media",
   "help":"Insert the link to the file uploaded on this wiki.",
   "header":false
 },
 "Progress":{
   "type":"string",
   "size":1,
   "default":"C",
   "label":"Progress",
   "help":"",
   "values":{"T":"Validated", "V":"Proofread", "C":"Not-Proofread"},
   "header":true,
   "data": "progress"
 },
 "Pages":{
   "type":"string",
   "size":6,
   "default":"",
   "label":"Pages",
   "help":"",
   "header":false
 },
 "Remarks":{
   "type":"string",
   "size":10,
   "default":"",
   "label":"Remarks",
   "help":"Fill with categories: Names, Places, Years, Languages, Subjects.",
   "header":true
 },
 "Transcription page":{
   "type":"string",
   "size":1,
   "default":"",
   "label":"Transcription page",
   "help":"Use the link of this page.",
   "header":true
 }

}