<% if @count_all < TaginfoConfig.get('xapi.max_results', 1000) %> <%= xapi_link(@filter_xapi, @key, @value) %> <%= josm_link(@filter_xapi, @key, @value) %> <% else %> XAPI JOSM <% end %>

<%= @desc %>

<% if @image_url %>
<% end %>

<%= t.taginfo.overview %>

<% if @has_rtype_link %>

<%= t.pages.tag.overview.see_also %>:

<% end %>

<%= t.pages.tag.combinations.title %>

<%= t.pages.tag.combinations.description %>

<%= t.pages.tag.wiki_pages.title %>

<% if @wiki_count > 0 %>
<% else %>

<%= t.pages.tag.wiki_pages.none_found %> <%= @wiki_count_key > 0 ? t.pages.tag.wiki_pages.suggest_key_wiki_page('') : '' %>

<%= t.pages.tag.wiki_pages.create %>

<% end %>

<%= t.pages.tag.josm.title %>

<% if @josm_count > 0 %>
<% else %>

<%= t.pages.key.josm.no_styles %>

<% end %>
<% javascript do JS.raw(<<"JAVASCRIPT") function page_init2() { var key = #{ @key.to_json }, value = #{ @value.to_json }; up = function() { window.location = url_for_key(key); }; jQuery('h1').html(link_to_key(key) + '=' + fmt_value(value)); jQuery('span#keylink').html(link_to_key(key)); jQuery('span#relationlink').html(link_to_rtype(value)); init_tabs([key, value, #{ @filter_type.to_json }]); } JAVASCRIPT end %>