summaryrefslogtreecommitdiff
path: root/TWiki/TWikiTemplates.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'TWiki/TWikiTemplates.mdwn')
-rw-r--r--TWiki/TWikiTemplates.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/TWiki/TWikiTemplates.mdwn b/TWiki/TWikiTemplates.mdwn
index 1383387c..80513101 100644
--- a/TWiki/TWikiTemplates.mdwn
+++ b/TWiki/TWikiTemplates.mdwn
@@ -85,11 +85,11 @@ The template files are in the <code>**twiki/templates**</code> directory. As an
1. <code>**twiki/templates/$webName/$scriptName.tmpl**</code>
2. <code>**twiki/templates/$scriptName.tmpl**</code>
-**_Note:_** <code>**$webName**</code> is the name of the web ( i.e. <code>**Main**</code> ), and <code>**$scriptName**</code> is the script ( i.e. <code>**view**</code> ).
+**_Note:_** `$webName` is the name of the web (ex: `Main`), and <code>**$scriptName**</code> is the script (ex: `view`).
**_Note:_** [[TWikiSkins]] can be defined to overload the standard templates.
-Some special variables are used in templates ( especially <code>**view**</code> ) to show meta data - see [[TWikiDocumentation]]
+Special variables are used in templates, especially in `view`, to display [[TWikiMetaData]].
### <a name="Template_Topics"> Template Topics </a>