Sha256: 37b77f3d7fd8e8b043961e47c99059ea150fe056856f3f797ecbabf0a18a7f5b

Contents?: true

Size: 892 Bytes

Versions: 8

Compression:

Stored size: 892 Bytes

Contents

---
title: IncludeFile
inMenu: true
template: /plugin.template
plugin: Tag/IncludeFile
---
h2(#description). Description


The include file tag is used to include the content of a file. The content can be highlighted via
{plugin: Misc/SyntaxHighlighter} by specifying an available language for the parameter {param:
Tag/IncludeFile:highlight}.


h2(#examples). Examples


<table class="examples">
<tr>
  <th>Usage</th><th>Output</th>
</tr>
<tr>
  <td>\{includeFile: {filename: includefile.page, processOutput: false}}</td>
  <td><pre>{includeFile: {filename: includefile.page, processOutput: false}}</pre></td>
</tr>
<tr>
  <td>\{includeFile: {filename: ../../../../plugin/emoticon.rb, escapeHTML: false, processOutput: false, highlight: ruby}}</td>
  <td>{includeFile: {filename: ../../../../plugin/emoticon.rb, escapeHTML: false, processOutput: false, highlight: ruby}}</td>
</tr>
</table>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
webgen-0.4.1 doc/src/documentation/plugins/tag/includefile.page
webgen-0.4.2 doc/src/documentation/plugins/tag/includefile.page
webgen-0.4.0 doc/src/documentation/plugins/tag/includefile.page
webgen-0.4.4 doc/src/documentation/plugins/tag/includefile.page
webgen-0.4.3 doc/src/documentation/plugins/tag/includefile.page
webgen-0.4.5 doc/src/documentation/plugins/tag/includefile.page
webgen-0.4.6 doc/src/documentation/plugins/tag/includefile.page
webgen-0.4.7 doc/src/documentation/plugins/tag/includefile.page