|
BlogListTemplates fmt=#blogIncludes whole pages, with titles as links to the pages, seperated by a horizontal rule underneath each page's content. edit link at right. comment link at right. creation date.
[[#blog]]
(:if auth edit:)
%rfloat%[[{=$FullName}?action=edit|[-edit-]]](:if:)
!!![[{=$FullName}|[+{=$Title}+]]]
(:include {=$FullName}:)
----
>>rfloat<<(:if !exists BlogComments.{=$Name}:)
[[BlogComments.{=$Name}?action=set#commentbox| Add Comment]]
(:if:)
>><<
>>rfloat<< created {=$BlogDate}(:if exists BlogComments.{=$Name}:) -- [[BlogComments.{=$Name}#comments|See Comments]]({BlogComments.{=$Name}$PostCount})(:if:)
>><<
[[<<]]
====
(:if equal {>$Group}:)
(:title {$Title}:)(:if:)
[[#blogend]]
#blogtitlespagelist of spaced blog titles for sidebar, without group heading.
[[#blogtitles]](:if equal {<$Group}:)
>>blogtitles<<(:if:)
* [[{=$FullName}|{=$BlogTitle}]]
(:if equal {>$Group}:)
>><<(:if:)
[[#blogtitlesend]]
#blogdatedtitlespagelist of spaced blog titles for sidebar, without group heading, with simple creation date
[[#blogdatedtitles]](:if equal {<$Group}:)
>>blogtitles<<(:if:)
[-{=$BlogDateSimple} - -]
* [[{=$FullName}|{=$BlogTitle}]]
(:if equal {>$Group}:)
>><<(:if:)
[[#blogdatedtitlesend]]
#commentsdatedtitlespagelist of spaced blog titles for sidebar, without group heading, with simple modification date
[[#commentsdatedtitles]](:if equal {<$Group}:)
>>blogtitles<<(:if:)
[-{=$LastModifiedDate} - -]
* [[{=$FullName}#comment{=$PostCount}|{=$BlogTitle}]]
(:if equal {>$Group}:)
>><<(:if:)
[[#commentsdatedtitlesend]]
#blogmonthtitlespagelist of spaced blog titles for sidebar, without group heading.
[[#blogmonthtitles]](:if equal {<$Group}:)
>>blogmonthtitles<<(:if:)
* [[{=$FullName}|{=$BlogMonth}]]
(:if equal {>$Group}:)
>><<(:if:)
[[#blogmonthtitlesend]]
|