From charlesreid1

(Created page with "The monthly template is a simple box that goes at the bottom of the page. It contains an organized list of links related to a given topic. You define a template like <nowiki>{...")
 
No edit summary
Line 1: Line 1:
An example monthly template is available here: {{January2016}}
==Summary of Pattern==
The monthly template is a simple box that goes at the bottom of the page. It contains an organized list of links related to a given topic. You define a template like <nowiki>{{January2016}}</nowiki> and it is a Flag with a list of links to every daily page in January: <nowiki>[[20160101]], [[20160102]], etc.</nowiki>
The monthly template is a simple box that goes at the bottom of the page. It contains an organized list of links related to a given topic. You define a template like <nowiki>{{January2016}}</nowiki> and it is a Flag with a list of links to every daily page in January: <nowiki>[[20160101]], [[20160102]], etc.</nowiki>
For an example, see {{Tl|January2016}}.


The monthly template also links to the monthly template to the prior and next months, so that a daily page like <nowiki>[[20160101]]</nowiki> would include the monthly template <nowiki>{{January2016}}</nowiki>, which would link to every other daily page for that month, but also link to <nowiki>{{December2015}}</nowiki> and <nowiki>{{February2015}}</nowiki>.
The monthly template also links to the monthly template to the prior and next months, so that a daily page like <nowiki>[[20160101]]</nowiki> would include the monthly template <nowiki>{{January2016}}</nowiki>, which would link to every other daily page for that month, but also link to <nowiki>{{December2015}}</nowiki> and <nowiki>{{February2015}}</nowiki>.

Revision as of 19:48, 30 January 2022

An example monthly template is available here:



Summary of Pattern

The monthly template is a simple box that goes at the bottom of the page. It contains an organized list of links related to a given topic. You define a template like {{January2016}} and it is a Flag with a list of links to every daily page in January: [[20160101]], [[20160102]], etc.

The monthly template also links to the monthly template to the prior and next months, so that a daily page like [[20160101]] would include the monthly template {{January2016}}, which would link to every other daily page for that month, but also link to {{December2015}} and {{February2015}}.