Class: Infoboxer::Templates::Show

Inherits:
Base show all
Defined in:
lib/infoboxer/templates/base.rb

Overview

Renders all of its unnamed variables as space-separated text Also allows in-template navigation.

Used for Set definitions.

Instance Attribute Summary

Attributes inherited from Infoboxer::Tree::Template

#name

Attributes inherited from Infoboxer::Tree::Compound

#children

Attributes inherited from Infoboxer::Tree::Node

#params, #parent

Instance Method Summary collapse

Methods inherited from Base

#==, clean_name, inspect

Methods inherited from Infoboxer::Tree::Template

#fetch, #fetch_date, #fetch_hash, #follow, #initialize, #link, #named_variables, #to_h, #to_tree, #unnamed_variables, #unwrap

Methods included from Infoboxer::Tree::Linkable

#follow, #url

Methods inherited from Infoboxer::Tree::Compound

#index_of, #initialize, #to_tree

Methods inherited from Infoboxer::Tree::Node

#==, #children, coder, def_readers, #first?, #index, #initialize, #inspect, #next_siblings, #prev_siblings, #siblings, #text_, #to_s, #to_tree

Methods included from Navigation::Wikipath

#wikipath

Methods included from Navigation::Sections::Node

#in_sections

Methods included from Navigation::Shortcuts::Node

#bold?, #categories, #external_links, #heading?, #headings, #images, #infobox, #infoboxes, #italic?, #lists, #paragraphs, #tables, #templates, #wikilinks

Methods included from Navigation::Lookup::Node

#_lookup, #_lookup_children, #_lookup_next_siblings, #_lookup_parents, #_lookup_prev_sibling, #_lookup_prev_siblings, #_lookup_siblings, #_matches?, #lookup, #lookup_children, #lookup_next_siblings, #lookup_parents, #lookup_prev_sibling, #lookup_prev_siblings, #lookup_siblings, #matches?, #parent?

Constructor Details

This class inherits a constructor from Infoboxer::Tree::Template

Instance Method Details

#textObject



38
39
40
# File 'lib/infoboxer/templates/base.rb', line 38

def text
  unnamed_variables.map(&:text).join(children_separator)
end