neilgaiman.info:Templates
From neilgaiman.info
Contents |
[edit]
event
<template type="event">
<datetime></datetime>
<location>
<site></site>
<street></street>
<citystate></citystate>
<zip></zip>
<map></map>
</location>
<title></title>
<contact>
</contact>
<tour></tour>
</template>
By default, an event will not be displayed if it was in the past. To force an event to show up, add showall=true to the template tag like so:
<template type="event" showall="true"> ... </template>
[edit]
book
Anything -- other than a graphic novel but including illustrated stories -- published as a single volume, including: novels, short story collections, childrens books, illustrated stories, anthologies, books Neil has written the introduction for, etc.
<template type="book">
<title></title>
<authors>
<author></author>
<editor></editor>
</authors>
<synopsis></synopsis>
<editions>
<edition>
<title></title>
<illustrators>
<illustrator></illustrator>
</illustrators>
<copyright></copyright>
<pubdate></pubdate>
<publisher></publisher>
<isbn></isbn>
<lang></lang>
<physdesc></physdesc>
<buylink></buylink>
<features></features>
<toc></toc>
<image></image>
</edition>
</editions>
</template>
[edit]
short work
Short stories, novellas, poems, songs, essays, etc.
<template type="short work">
<title></title>
<authors>
<author></author>
</authors>
<copyright></copyright>
<synopsis></synopsis>
<published>
<book></book>
<article></article>
<audiorecording></audiorecording>
<other></other>
</published>
</template>
[edit]
comic series
<template type="comic series">
<title></title>
<publisher></publisher>
<issues></issues>
<datespan></datespan>
<synopsis></synopsis>
<writers></writers>
<artists></artists>
<awards>
</awards>
<collections>
<collection>
<title></title>
<issues></issues>
<details></details>
<image></image>
</collection>
</collections>
</template>
[edit]
comic book
Includes both individual comic book issues and one-shots.
<template type="comic book">
<title></title>
<writers></writers>
<artists></artists>
<editors></editors>
<inkers></inkers>
<letterers></letterers>
<colors></colors>
<copyright></copyright>
<synopsis></synopsis>
<published>
<comic>
<series></series>
<issue></issue>
<month></month>
<year></year>
<publisher></publisher>
<cover></cover>
</comic>
</published>
</template>
[edit]
audiorecording
Includes spoken word CDs, music albums, recordings of readings, etc.
<template type="audiorecording"> <title></title> <authors></authors> <performers></performers> <released></released> <publisher></publisher> <isbn></isbn> <upc></upc> <format></format> <length></length> <buylink></buylink> <tracklist> </tracklist> <image></image> <details></details> </template>
[edit]
videorecording
<template type="videorecording"> <title></title> <performers></performers> <director></director> <copyright></copyright> <publisher></publisher> <isbn></isbn> <format></format> <length></length> <buylink></buylink> <synopsis></synopsis> <image></image> </template>
[edit]
film
<template type="film"> <title></title> <writers> </writers> <director></director> <cast> </cast> <crew> </crew> <studio></studio> <released></released> <synopsis></synopsis> <imdb></imdb> <buylink></buylink> <image></image> </template>
[edit]
tv
<template type="tv"> <title></title> <writers></writers> <director></director> <cast> </cast> <crew> </crew> <studio></studio> <network></network> <airdate></airdate> <synopsis></synopsis> <imdb></imdb> <image></image> <buylink></buylink> </template>
[edit]
article
Includes interviews, features, other news articles in print or online, thesises, etc.
<template type="article">
<citation>
<byline></byline>
<title></title>
<source></source>
<url></url>
<pubdate></pubdate>
<volume></volume>
<issue></issue>
<pages></pages>
<photographer></photographer>
<illustrator></illustrator>
</citation>
<synopsis></synopsis>
<projectsdiscussed>
<project></project>
</projectsdiscussed>
</template>
[edit]
person
<template type="person"> <name></name> <lifespan></lifespan> <biography></biography> <image></image> <links></links> </template>
[edit]
theater
Includes musicals and plays for the stage and for radio.
<template type="theater"> <title></title> <writers></writers> <based_on></based_on> <dates> </dates> <producer></producer> <director><director> <cast> </cast> <crew> </crew> </template>
