Templates
Give me some basic content Template examples
An articletemplate (included at the #engine position)
<table>
<tr><td><strong>#title</strong></td><td>written by: #autor at #date</td></tr>
<tr><td colspan=2>#content1</td></tr>
<tr><td colspan=2>#content2</td></tr>
<tr><td colspan=2>#content3</td></tr>
</table>
|
#title |
Written by #autor at #date |
|
#content1 |
|
|
#content2 |
|
|
#content3 |
|
A weblogtemplate (included at the #engine position)
<table>
<tr><td><strong>#title</strong></td><td>written at #date</td></tr>
<tr><td colspan=2>#content1</td></tr>
<tr><td colspan=2>#read_more</td></tr>
</table>
|
#title |
Written at #date |
|
#content1 |
|
|
#read_more |
|
A moduletemplate (included at the #engine position)
<table>
<tr><td><h1>#mod_name</h1></td></tr>
<tr><td>#module</td></tr>
</table>
|
#mod_name |
|
#module |
Tags: examples, templates, weblog template, article template, content template
Related entries:
- Which replacementtags exists and what are they used for ?
- I just wrote an article and saved it but it doesn't shows up
- simple site template example
- How can i create and publish an article (content) ?
- What is the difference between the four user types in the administration ?
Last update: 2007-06-25 19:01
Author: Andreas Hauser
Revision: 1.2
You can comment on this entry