Sha256: f237790cf0c1d4b99892b77c9527bce54d1f6284b8f0f35d1b9bb14b0683eb8f

Contents?: true

Size: 773 Bytes

Versions: 26

Compression:

Stored size: 773 Bytes

Contents

---
title: Webgen::Tag::Metainfo
---
## Description

The meta tag is used to copy meta information verbatim. It is used as fallback when no other tag
class for a specific tag name could not be found. For example, if you define a meta information with
the key `revision`, you can put the tag `\{revision:}` into a block of a page file and the value
gets substituted automatically.

An every day usage example for the meta tag would be including the title of a page in the
`head`-section of a HTML template or specifying the language of the HTML file by using the
`\{lang:}` tag.

## Examples

<table class="examples">
<tr>
  <th>Usage</th><th>Output</th>
</tr>
<tr>
  <td>\{title: }</td>
  <td>{title:}</td>
</tr>
<tr>
  <td>\{lang: }</td>
  <td>{lang:}</td>
</tr>
</table>

Version data entries

26 entries across 26 versions & 3 rubygems

Version Path
gettalong-webgen-0.5.4.20080929 doc/tag/metainfo.page
gettalong-webgen-0.5.5.20081001 doc/tag/metainfo.page
gettalong-webgen-0.5.5.20081010 doc/tag/metainfo.page
gettalong-webgen-0.5.5.20081012 doc/tag/metainfo.page
gettalong-webgen-0.5.6.20081020 doc/tag/metainfo.page
gettalong-webgen-0.5.7.20090227 doc/tag/metainfo.page
gettalong-webgen-0.5.8.20090507 doc/tag/metainfo.page
gettalong-webgen-0.5.9.20090620 doc/tag/metainfo.page
gettalong-webgen-0.5.9.20090626 doc/tag/metainfo.page
thewoolleyman-webgen-0.5.8.20090419 doc/tag/metainfo.page
webgen-0.5.17 doc/tag/metainfo.page
webgen-0.5.15 doc/tag/metainfo.page
webgen-0.5.14 doc/tag/metainfo.page
webgen-0.5.13 doc/tag/metainfo.page
webgen-0.5.12 doc/tag/metainfo.page
webgen-0.5.11 doc/tag/metainfo.page
webgen-0.5.10 doc/tag/metainfo.page
webgen-0.5.9 doc/tag/metainfo.page
webgen-0.5.4 doc/tag/metainfo.page
webgen-0.5.1 doc/tag/metainfo.page