LocalTemplates
On this page… (hide)
- 1. fmt=#blogsummary
- 1.1 groupsidebar
- 1.2 sidebar
- 1.3 footmenu
- 1.4 include
- 1.5 headerinclude
- 1.6 sitemap
- 2. {=$Groupspaced}
- 2.1 chrontrail
1. fmt=#blogsummary
A simple bullet list of page titles. Use order=title to have them sorted by title (the default sort is by name).
[[#blogsummary]]
>>span-2<<
(:blogcalendardate {=$BlogCalendarDate}:)
>>span-11 last<<
!!! [[{=$FullName}|{=$Titlespaced}]]
(:include {=$FullName}#teaser#body:)
[[{=$FullName}|Read More...]](:nl:)
%class=discus%[[{=$FullName}#disqus_thread]]%%
>><<
----
[[#blogsummaryend]]
1.1 #groupsidebar
[[#groupsidebar]]
(:template each:)
(:if equal {=$Group} {*$Group}:)** [[{=$FullName}|{=$Titlespaced}]](:if:)
[[#groupsidebarend]]
1.2 #sidebar
[[#sidebar]]
(:template first {=$Group}:)
* [[{=$Group}]]
(:template each:)
(:if equal {=$Group} {*$Group}:)** [[{=$FullName}|{=$Titlespaced}]](:if:)
[[#sidebarend]]
1.3 #footmenu
[[#footmenu]]
(:if ! equal {=$Group} {<$Group}:)
(:div class=menu:)
!![[{=$Group}/]]
(:if:)
* [[{=$Group}/[[{=$Name} | + ]]
(:if equal {>$Group}:)
(:divend:)
(:if:)
[[#footmenuend]]
1.4 #include
Concatenate the text of pages in the list. (Note, this can be an expensive operation!)
[[#include]]
(:include {=$FullName} self=0:)
[[#includeend]]
1.5 headerinclude
[[#headerinclude]]
!!! {=$Titlespaced}
(:include {=$FullName} para=1:)
* Read More about [[{=$FullName}|{=$Titlespaced}]]
(:if equal {>$Group}:)
(:if:)
[[#headerincludeend]]
1.6 #sitemap
2. {=$Groupspaced}
2.1 #chrontrail
[[#chrontrail]]
(:if equal {$FullName} {=$FullName}:)%p class=trail%«[[{<$FullName}|+]] | \
[[{$Group}]] | [[{>$FullName}|+]]»%%(:if:)
[[#chrontrailend]]


