「《法鼓全集 2020 紀念版》標記手冊」:修訂間差異
出自DILA Wiki
imported>Chengen.xie (新頁面: =標記規範參考= 本標記主要參考自法鼓全集 XML 標記手冊簡化修改而成) |
imported>Chengen.xie 無編輯摘要 |
||
行 1: | 行 1: | ||
= | =參考 來源= | ||
* 本標記主要參考自[[法鼓全集 XML 標記手冊]]簡化修改而成 。 | |||
*若遇未訂立之標記規範請先參考[[法鼓全集 XML 標記手冊]]是否有類似規範,提出討論後,將定案記錄於本頁。 | |||
=標記說明= | |||
==teiHeader== | |||
<syntaxhighlight lang="XML"> | |||
<teiHeader> | |||
<fileDesc> | |||
<titleStmt> | |||
<title>法鼓全集2020紀念版第一輯第一冊 明末佛教研究</title> | |||
<respStmt> | |||
<resp>Electronic Version by</resp> | |||
<name>法鼓文理學院 Dharma Drum Institute of Liberal Arts</name> | |||
</respStmt> | |||
<author>聖嚴法師</author> | |||
</titleStmt> | |||
<editionStmt> | |||
<edition>Version 1.0 (UTF-8)<date>2020/03/30</date></edition> | |||
</editionStmt> | |||
<publicationStmt> | |||
<distributor> | |||
<name>法鼓山</name> | |||
</distributor> | |||
<availability> | |||
<p>Available for non-commercial use when distributed with this header intact.</p> | |||
</availability> | |||
</publicationStmt> | |||
<sourceDesc> | |||
<biblStruct> | |||
<monogr> | |||
<title>明末佛教研究</title> | |||
<imprint> | |||
<pubPlace>台灣‧台北</pubPlace> | |||
<publisher>法鼓文化</publisher> | |||
<date>2020-12</date> | |||
</imprint> | |||
</monogr> | |||
<series> | |||
<title>法鼓全集</title> | |||
<biblScope type="vol">第一輯‧第一册</biblScope> | |||
</series> | |||
</biblStruct> | |||
</sourceDesc> | |||
</fileDesc> | |||
</teiHeader> | |||
</syntaxhighlight> |
於 2020年3月9日 (一) 14:43 的修訂
參考來源
- 本標記主要參考自法鼓全集 XML 標記手冊簡化修改而成。
- 若遇未訂立之標記規範請先參考法鼓全集 XML 標記手冊是否有類似規範,提出討論後,將定案記錄於本頁。
標記說明
teiHeader
<teiHeader>
<fileDesc>
<titleStmt>
<title>法鼓全集2020紀念版第一輯第一冊 明末佛教研究</title>
<respStmt>
<resp>Electronic Version by</resp>
<name>法鼓文理學院 Dharma Drum Institute of Liberal Arts</name>
</respStmt>
<author>聖嚴法師</author>
</titleStmt>
<editionStmt>
<edition>Version 1.0 (UTF-8)<date>2020/03/30</date></edition>
</editionStmt>
<publicationStmt>
<distributor>
<name>法鼓山</name>
</distributor>
<availability>
<p>Available for non-commercial use when distributed with this header intact.</p>
</availability>
</publicationStmt>
<sourceDesc>
<biblStruct>
<monogr>
<title>明末佛教研究</title>
<imprint>
<pubPlace>台灣‧台北</pubPlace>
<publisher>法鼓文化</publisher>
<date>2020-12</date>
</imprint>
</monogr>
<series>
<title>法鼓全集</title>
<biblScope type="vol">第一輯‧第一册</biblScope>
</series>
</biblStruct>
</sourceDesc>
</fileDesc>
</teiHeader>