Web2Cit/data/com/nouvelobs/www/templates.json
Appearance
From Meta, a Wikimedia project coordination wiki
This is an archived version of this page, as edited by Escargot rouge (talk | contribs) at 08:35, 10 November 2022. It may differ significantly from the current version .
[
{ "path": "/actualite/monde/europe/crise-ukrainienne-nord-stream-2-le-gazoduc-qui-divise-les-occidentaux-face-a-poutine_2166941.html", "fields": [ { "fieldname": "itemType", "required": true, "procedures": [ { "selections": [ { "type": "fixed", "config": "magazineArticle" } ], "transformations": [] } ] }, { "fieldname": "title", "required": true, "procedures": [ { "selections": [ { "type": "citoid", "config": "title" } ], "transformations": [] } ] }, { "fieldname": "authorFirst", "required": false, "procedures": [ { "selections": [ { "type": "xpath", "config": "//meta[@property=\"og:article:author\"]/@content" } ], "transformations": [ { "type": "match", "config": "/\\>(.*)\\</", "itemwise": true }, { "type": "match", "config": "/^(.*)\\s/", "itemwise": true } ] } ] }, { "fieldname": "authorLast", "required": false, "procedures": [ { "selections": [ { "type": "xpath", "config": "//meta[@property=\"og:article:author\"]/@content" } ], "transformations": [ { "type": "match", "config": "/\\>(.*)\\</", "itemwise": true }, { "type": "match", "config": "/\\s(.*)$/", "itemwise": true } ] } ] }, { "fieldname": "date", "required": true, "procedures": [ { "selections": [ { "type": "citoid", "config": "date" } ], "transformations": [] } ] }, { "fieldname": "publishedIn", "required": true, "procedures": [ { "selections": [ { "type": "fixed", "config": "L'Obs" } ], "transformations": [] } ] }, { "fieldname": "language", "required": true, "procedures": [ { "selections": [ { "type": "citoid", "config": "language" } ], "transformations": [] } ] } ] }
]