Template:Item infobox: Difference between revisions

From Chinese Religious Text Authority
(Created page with "<noinclude> Usage of Item Infobox: <pre> {{Item_infobox }} </pre> </noinclude> {|style="background:#ccffff;color:black;width:35%;" border="1" cellpadding="3" cellspacing="0...")
 
mNo edit summary
 
(79 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
Usage of Item Infobox:
{{#cargo_declare:
_table=Item_infobox
|title=String
|pinyin_title=String
|title_list=List (,) of String
|publication_places=List (,) of String
|format=String (allowed values=木刻版,石印版,活字版,寫本)
|creator_list=List (,) of String
|date=Date
|date_start=Start date
|date_end=End date
|publishers=List (,) of String
}}
 
The '''Item Infobox''' template is intended to include all the essential data relating to an item. Anything that can be inputted as an advanced search term (as opposed to a fulltext search across the entire site) should be part of this data. Any field that has a Format specified should follow that format, so that the data can be indexed for the search function. '''Note''' - If you do not have info for a field, please leave the line after the = blank.
 
<pre>
<pre>
  {{Item_infobox
  |title=Most representative title in Chinese; Format: String
  }}
 
|pinyin_title=Title converted into hanyu pinyin, with a space between every syllable (don't form multi-syllable words); Format: String
 
|image=Image of title page or other representative image (not indexed for search)
 
|title_list=List of alternate titles if any, Chinese characters only; Format: List of Strings separated by a comma
 
|publication_places=List of places associated with the publication of this work, include both historical names and contemporary names; Format: List of Strings separated by a comma
 
|format=Select one of the following: 木刻版, 石印版, 活字版, 寫本; Format: String
 
|creator_list=List of persons involved in the creation of this item, Chinese characters only; Format: List of Strings separated by a comma
 
|date=Most representative CE date of publication; Format: CE year
 
|date_start=If this is a series or a periodical, the first CE year of publication
 
|date_end=Final CE year of publication - note that entries must include both or neither of date_start and date_end
 
|publishers=List of publishers or other groups or individuals involved in its publication, Chinese characters only; Format: List of Strings separated by a comma
 
  |located_in=List of volumes where this text has been reprinted, links to collection page if any (not indexed for search)
 
</pre>
</pre>
</noinclude>
</noinclude>
<includeonly>{{#cargo_store:_table=Item_infobox
|title={{{title|}}}
|pinyin_title={{{pinyin_title|}}}
|title_list={{{title_list|}}}
|publication_places={{{publication_places|}}}
|format={{{format|}}}
|creator_list={{{creator_list|}}}
|date={{{date|}}}
|date_start={{{date_start|}}}
|date_end={{{date_end|}}}
|publishers={{{publishers|}}}
}}
{|style="background:white;color:black;width:35%;" border="1" cellpadding="3" cellspacing="0" align="right"
|- style="background:#ccffff" align="center"
| <div style="font-size:140%">'''{{{title}}}'''</div><br>''{{{pinyin_title}}}''
|- align="center"
| {{{image|No Image Available}}}
|-
| '''別名 Other Titles:''' {{{title_list|None}}}
|-
| '''有關人物 Associated Persons:''' {{{creator_list|None Known}}}
'''出版地區 Place(s) of Publication:''' {{{publication_places|None Known}}}


{|style="background:#ccffff;color:black;width:35%;" border="1" cellpadding="3" cellspacing="0" align="right"
'''版式 Format:''' {{{format|Unknown}}}
|- align="center"
 
|<div style="font-size:120%">{{{title}}}</div>
'''出版者 Publisher(s):''' {{{publishers|None Known}}}
|- style="background:white; color:black" align="center"
 
|{{{image}}}
{{#ifeq:{{{date|+}}}|{{{date|-}}}|
|- style="font-size:90%"
'''出版年 Publication Date:''' {{{date|None Known}}}
|{{#if: {{{title_list}}} |{{{title_list}}}
| }}{{#ifeq:{{{date_start|+}}}|{{{date_start|-}}}|
|- style="font-size:90%"
'''出版年間 Publication Period:''' {{{date_start|}}} - {{{date_end|}}}
|{{#if: {{{contributor_list}}} |Entry Contributor(s): {{{contributor_list}}}
| }}
 
'''載於 Located In:''' {{{located_in|Unknown}}}
|-
| <small>Cite as 引用為: "CRTA {{PAGENAME}}"</small>
|}
|}
</includeonly>

Latest revision as of 11:00, 21 February 2024

This template defines the table "Item_infobox". View table.

The Item Infobox template is intended to include all the essential data relating to an item. Anything that can be inputted as an advanced search term (as opposed to a fulltext search across the entire site) should be part of this data. Any field that has a Format specified should follow that format, so that the data can be indexed for the search function. Note - If you do not have info for a field, please leave the line after the = blank.

 |title=Most representative title in Chinese; Format: String

 |pinyin_title=Title converted into hanyu pinyin, with a space between every syllable (don't form multi-syllable words); Format: String

 |image=Image of title page or other representative image (not indexed for search)

 |title_list=List of alternate titles if any, Chinese characters only; Format: List of Strings separated by a comma

 |publication_places=List of places associated with the publication of this work, include both historical names and contemporary names; Format: List of Strings separated by a comma

 |format=Select one of the following: 木刻版, 石印版, 活字版, 寫本; Format: String

 |creator_list=List of persons involved in the creation of this item, Chinese characters only; Format: List of Strings separated by a comma

 |date=Most representative CE date of publication; Format: CE year

 |date_start=If this is a series or a periodical, the first CE year of publication

 |date_end=Final CE year of publication - note that entries must include both or neither of date_start and date_end

 |publishers=List of publishers or other groups or individuals involved in its publication, Chinese characters only; Format: List of Strings separated by a comma

 |located_in=List of volumes where this text has been reprinted, links to collection page if any (not indexed for search)