Jump to content

Web2Cit/data/uk/co/telegraph/www/templates.json

From Meta, a Wikimedia project coordination wiki

[

 {
   "path": "/culture/music/new-music/10296479/Lorde-New-Music.html",
   "fields": [
     {
       "fieldname": "itemType",
       "required": true,
       "procedures": [
         {
           "selections": [
             {
               "type": "fixed",
               "config": "newspaperArticle"
             }
           ],
           "transformations": []
         }
       ]
     },
     {
       "fieldname": "title",
       "required": true,
       "procedures": [
         {
           "selections": [
             {
               "type": "url",
               "config": "path"
             }
           ],
           "transformations": [
             {
               "type": "replace",
               "config": "/\\.html$//",
               "itemwise": true
             },
             {
               "type": "split",
               "config": "/",
               "itemwise": true
             },
             {
               "type": "range",
               "config": "-1",
               "itemwise": false
             },
             {
               "type": "replace",
               "config": "-/ ",
               "itemwise": true
             }
           ]
         }
       ]
     },
     {
       "fieldname": "publishedIn",
       "required": true,
       "procedures": [
         {
           "selections": [
             {
               "type": "fixed",
               "config": "The Telegraph"
             }
           ],
           "transformations": []
         }
       ]
     },
     {
       "fieldname": "language",
       "required": true,
       "procedures": [
         {
           "selections": [
             {
               "type": "fixed",
               "config": "en"
             }
           ],
           "transformations": []
         }
       ]
     }
   ]
 }

]