Skip to content

Instantly share code, notes, and snippets.

@ae-s
Last active February 11, 2023 02:04
Show Gist options
  • Save ae-s/92696b742edef57c40bc60878c7c56f5 to your computer and use it in GitHub Desktop.
Save ae-s/92696b742edef57c40bc60878c7c56f5 to your computer and use it in GitHub Desktop.
bbcode is a nightmare
* 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