Tardis:WebRef/site settings examples: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
(Created page with "This page provides some example site settings for Tardis:WebRef. == doctorwho.tv == <syntaxhighlight lang="json">"doctorwho.tv": { "title": "h1", "date": "p.article-published-date", "siteName": "doctorwho.tv", "lang": "en", "publisher": "BBC Studios" }</syntaxhighlight> == The Tardis Library == <syntaxhighlight lang="json">"timelash.com": { "title": "1table td", "siteName": "The Tardis Library", "lang": "en", "publisher": "Timelash" }</syntaxhighl...")
 
No edit summary
 
Line 25: Line 25:
"lang": "en",
"lang": "en",
"publisher": "[[BBC]]"
"publisher": "[[BBC]]"
}</syntaxhighlight>
== Radio Times ==
<syntaxhighlight lang="json">"radiotimes.com": {
"title": "h1",
"date": "div.post-header__publish-date",
"author": "li.d-inline",
"siteName": "[[Radio Times]]",
"publisher": "[[Radio Times]]"
}</syntaxhighlight>
== BBC News ==
<syntaxhighlight lang="json">"bbc.co.uk": {
"title": "h1",
"date": "article.ssrcss-1ag7mww-ArticleWrapper.e1nh2i2l3 10div div.ssrcss-m5j4pi-MetadataContent.eh44mf00",
"author": "div.ssrcss-68pt20-Text-TextContributorName.e8mq1e96",
"siteName": "[[BBC News]]",
"publisher": "[[BBC News]]"
}</syntaxhighlight>
}</syntaxhighlight>

Latest revision as of 11:09, 3 August 2024

This page provides some example site settings for Tardis:WebRef.

doctorwho.tv[[edit source]]

"doctorwho.tv": {
	"title": "h1",
	"date": "p.article-published-date",
	"siteName": "[[doctorwho.tv]]",
	"lang": "en",
	"publisher": "[[BBC Studios]]"
}

The Tardis Library[[edit source]]

"timelash.com": {
	"title": "1table td",
	"siteName": "The Tardis Library",
	"lang": "en",
	"publisher": "Timelash"
}

BBC Media Centre[[edit source]]

"bbc.co.uk": {
	"title": "meta title",
	"date": "div.lastUpdated.mercury",
	"siteName": "[[bbc.co.uk]]",
	"lang": "en",
	"publisher": "[[BBC]]"
}

Radio Times[[edit source]]

"radiotimes.com": {
	"title": "h1",
	"date": "div.post-header__publish-date",
	"author": "li.d-inline",
	"siteName": "[[Radio Times]]",
	"publisher": "[[Radio Times]]"
}

BBC News[[edit source]]

"bbc.co.uk": {
	"title": "h1",
	"date": "article.ssrcss-1ag7mww-ArticleWrapper.e1nh2i2l3 10div div.ssrcss-m5j4pi-MetadataContent.eh44mf00",
	"author": "div.ssrcss-68pt20-Text-TextContributorName.e8mq1e96",
	"siteName": "[[BBC News]]",
	"publisher": "[[BBC News]]"
}