Copybox
I'd like to offer players a "copybox" BBCode to condense functionality we use constantly in BBP.
How it would work:
- Wrap a large, formatted segment of a post with [COPY] and [/COPY].
- The forum generates a box around the contained text, that features a clickable "Copy" button.
- The button puts all of the contained BBCode into the user's clipboard.
It would look like this (
but less ugly):
|
Charizard, Crucibelle, Delibird, Dragapult, Gallade, Garchomp |
Clicking "Copy" would put this in your clipboard:
[IMG alt=":charizard:"]https://www.smogon.com/forums/media/minisprites/charizard.png.m.1733184959[/IMG]Charizard, [IMG alt=":crucibelle:"]https://www.smogon.com/forums/media/minisprites/crucibelle.png.m.1733184959[/IMG]Crucibelle, [IMG alt=":delibird:"]https://www.smogon.com/forums/media/minisprites/delibird.png.m.1733184959[/IMG]Delibird, [IMG alt=":dragapult:"]https://www.smogon.com/forums/media/minisprites/dragapult.png.m.1733184959[/IMG]Dragapult, [IMG alt=":gallade:"]https://www.smogon.com/forums/media/minisprites/gallade.png.m.1733184959[/IMG]Gallade, [IMG alt=":garchomp:"]https://www.smogon.com/forums/media/minisprites/garchomp.png.m.1733184959[/IMG]Garchomp
Built-in RNG
I'd like players to be able to obtain a set of random numbers that are seeded based on the thread number.
How it would work:
- Among "insert link", "insert image", etc, there would be a button to "insert random numbers".
- The forum would look at the thread ID, and the ID of the user who pressed the button, and return a batch (15-20) of derived numbers.
- They don't need to be perfectly; atomically random—they just need to be random enough, and fixed for a given combination of thread, post count, and user.
- The post that contains the tag will display a sequence of the derived numbers. For example, [RNG=15] would display 15 such numbers, seperated by commas, newlines, or whatever else seems appropriate.
- The post would display the rolled numbers even if "deleted"/hidden, without displaying the post's author or the rest of its body.
- Just "These numbers were rolled here: [numbers]" would be enough.
This would be a massive improvement for BBP (
we currently have to roll on Discord, and then link to the Discord message... Which requires a Discord account). But this would also be helpful for other threads that need to "prove" their RNG: assigning roles in Mafia, making pairings in casual tournaments, and more.
Moderator Annotation
I'd like to be able to create moderator-only text in (
our own) posts, invisible to normal users.
How it would work:
- Wrap text in your post with [MOD] and [/MOD].
- The text will be wrapped in a stylebox, much like a quote block is, that indicates that its visible because the reader is a moderator or higher.
- That text won't be rendered for non-moderator users.
This would allow me to leave the equivalent of code documentation in our
very dense mechanics rules, visible only to people who are tasked with maintaining those rules. These comments could contain info about why the rule is how it is, and how to maintain the rules text, without interrupting the information for regular players.