sasdrtx is correct-the code that appears in that page reads:

<p> <i>render spoiler tags as</i> </p>

It might be helpful on that page to include something about what spoiler tags are for, and how the different types are displayed. And example might be something along the lines of the following.


Render spoiler tags as: "Spoiler tags" are a set of tags designed to conceal a section of content until the reader decides to view it. This might be used, for example, when someone has posted a challenge with their initial solution. Because of differences in possible themes and settings, the <spoiler></spoiler> tags are provided.

The content within a set of spoiler tags may be displayed in several different ways. The current options available are "(default)", "link", "div", "span", "table", and "reveal". The "link" option replaces the section in question with links to reveal the particular section, or all spoilers that may be present. (The "link" option appears to be the current "(default)" option.) The "div" and "span" options wrap the section in div and span tags (respectively) of class "spoiler", which can be made to display as desired by editing the user's CSS. (The default CSS appears to be to set the foreground and background colors both to white the same.) "table" places the content in a table, with the inner td tag also of class "spoiler". The "reveal" option actually wraps the section in div tags of class "spoiled".

Using the above spoiler example (copied from ikegami's earlier response), the sections would be displayed as follows:

link: <Reveal this spoiler or all in this thread>
div:
This is a spoiler.
span: This is a spoiler.
table:
This is a spoiler.
reveal:
This is a spoiler.

HTH.

Update (2008-09-13): Tried when logged out and found out the display was of fore and background colors the same, but not necessarily white. Updated link examples to refer to this node.


In reply to Re^3: What does "render spoiler tags as" mean? by atcroft
in thread What does "render spoiler tags as" mean? by LesleyB

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.