Horizontal Rule BBCode

Moderator: GZDoom Developers

Post Reply
User avatar
NeuralStunner
 
 
Posts: 12325
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space
Contact:

Horizontal Rule BBCode

Post by NeuralStunner »

This one's simple enough, and great for splitting a post into sections. (Assuming the forum styles HRs to look nice. :P )

BBCode:

Code: Select all

[hr]{TEXT}[/hr]
HTML:

Code: Select all

<hr />{TEXT}
Note: The phpBB version where this was tested does not allow unclosed custom BBCodes, so it uses a text token to avoid losing anything wrapped in the tags. If the newest version supports it, direct tag-to-tag would be even better.
User avatar
Rachael
Posts: 13531
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: Horizontal Rule BBCode

Post by Rachael »


This is already in.

Code: Select all

[hr][/hr]
Post Reply

Return to “Closed Feature Suggestions [GZDoom]”