From 911a308fd06868d4c6e10504873a3b2c0aa88cfc Mon Sep 17 00:00:00 2001 From: Jay Allen Date: Sat, 13 Dec 2008 03:55:12 +0000 Subject: [PATCH] Fine. I documented the ones I knew about... *grumble* --- README.txt | 43 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 37 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index d9f9f9a..34ee75a 100644 --- a/README.txt +++ b/README.txt @@ -15,6 +15,10 @@ example: + +
+ + @@ -33,21 +37,48 @@ example: + +
+ +
-ATTRIBUTES +TAGS + + * mt:Order + + * mt:OrderItem + + * mt:OrderHeader + + * mt:OrderFooter + +TAG ATTRIBUTES The mt:Order tag takes the following optional attributes: * sort_order - * natural - * shuffle - * by - * lastn or limit + Valid values are "ascend" and "descend" + + * natural - Turns on natural sorting which is adaptive + to the content being ordered. This is useful, for + example, if you're trying to achieve a numeric sort + instead of an alphabetic sort. + + * shuffle - Orders items randomly. The exact opposite of + order we'll note. Indeed, chaos from Order. + + * by - ????? + + * lastn or limit - Limits the number of post-order list + items published to the first N where N is the value + of the attribute. The mt:OrderItem tag takes the following optional attribute: - * pin + * pin - This attribute allows you to inject an item directly + at a specific ordinal spot (such as 0 for first, 5 to + become item #6, or -1 for last) (While use of the above should be obvious, a better description will hopefully be provided by the plugin author...)