• Please note that this section is for questions regarding the forum itself - it is not for fan game-related questions. If you have a question about a fan game, ask in the appropriate thread.

  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Suggestion: Inline code BBCode

Alexander Nicholi

what do you know about computing?
  • 5,485
    Posts
    15
    Years
    It'd be nice to have that for the development-centric forums (the Computers and Technology place and also ROM hacking), like Stack Overflow implements with backticks.

    Since [code][/code] is used for codeblocks, I'd suggest [tt][/tt] as derived from the old HTML <tt></tt> tag. IIRC the Bulbapedia website uses <tt></tt> for inline code... it's certainly better than [font=Monospace][/font]. A translucent background could be added too, possibly?
     
    <tt> isn't supported by HTML 5. Or do you mean to code some alternative version independent of such tags? (Also a visual example might come in handy since I may not be the only one struggling to follow you here)
     
    <tt> isn't supported by HTML 5. Or do you mean to code some alternative version independent of such tags? (Also a visual example might come in handy since I may not be the only one struggling to follow you here)
    Yeah, I mean I'm not saying there be a physical <tt> tag, but that be the name of the BBCode for ease of memory and typing. It could be a CSS class or whatever in actuality.

    I implemented a translucent rgba() background on my website and thought it looked nice, so I suggested that too as an alternative to the opaque grey they use on Stack Overflow.
     
    Anything new with this, perhaps? It's been a little bit, and I remembered as I ran into yet another opportunity to use these tags.
    Give Audy (or maybe another admin) a poke just in case they're not aware of this thread or forgot about it
     
    Back
    Top