class Juli::Macro::Wikipedia

Interwiki for Wikipedia

Constants

DEFAULT_TEMPLATE

Public Class Methods

conf_template() click to toggle source
# File lib/juli/macro/wikipedia.rb, line 9
      def self.conf_template
        <<EOM
# HTML template for wikipedia.
# '%{wikipedia}' in the template will be replaced by actual Wikipedia word:
#
#wikipedia: #{DEFAULT_TEMPLATE}
EOM
      end