Guideline:Dynamic Page List
Guideline:Dynamic Page List
This is a test page for Extention DynamicPageList. Attention, due to our early version (1.14) it is not fully functional yet. When we upgrade to 1.18 (latest stable version), it will be fully functionnal.
- Example 1:
<DynamicPageList> category = Tours count = 5 order = ascending addfirstcategorydate = false </DynamicPageList>
Will return: 5 dates from Tours Category <DynamicPageList> category = Tours count = 5 order = ascending addfirstcategorydate = false </DynamicPageList>
- Example 2:
Recent changes: in category:Songs (Prince), category:Tours, category: Singles (Prince) and category: Albums (Prince) | |||
---|---|---|---|
<DynamicPageList> category = Songs (Prince) count=5 ordermethod = lastedit </DynamicPageList> |
<DynamicPageList> category = Tours offset = 5 count= 5 ordermethod = lastedit </DynamicPageList> |
<DynamicPageList> category = Singles (Prince) offset = 10 count=5 ordermethod = lastedit </DynamicPageList> |
<DynamicPageList> category = Albums (Prince) offset = 10 count=5 ordermethod = lastedit </DynamicPageList> |
- Example 3:
<DynamicPageList> category = Songs </DynamicPageList>
- Will display all pages links that belong to the category: Songs.
- The variable "count" will select the 5 latest added songs in the category.
<DynamicPageList> category = Songs (Prince) count = 5 </DynamicPageList>
- Example 4: Images lists
<DynamicPageList> category = Singles Covers mode = gallery namespace= file </DynamicPageList>