Template:Cat

From Alpine Linux
Revision as of 08:34, 30 May 2017 by Dubiousjim (talk | contribs) (Protected "Template:Cat": Template ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Template Documentation for Cat

This page is a template and should only be used as part of other articles. For more information, read Help:Template.

Please do not experiment with this template; you could ruin all pages using this template. If you want to edit this template, copy the text to Template:Sandbox, edit and test it there, and copy it back when it works.

Feel free to voice your opinion regarding this template.

A box displaying file contents.

Template Documentation

See also:

Example

{{Cat|/path/file|Body '''text''' <br /> more
Second line.}}

produces:

Contents of /path/file

Body '''text''' <br /> more Second line.

You must escape characters as follows:

   = not inside [[..]] use &#61; or {{=}}
   | not inside [[..]] use &#124; or {{!}}
   {{                  use &#123; twice or {{lb}}
   }}                  use &#125; twice or {{rb}}
   unmatched [[        use &#91; twice
   unmatched ]]        use &#93; twice
   #                   use &#35;