User:Mindmatrix/Tutorials
Jump to navigation
Jump to search
Creating a template
- To create a template with the name FOO, edit the file Template:FOO
- make sure that no such file already exists
- Add the information you want to appear on every page that uses the template.
- Save the file.
- Use the link {{FOO}} in files which should include its contents
Using a template
- Edit a file that needs to use the template, eg: A new file to edit
- Insert the tag {{FOO}} into this file, where it makes sense for the information to appear.
- Save the file.