Docs: Add taxonomy term variables to the list of vars.
authorJeff Ramnani <jeff@jefframnani.com>
Fri, 22 May 2015 17:06:18 +0000 (12:06 -0500)
committerbep <bjorn.erik.pedersen@gmail.com>
Fri, 22 May 2015 17:41:34 +0000 (19:41 +0200)
Taxonomy Term pages have variables in addition to those on "node"
pages.  Documenting these variables with all the other node variables
makes them easier to find.

Fixes: #1155
docs/content/templates/variables.md

index 8ff46fe9e5ccaf36ba50a79a2191edaf68ba9d31..3b8660d32dc1a2bc1c40d40c10b8caf5a0a40e61 100644 (file)
@@ -82,6 +82,18 @@ includes taxonomies, lists and the homepage.
 **.Site** See [Site Variables]({{< relref "#site-variables" >}}) below.<br>
 **.Hugo** See [Hugo Variables]({{< relref "#hugo-variables" >}}) below.<br>
 
+### Taxonomy Term Variables
+
+[Taxonomy Terms](/templates/terms/) pages are of the type "node" and have the following additional variables.
+
+* **.Data.Singular** The singular name of the taxonomy
+* **.Data.Plural** The plural name of the taxonomy
+* **.Data.Terms** The taxonomy itself
+* **.Data.Terms.Alphabetical** The Terms alphabetized
+* **.Data.Terms.ByCount** The Terms ordered by popularity
+
+The last two can also be reversed: **.Data.Terms.Alphabetical.Reverse**, **.Data.Terms.ByCount.Reverse**.
+
 ## Site Variables
 
 Also available is `.Site` which has the following: