Sha256: 7ef512ae5f4851afd645f7b5e3d5365c6c0ad70a75ab135a6450e88fdfd57002
Contents?: true
Size: 919 Bytes
Versions: 2
Compression:
Stored size: 919 Bytes
Contents
--- template: extensions.template --- name:summary pipeline:erb,tags,maruku,blocks The following tag names are registered for this tag class: <%= context.website.config['contentprocessor.tags.map']. select {|k,v| v == context.content_node['title']}. map {|k,v| '`' + (k.kind_of?(Symbol) ? k.inspect : k.to_s) + '`'}.join(', ') %> <% if context.content_node['used_options'] %> This tag uses the following options (see [configuration option reference]({relocatable: reference_configuration.html}) for detailed information on the options): <% for option in context.content_node['used_options'] temp = 'mandatory' if !context.website.config.meta_info[option][:mandatory].nil? temp += ' default' if context.website.config.meta_info[option][:mandatory] == 'default' %>* `<%= option %>` <%= temp ? '(' + temp + ')' : '' %> <% temp = nil end %> <% end %> --- name:content <webgen:block name='content' />
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
webgen-0.5.1 | doc/tag.template |
webgen-0.5.2 | doc/tag.template |