Changes between Initial Version and Version 1 of Ticket #243, comment 1


Ignore:
Timestamp:
09/17/2021 08:45:37 PM (5 years ago)
Author:
David Rosenberg

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #243, comment 1

    initial v1  
    1010Optional Parameters
    1111
    12 ''years_before'':: An integer. The century is selected so that the four-digit year will be within a 100-year block. The first year of the 100-year block is ''years_before'' prior to the ''context_year''. ''years_before'' is intended to be in the range 0 <= ''years_before'' <= 99, however there might be some cases where it is useful to have ''years_before'' < 0 or > 99 (although I can't think of any). If this parameter is not supplied, it defaults to 49 (which means that the 100-year block extends from 49 years before the ''context-year'' through 50 years after the ''context_year''
     12''years_before'':: An integer. The century is selected so that the four-digit year will be within a 100-year block. The first year of the 100-year block is ''years_before'' prior to the ''context_year''. ''years_before'' is intended to be in the range 0 <= ''years_before'' <= 99, however there might be some cases where it is useful to have ''years_before'' < 0 or > 99 (although I can't think of any). If this parameter is not supplied, it defaults to 49 (which means that the 100-year block extends from 49 years before the ''context-year'' through 50 years after the ''context_year'')
    1313
    1414''context_year'':: A four-digit year that provides the context for the selection of the appropriate century. If ''years_before'' is in the range 0 <= ''years_before'' <= 99, then ''context_year'' will be within the 100-year block. If this parameter is not supplied, it defaults to the current four-digit year.