Page history
19 October 2012
DEBUG: show all variable names in Title output, to see which one contains the spastic extra "."
+352
fixed Title end-dot when NOT-equal: config.CitationClass ~= "book"
18 October 2012
OMG, try again.
+1
add "." to Title only when config.CitationClass == "web"
+54
put space after Chapter, "." after Title
+64
removed lead-space from Chapter and put at end of Authors, Editors or Date
-104
try detect lone number: if ( tonumber(PP) ~= nil ) then...
suppress "p." when nil ~= args.nopp; try detect lone number: if ( type(PP) == type(1) ) then...
-115
try casting "46-48" by "tonumber(PP)"
-21
check "type(0+PP)"
+2
check data type as "type(PP)"
+137
testing integer page number
+37
new "local PP = args.pp" to detect page-ranges
+135
17 October 2012
used args.url as "the original"
-41
moved " Archived" (+space) to precede "Retrieved" date
+13
changed to omit lead space on title unless Authors or Editors or Chapter.
+50
checked config.CitationClass for name "web" & set Periodical also for "args.encyclopaedia" & italicized
+52
checked config.CitationClass for name "news" & set Periodical also for "args.encyclopedia"
+28
quoted title when CitationClass == "news"; omitted one dot after Title
+107
added if "end"
+80
for AccessDate, put "Retrieved" was "Accessed on"
-2
11 October 2012
3 October 2012
12 September 2012
10 September 2012
7 September 2012
Corrected variable names.
-3
Added processing of more parameters.
+2,687
Added function for Template:note label.
+1,094
1 September 2012
Fixed my typing error.
Changed to use "mw" library.
-21
Changed to use "mw" library.
-136
Added processing of more parameters.
+896
31 August 2012
Added whitespace to generated output.
+1
Fixed my typing error.
+1
Added generation of name to lay summary hyperlink.
+26
Added processing of more parameters.
+2,335
Added processing of more parameters.
+854
Enabled a parameter.
+79
Corrected processing of translated chapter and title. Added configuration option for page(s) prefix.
+107
fix the vancouver-format helper function to strip down the initials even further
+100
Added some alternative parameter names.
+100
Fixed the case where "last"/"first" and "last2"/"first2" are mixed.
+734
30 August 2012
Added missing table insertion.
+36
Added switch from talk page.
+554
Fixed substring calculations.
-194
commenting out lines which seem to have strayed from another function
+39
29 August 2012
Fixed emitted punctuation.
Factored out common code.
-491
Added support for Template:Cite dictionary.
+33