Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- </macro>
- <macro name="date-intext">
- <choose>
- <if variable="issued">
- <group delimiter="/">
- <group delimiter=" ">
- <choose>
- <if is-uncertain-date="original-date">
- <text term="ca."/>
- </if>
- </choose>
- <date variable="original-date">
- <date-part name="year"/>
- </date>
- </group>
- <group delimiter=" ">
- <choose>
- <if is-uncertain-date="issued">
- <text term="ca."/>
- </if>
- </choose>
- </group>
- </group>
- </if>
- </choose>
- </macro>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement