summaryrefslogtreecommitdiff
path: root/TWiki/TWikiSkins.mdwn
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2001-01-20 23:28:47 +0000
committerPeter Thoeny <web-hurd@gnu.org>2001-01-20 23:28:47 +0000
commit394520257dff30ec9e0b81d8843b3283306bf7a4 (patch)
treea9a5d2e369a17b4b5073fded05c413a89202cfe6 /TWiki/TWikiSkins.mdwn
parentac8fe7ba6cea33bb3ea9d33b9d6437010a2ae36e (diff)
none
Diffstat (limited to 'TWiki/TWikiSkins.mdwn')
-rw-r--r--TWiki/TWikiSkins.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/TWiki/TWikiSkins.mdwn b/TWiki/TWikiSkins.mdwn
new file mode 100644
index 00000000..f3127c9e
--- /dev/null
+++ b/TWiki/TWikiSkins.mdwn
@@ -0,0 +1,15 @@
+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 can be activated in two ways:
+
+* Define the SKIN preference variable in [[TWiki/TWikiPreferences]], one of the [[WebPreferences]], or a user preference. I.e.
+ * Set SKIN = wikiwiki <br />**Note:** Who has time to create the classic `wikiwiki` skin?
+* Add `?skin=name` to the URL, i.e. for this topic:
+ * %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.
+
+-- [[Main/PeterThoeny]] - 20 Jan 2001 <br />