Contents |
Copy your base from these templates
- Content Module Template
- Reference Module Template
- TableModule Template (always one table per page)
- Page Template
Alwayse make a new page for each of these type templates listed above. never nest snippets given within these templates. When you dublicate snippets always copy from END to START:
<-- NAME SNIPPET START --> ... <-- NAME SNIPPET END -->
rules: OPTIONAL code can be removed, a SNIPPET can be duplicated, MANDATORY must be used and not removed.
Use these functions
</html>{{:Team:Groningen/Template/MODULE/tmpl_breadcrummodule|tail|head}}<html> </html>{{:Team:Groningen/Template/MODULE/tmpl_imagemodule|title|imagefile|text}}<html> </html>{{:Team:Groningen/Template/MODULE/tmpl_imagelinkmodule|title|imagefile|link|text}}<html> </html>{{:Team:Groningen/Template/MODULE/tmpl_moviemodule|moviemp4}}<html> </html>{{:Team:Groningen/Template/MODULE/tmpl_imagelinkonlymodule|imagefile|link}}<html> </html>{{:Team:Groningen/Template/MODULE/tmpl_imageonlymodule|imagefile}}<html> </html>{{:Team:Groningen/Template/MODULE/tmpl_textmodule|title|text}}<html> </html>{{:Team:Groningen/Template/MODULE/tmpl_textlinkmodule|title|link|text}}<html> </html>{{:Team:Groningen/Template/MODULE/tmpl_vcardmodule|photofile|fullname|function|department|phone|email|linkedin|description}}<html>
Functions for use within contentmodule template
</html>{{:Team:Groningen/Template/MODULE/newfigure|name|figurefile|caption}}<html> </html>{{:Team:Groningen/Template/MODULE/newfigurevideo|name|figurefile|videofile|caption}}<html>
Other pages
- Media Links for all images and movies
for large text do it this way
</html>{{:Team:Groningen/Template/MODULE/tmpl_textmodule|title| text }}<html>
with large arguments or to many arguments place argument on new line (with argument seperator)
</html>{{:Team:Groningen/Template/MODULE/tmpl_textlinkmodule|title |link| text }}<html>
If functions do not worke properly still use them, this simply means it is not yet implemented.