Template:WikilogTemplate2: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
This template allows to include blog entries from a wikilog (bliki). | This template allows to include blog entries from a wikilog (bliki). | ||
This template will list all items that could include in a Wikilog template: | This template will list all items that you could include in a Wikilog template: | ||
Sytax of use: | Sytax of use: | ||
Line 12: | Line 12: | ||
:5 = number of items to display | :5 = number of items to display | ||
The template "includeonly" code has been defined as follows (look at the source): | |||
<pre> | |||
<ul> | |||
<li>'class' = {{{class}}}</li> | |||
<li>'wikilogTitle' = {{{wikilogTitle}}}</li> | |||
<li>'wikilogPage' = {{{wikilogPage}}}</li> | |||
<li>'title' = {{{title}}}</li> | |||
<li>'page' = {{{page}}}</li> | |||
<li>'authors' = {{{authors}}}</li> | |||
<li>'tags' = {{{tags}}}</li> | |||
<li>'published' = {{{published}}}</li> | |||
<li>'pubdate' = {{{pubdate}}}</li> | |||
<li>'updated' = {{{updated}}}</li> | |||
<li>'summary' = {{{summary}}}</li> | |||
<li>'comments' = {{{comments}}}</li> | |||
</ul> | |||
<hr /> | |||
</pre> | |||
</noinclude><includeonly> | </noinclude><includeonly> | ||
<ul> | <ul> |
Revision as of 12:44, 26 June 2009
This template allows to include blog entries from a wikilog (bliki).
This template will list all items that you could include in a Wikilog template:
Sytax of use:
{{Special:Wikilog/Blog:blogname;Template:Wikilogtemplate;5}}
- blogname = Name of your Blog
- Wikilogtemplate = Name of the template
- 5 = number of items to display
The template "includeonly" code has been defined as follows (look at the source):
<ul> <li>'class' = {{{class}}}</li> <li>'wikilogTitle' = {{{wikilogTitle}}}</li> <li>'wikilogPage' = {{{wikilogPage}}}</li> <li>'title' = {{{title}}}</li> <li>'page' = {{{page}}}</li> <li>'authors' = {{{authors}}}</li> <li>'tags' = {{{tags}}}</li> <li>'published' = {{{published}}}</li> <li>'pubdate' = {{{pubdate}}}</li> <li>'updated' = {{{updated}}}</li> <li>'summary' = {{{summary}}}</li> <li>'comments' = {{{comments}}}</li> </ul> <hr />