summaryrefslogtreecommitdiff
path: root/TWiki/TWikiSkins.mdwn
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2001-03-16 08:59:35 +0000
committerPeter Thoeny <web-hurd@gnu.org>2001-03-16 08:59:35 +0000
commit27cc54b2cd5388eebfe797cdf636c2160cf29b43 (patch)
tree6b969efd00de726c2ae84bcb66fcad469a35d8c7 /TWiki/TWikiSkins.mdwn
parentfdb54114bbd3759d170bc3a2adbf62aa40ea95f8 (diff)
none
Diffstat (limited to 'TWiki/TWikiSkins.mdwn')
-rw-r--r--TWiki/TWikiSkins.mdwn8
1 files changed, 5 insertions, 3 deletions
diff --git a/TWiki/TWikiSkins.mdwn b/TWiki/TWikiSkins.mdwn
index f3127c9e..8ffc2321 100644
--- a/TWiki/TWikiSkins.mdwn
+++ b/TWiki/TWikiSkins.mdwn
@@ -1,6 +1,8 @@
+## <a name="TWiki_Skins"> TWiki Skins </a>
+
Skins are customized template files. You can use skins to change the look of a %WIKITOOLNAME% topic, for example the layout of the header and footer. Note that the renderd text between header and footer does **_not_** change. You can use skins also to define an alternate view, i.e. a view optimized for printing.
-A skin file is located in the `twiki/template` directory and has a name like `<scriptname>.<skin>.tmpl` or `<scriptname>.<topicname>.<skin>.tmpl`. For example, the `print` skin for the `view` template is <code>view<font>.print</font>.tmpl</code> (red color added for clarification).
+A skin file is located in the <code>**twiki/template**</code> directory and has a name like <code>**&lt;scriptname&gt;.&lt;skin&gt;.tmpl**</code> or <code>**&lt;scriptname&gt;.&lt;topicname&gt;.&lt;skin&gt;.tmpl**</code>. For example, the <code>**print**</code> skin for the <code>**view**</code> template is <code>**view<font>.print</font>.tmpl**</code> (red color added for clarification).
A skin can be activated in two ways:
@@ -10,6 +12,6 @@ A skin can be activated in two ways:
* %SCRIPTURL%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%?skin=print (for the print view skin)
* %SCRIPTURL%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%?skin=plain (for the plain view skin that has no header and footer)
-The `?skin=name` URL parameter overrides the SKIN preference value.
+The <code>**?skin=name**</code> URL parameter overrides the SKIN preference value.
--- [[Main/PeterThoeny]] - 20 Jan 2001 <br />
+-- [[PeterThoeny]] - 16 Mar 2001 <br />