icon315
Member
As you can see in these recent move logs, the "Some" part of it is the article.
> ash to_monster( "Bad ASCII Art" )
Returned: Some Bad ASCII Art
The HTML from fighting a photocopied ASCII Art:Actually, it turns out you can tell from the game's html source if something is just a "fancy article" (like the Some in this case) or part of the name proper. There's an extra space in the html source code if it's not part of the article. Or so I'm told by a dev. It was specifically at his request and evidence that I moved the wiki pages.
<span id='monname'>Some Bad ASCII Art</span>
<span id='monname'>The Twig and Berries</span>
<span id='monname'>an Orcish Frat Boy</span>
The HTML from fighting a photocopied ASCII Art:
No extra space. Here's one which, you'd think, surely includes the article:Code:<span id='monname'>Some Bad ASCII Art</span>
No extra space. Here's one which, you'd think, surely does NOT include the article (if for no other reason than it being in lower case):Code:<span id='monname'>The Twig and Berries</span>
No extra space.Code:<span id='monname'>an Orcish Frat Boy</span>
I think you were misinformed. My rule of thumb: if the "article" is capitalized, it's part of the name.
You're fighting <span id='monname'> Racecar Bob</span>