Difference between revisions of "Template:Source"
Line 20: | Line 20: | ||
|label8 = Type | |label8 = Type | ||
|data8 = {{{type}}} | |data8 = {{{type}}} | ||
− | | | + | |label12 = Annotator |
− | | | + | |data12 = {{{annotator}}} |
− | | | + | |label10 = Contributor |
− | | | + | |data10 = {{{contributor}}} |
+ | |label11 = Corpus translator | ||
+ | |data11 = {{{corpustranslator}}} | ||
}} | }} | ||
Line 34: | Line 36: | ||
* publisher : - "Publisher/Produced by" | * publisher : - "Publisher/Produced by" | ||
* date/place : - "Date/Place" | * date/place : - "Date/Place" | ||
− | * volume/pages : - "Volume/Pages"// This only applies to written sources | + | * volume/pages : - "Volume/Pages"// This only applies to published written sources |
* editor : - "Editor/Recorded by/Broadcaster" | * editor : - "Editor/Recorded by/Broadcaster" | ||
− | * translator : - "Translator" // | + | * translator : - "Translator" //This applies to sources that are translations |
* contributor : - "Contributor" //refers to the person that contributes this corpus to TypeCraft | * contributor : - "Contributor" //refers to the person that contributes this corpus to TypeCraft | ||
− | * annotator : - "Annotator"// | + | * annotator : - "Annotator"// The analyst of the data |
+ | * corpustranslator : - "Corpus translator" | ||
* title : - "Title" | * title : - "Title" | ||
* type : oneof (book, article, in-book, website, newspaper, personal letter, fairy tale, fable, audio source, collection, other) "Type" | * type : oneof (book, article, in-book, website, newspaper, personal letter, fairy tale, fable, audio source, collection, other) "Type" | ||
* article : text (80, 25) "Article body" | * article : text (80, 25) "Article body" | ||
</typedefinition> | </typedefinition> |
Revision as of 16:18, 27 December 2011
Source | {{{source}}} |
---|---|
Author/Creator/Speaker(s) | {{{author}}} |
Date/Place | {{{date/place}}} |
Type | {{{type}}} |
Contributor | {{{contributor}}} |
Corpus translator | {{{corpustranslator}}} |
Annotator | {{{annotator}}} |
{{{article}}}
<typedefinition>
- source : someof (text, recording, linguistic collection) "Source"
- author : - "Author/Creator/Speaker(s)"
- publisher : - "Publisher/Produced by"
- date/place : - "Date/Place"
- volume/pages : - "Volume/Pages"// This only applies to published written sources
- editor : - "Editor/Recorded by/Broadcaster"
- translator : - "Translator" //This applies to sources that are translations
- contributor : - "Contributor" //refers to the person that contributes this corpus to TypeCraft
- annotator : - "Annotator"// The analyst of the data
- corpustranslator : - "Corpus translator"
- title : - "Title"
- type : oneof (book, article, in-book, website, newspaper, personal letter, fairy tale, fable, audio source, collection, other) "Type"
- article : text (80, 25) "Article body"
</typedefinition>