Magic links are words that may appear within <wiki-text> that are automatically converted to external links without any special markup being required by the person writing the page.
<magic-link>::=<isbn> |<rfc-number> |<pmid-number>
Note that all character-literals on this page are case sensitive (i.e. upper-case characters in the definitions on this page MUST be written in upper case in the markup).
SeeManual:ISBN
<isbn>::= "ISBN" (" "+)<isbn-number> ?(non-word-character /\b/)<isbn-number>::= ("97" ("8" | "9") (" " | "-")?) (DIGIT (" " | "-")?) {9} (DIGIT | "X" | "x")
Examples:
Counter-examples:
SeeManual:RFC
<rfc-number>::= "RFC"<spaces><digits>
Examples:
<pmid-number>::= "PMID"<spaces><digits>