diff --git a/docs/upgrades/templates-6.9.0/wgtemplate_calendar_month_big.tmpl b/docs/upgrades/templates-6.9.0/wgtemplate_calendar_month_big.tmpl
new file mode 100644
index 000000000..7b56ade42
--- /dev/null
+++ b/docs/upgrades/templates-6.9.0/wgtemplate_calendar_month_big.tmpl
@@ -0,0 +1,140 @@
+#PBtmpl0000000000000022
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+
+ | |
+
+
+
+
+
+
+
+
+ ·
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+~~~
+.pagination
+{
+ -moz-box-sizing:border-box;
+ background:#C0C0C0;
+ width:100%;
+ text-align:center;
+ padding:3px;
+ font-size:9pt;
+ font-family:arial;
+ margin-bottom:5px;
+}
+
+.pagination a
+{
+ color:white;
+}
+
+.fontSettings
+{
+ font-family:arial;
+ font-size:9pt;
+}
+
+h2
+{
+ font-family:arial;
+ margin-top:3px;
+ margin-bottom:3px;
+}
+
+.calendarBig
+{
+ /*border:solid gray 1px;*/
+}
+
+.calendarBig .tableHeader
+{
+ text-align:center;
+ font-size:13pt;
+ letter-spacing:2px;
+ background-color:#DADADA;
+}
+
+.calendarBig .tableData
+{
+ width:14%;
+}
+
+.calendarBig .tableToday
+{
+ font-size:9pt;
+}
+
+.calendarBig .tableToday a
+{
+ color:#29587E;
+}
+
+.calendarBig td
+{
+ border:solid silver 1px;
+}
\ No newline at end of file