While creating a new footnote template, I think I found a parsing bug. Given the following template:
“[Database],” database with images, Ancestry ([URL] : <[AccessType]|accessed> [AccessDate]) [ImagePath] > image [ImageNum] of [ImageCount] > [Person]: registration card, <serial no. [SerialNum], >Local Draft Board: [DraftCity] ([DraftCounty] County), [DraftState]; citing NARA microfilmed publication M1509.
The simple switch <serial no. [SerialNum], > does not work correctly. The opening and closing angle brackets appear in the created citation as shown below:
“U.S., World War I Draft Registration Cards, 1917-1918,” database with images, Ancestry (www.ancestry.com/search/collections/6482 : accessed 22 February 2015) > Illinois > Iroquois > ALL > C > image 194 of 454 > Dewey William Castongia: registration card, <serial no. 3568, >Local Draft Board: Watseka (Iroquois County), Illinois; citing NARA microfilmed publication M1509.
If the [SerialNum] field is empty it still shows <serial no. ,> in the output.
Removing the two right angle brackets following the [ImagePath] and [ImageCount] fields fixes the switch.
“[Database],” database with images, Ancestry ([URL] : <[AccessType]|accessed> [AccessDate]) [ImagePath] image [ImageNum] of [ImageCount] [Person]: registration card, <serial no. [SerialNum], >Local Draft Board: [DraftCity] ([DraftCounty] County), [DraftState]; citing NARA microfilmed publication M1509.
But now the output is incorrect:
“U.S., World War I Draft Registration Cards, 1917-1918,” database with images, Ancestry (www.ancestry.com/search/collections/6482 : accessed 22 February 2015) > Illinois > Iroquois > ALL > C image 194 of 454 Dewey William Castongia: registration card, serial no. 3568, Local Draft Board: Watseka (Iroquois County), Illinois; citing NARA microfilmed publication M1509.
I also tried removing the <[AccessType]|accessed> switch but that didn’t make a difference in the [SerialNum] switch.
Thanks