Sha256: 66711df70ac6bea2308d6e1b58dbbc92d11e1917bf20c3fa0511fd71f961d52b
Contents?: true
Size: 869 Bytes
Versions: 6
Compression:
Stored size: 869 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: <% 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 %>`]({relocatable: reference_configuration.html#<%= option.tr('._', '') %>}) <%= temp ? '(' + temp + ')' : '' %> <% temp = nil end %> <% end %> --- name:content <webgen:block name='content' />
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
webgen-0.5.17 | doc/tag.template |
webgen-0.5.15 | doc/tag.template |
webgen-0.5.14 | doc/tag.template |
webgen-0.5.13 | doc/tag.template |
webgen-0.5.12 | doc/tag.template |
webgen-0.5.11 | doc/tag.template |