Extracts the list of publications from the TCC web
Documentation
This function extracts the list of publications from the TTC web
Parameters
- NAME: WikiName for which we render his list of publications
Css
Implementation
%STARTINCLUDE%
~~~ <noautolink>
%~~ DBQUERY{web="TTC"
~~~ "TopicClassification='Article' AND AuthorList=~'\b%NAME%\b'"
~~~ exclude=".*Template2006"
~~~ header="<ul>"
~~~ footer="</ul>"
~~~ format="<li>[[$web.$topic][
*~~ $percntEXTRACT{
~~~ topic=\"$web.$topic\"
~~~ pattern=\".*?---\+\+([^\n\r]+).*\"
~~~ format=\"$1\"
~~~ }$percnt
*~~ ]]
~~~ ($percntCALC{\"$FORMATTIME($TIME($formfield(TvdPublished)), $mon $year)\"}$percnt)</li>
~~~ "
~~~ }%
~~~ </noautolink>
%STOPINCLUDE%
Test
Calls to 'RenderTvdPublicationList'
Copyright
© 2007 Michael Daum
http://wikiring.de
This file is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version. For
more details read the
LICENSE.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.