Test-abc: Difference between revisions
From CSDMS
No edit summary |
No edit summary Tag: Reverted |
||
Line 12: | Line 12: | ||
|template=Test2 | |template=Test2 | ||
}} | }} | ||
<script type="application/ld+json"> | |||
{ | |||
"@context": "http://schema.org/", | |||
"@type": "Movie", | |||
"name": "Avatar", | |||
"director": | |||
{ | |||
"@type": "Person", | |||
"name": "James Cameron", | |||
"birthDate": "1954-08-16" | |||
}, | |||
"genre": "Science fiction", | |||
"trailer": "../movies/avatar-theatrical-trailer.html" | |||
} | |||
</script> |
Revision as of 15:25, 29 March 2022
No results No results
<script type="application/ld+json"> {
"@context": "http://schema.org/", "@type": "Movie", "name": "Avatar", "director": { "@type": "Person", "name": "James Cameron", "birthDate": "1954-08-16" }, "genre": "Science fiction", "trailer": "../movies/avatar-theatrical-trailer.html"
} </script>