Web2Cit/data/uy/com/montevideo/www/templates.json

From Meta, a Wikimedia project coordination wiki
< Web2Cit‎ | data

[

 {
   "path": "/Noticias/Faroppa-propondra-que-la-INDDHH-actue-de-oficio-tras-intervencion-en-Villa-Espanola-uc825633",
   "fields": [
     {
       "fieldname": "itemType",
       "required": true,
       "procedures": [
         {
           "selections": [
             {
               "type": "fixed",
               "config": "newspaperArticle"
             }
           ],
           "transformations": []
         }
       ]
     },
     {
       "fieldname": "title",
       "required": true,
       "procedures": [
         {
           "selections": [
             {
               "type": "citoid",
               "config": "title"
             }
           ],
           "transformations": []
         }
       ]
     },
     {
       "fieldname": "publishedIn",
       "required": true,
       "procedures": [
         {
           "selections": [
             {
               "type": "citoid",
               "config": "publicationTitle"
             },
             {
               "type": "citoid",
               "config": "code"
             },
             {
               "type": "citoid",
               "config": "reporter"
             }
           ],
           "transformations": []
         }
       ]
     },
     {
       "fieldname": "language",
       "required": true,
       "procedures": [
         {
           "selections": [
             {
               "type": "citoid",
               "config": "language"
             }
           ],
           "transformations": []
         }
       ]
     },
     {
       "fieldname": "date",
       "required": true,
       "procedures": [
         {
           "selections": [
             {
               "type": "xpath",
               "config": "//p[@class='fecha-hora']"
             }
           ],
           "transformations": [
             {
               "type": "date",
               "config": "es",
               "itemwise": true
             }
           ]
         }
       ]
     }
   ]
 }

]