This probably doesn't come as a surprise to many, but I thought I'd throw it out there for those who, like me, haven't realized it before.

We all know that we can link to a node by using its ID: [id://789891|stevieb's home node], but some node IDs have spaces: ChatterBox FAQ. These ones break horribly when trying to use them in [id://ChatterBox FAQ] context.

After years and years of being here, I realized that at the top of every.single.page, the node ID is readily available in the on Nov 07, 2000 at 16:08 EST ( #236794=sitefaqlet: print w/replies, xml ) line, right under the by: $person line. Grab the number to the right of the #, and drop it into the id:// tag: [id://236794], and you're good to go.

I'll bet there are other ways to glean this information, and why I didn't notice it earlier is beyond me. Either way, I thought I'd throw this out there :)


In reply to Getting the node number of a space-filled node ID by stevieb

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.