Template:File/doc

From stoney cloud
< Template:File
Revision as of 13:01, 27 September 2011 by Astaecker (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Use this template to show a file box with some content.

Note
This page is a template. It contains some standardized, often used text, which can be transcluded inside other pages.

As this template is widely used in our wiki, it may be protected in which case only staff members can change it. Use the discussion page to propose enhancements, fixes or voice your opinion.

Usage

Add this code to the page text:

{{File|filename|some description|
file content
}}
Filefilenamesome description

file content

If you want to preserve the format of the file content, use <pre> ... </pre> tags for pre-formatted text:

{{File|filename|some description|<pre>
file content
  this
    that
</pre>}}
Filefilenamesome description

file content
  this
    that