<%= render "sidebar" %>

<%= link_to @wiki_page.pretty_title, posts_path(:tags => @wiki_page.title), :class => "tag-type-#{@wiki_page.category_name}" %> <% if @wiki_page.is_locked? %> (locked) <% end %> <% if @wiki_page.is_deleted? %> (deleted) <% end %>

<% if @wiki_page.visible? %> <% if @wiki_page.other_names.present? %>

<%= wiki_page_other_names_list(@wiki_page) %>

<% end %> <%= format_text(@wiki_page.body) %> <% if @wiki_page.artist %>

<%= link_to "View artist", @wiki_page.artist %>

<% end %> <%= wiki_page_alias_and_implication_list(@wiki_page) %> <% else %>

This artist has requested removal of their information.

<% end %>
<%= wiki_page_post_previews(@wiki_page) %>
<% content_for(:page_title) do %> Wiki - <%= @wiki_page.pretty_title %> - <%= Danbooru.config.app_name %> <% end %> <% content_for(:html_header) do %> <% end %> <%= render "secondary_links" %>