Last active
February 11, 2023 02:04
-
-
Save ae-s/92696b742edef57c40bc60878c7c56f5 to your computer and use it in GitHub Desktop.
bbcode is a nightmare
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* bbcode is a nightmare | |
** quote formats | |
- [quote], [QUOTE] | |
- universal | |
- [quote name="{username}" post={post_id} timestamp={time_t}] | |
- [quote name="{username}" post={post_id}] | |
- [quote={username};{post_id}] | |
- vbulletin | |
- [QUOTED={username};{post_id}] | |
- kittyforums, rare | |
- [quote name="{user displayname}" post={username};{post_id}] | |
- xda-developers, rare | |
- [quote uid={user_id} name="{username}"] | |
- [quote author="{user displayname}" link={internal id} date={time_t}] | |
- smf, what the actual fuck | |
- [quote author="{user displayname}"] | |
- smf, quotes are optional | |
- [quote {attribution}] | |
- vbulletin | |
- [quote="{attribution}"] | |
- phpbb | |
- [quote={attribution}] | |
- mybb | |
- vbulletin | |
- ipb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment