m (Created page with "{{Navbox |bodyclass = |name = Years |title = Years |state = {{{state<includeonly>|collapsed</includeonly>}}} |titlestyle = <!--|imageleft = <wz tip="Elena ...")
 
m
 
(3 intermediate revisions by one user not shown)
Line 2: Line 2:
 
|bodyclass  =  
 
|bodyclass  =  
 
|name      = Years
 
|name      = Years
|title      = Years
+
|title      = <wz tip="20th and 21th Centuries...">Our Years</wz>
 
|state      = {{{state<includeonly>|collapsed</includeonly>}}}
 
|state      = {{{state<includeonly>|collapsed</includeonly>}}}
 
|titlestyle =  
 
|titlestyle =  
 
<!--|imageleft  = <wz tip="Elena and Julia hiking Wales (April&nbsp;2017).">[[File:ElenaJulia-Hiking-apr17.jpg|100px]]</wz>-->
 
<!--|imageleft  = <wz tip="Elena and Julia hiking Wales (April&nbsp;2017).">[[File:ElenaJulia-Hiking-apr17.jpg|100px]]</wz>-->
|list1 = [[2005]]{{*}}[[2006]]{{*}}[[2007]]{{*}}[[2008]]{{*}}[[2009]]
+
|list1=[[1900]]{{*}}[[1901]]{{*}}[[1902]]{{*}}[[1903]]{{*}}[[1904]]{{*}}[[1905]]{{*}}[[1906]]{{*}}[[1907]]{{*}}[[1908]]{{*}}[[1909]]
|list2 = [[2010]]{{*}}[[2011]]{{*}}[[2012]]{{*}}[[2013]]{{*}}[[2014]]{{*}}[[2015]]{{*}}[[2016]]{{*}}[[2017]]{{*}}[[2018]]{{*}}[[2019]]
+
|list2=[[1910]]{{*}}[[1911]]{{*}}[[1912]]{{*}}[[1913]]{{*}}[[1914]]{{*}}[[1915]]{{*}}[[1916]]{{*}}[[1917]]{{*}}[[1918]]{{*}}[[1919]]
 +
|list3=[[1920]]{{*}}[[1921]]{{*}}[[1922]]{{*}}[[1923]]{{*}}[[1924]]{{*}}[[1925]]{{*}}[[1926]]{{*}}[[1927]]{{*}}[[1928]]{{*}}[[1929]]
 +
|list4=[[1930]]{{*}}[[1931]]{{*}}[[1932]]{{*}}[[1933]]{{*}}[[1934]]{{*}}[[1935]]{{*}}[[1936]]{{*}}[[1937]]{{*}}[[1938]]{{*}}[[1939]]
 +
|list5=[[1940]]{{*}}[[1941]]{{*}}[[1942]]{{*}}[[1943]]{{*}}[[1944]]{{*}}[[1945]]{{*}}[[1946]]{{*}}[[1947]]{{*}}[[1948]]{{*}}[[1949]]
 +
|list6=[[1950]]{{*}}[[1951]]{{*}}[[1952]]{{*}}[[1953]]{{*}}[[1954]]{{*}}[[1955]]{{*}}[[1956]]{{*}}[[1957]]{{*}}[[1958]]{{*}}[[1959]]
 +
|list7=[[1960]]{{*}}[[1961]]{{*}}[[1962]]{{*}}[[1963]]{{*}}[[1964]]{{*}}[[1965]]{{*}}[[1966]]{{*}}[[1967]]{{*}}[[1968]]{{*}}[[1969]]
 +
|list8=[[1970]]{{*}}[[1971]]{{*}}[[1972]]{{*}}[[1973]]{{*}}[[1974]]{{*}}[[1975]]{{*}}[[1976]]{{*}}[[1977]]{{*}}[[1978]]{{*}}[[1979]]
 +
|list9=[[1980]]{{*}}[[1981]]{{*}}[[1982]]{{*}}[[1983]]{{*}}[[1984]]{{*}}[[1985]]{{*}}[[1986]]{{*}}[[1987]]{{*}}[[1988]]{{*}}[[1989]]
 +
|list10=[[1990]]{{*}}[[1991]]{{*}}[[1992]]{{*}}[[1993]]{{*}}[[1994]]{{*}}[[1995]]{{*}}[[1996]]{{*}}[[1997]]{{*}}[[1998]]{{*}}[[1999]]
 +
|list11=[[2000]]{{*}}[[2001]]{{*}}[[2002]]{{*}}[[2003]]{{*}}[[2004]]{{*}}[[2005]]{{*}}[[2006]]{{*}}[[2007]]{{*}}[[2008]]{{*}}[[2009]]
 +
|list12=[[2010]]{{*}}[[2011]]{{*}}[[2012]]{{*}}[[2013]]{{*}}[[2014]]{{*}}[[2015]]{{*}}[[2016]]{{*}}[[2017]]{{*}}[[2018]]{{*}}[[2019]]
 +
|list14=[[2020]]{{*}}[[2021]]{{*}}[[2022]]{{*}}[[2023]]{{*}}[[2024]]{{*}}[[2025]]{{*}}[[2026]]{{*}}[[2027]]{{*}}[[2028]]{{*}}[[2029]]
 +
|list15=[[2030]]{{*}}[[2031]]{{*}}[[2032]]{{*}}[[2033]]{{*}}[[2034]]{{*}}[[2035]]{{*}}[[2036]]{{*}}[[2037]]{{*}}[[2038]]{{*}}[[2039]]
 
}}
 
}}
 +
 +
<noinclude>
 +
Generated using this Mathematica code (here for the 18th century):
 +
<pre>
 +
StringJoin @@
 +
Table[If[Mod[i, 10] == 9,
 +
  "[[" <> ToString[i] <> "]]\n |list" <>
 +
    ToString[Evaluate[Round[(i - 1700)/10.] + 1]] <> "=",
 +
  "[[" <> ToString[i] <> "]]{{*}}"], {i, 1700, 1799}]
 +
</pre>
 +
</noinclude>

Latest revision as of 12:00, 1 January 2021


Generated using this Mathematica code (here for the 18th century):

StringJoin @@ 
 Table[If[Mod[i, 10] == 9, 
   "[[" <> ToString[i] <> "]]\n |list" <> 
    ToString[Evaluate[Round[(i - 1700)/10.] + 1]] <> "=", 
   "[[" <> ToString[i] <> "]]{{*}}"], {i, 1700, 1799}]