(Created page with "{{Wordy bbc |tag=bdo }} Category:Bulletin_Board_Code Category:Basic Bulletin Board Code {{needs work|bbcode not described}}") |
No edit summary |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Wordy bbc | {{Wordy bbc | ||
|tag=bdo | |tag=bdo | ||
|type= unparsed_equals | |||
|description= use the HTML <nowiki><bdo></nowiki> tag to override the default text direction | |||
|parameters= '''rtl''' or '''ltr''', for selecting the text direction | |||
|example= Here is some text in the default direction and<br/> [bdo=rtl]Here is some right-to-left text[/bdo] | |||
|result= Here is some text in the default direction and<br/> | |||
<span style="direction:rtl; unicode-bidi:bidi-override;">Here is some right-to-left text</span> | |||
}} | }} | ||
[[Category:Bulletin_Board_Code]] | [[Category:Bulletin_Board_Code]][[Category:Legacy Bulletin Board Code]] | ||
[[Category: | |||
Latest revision as of 22:17, 13 January 2019
type: [bdo=xyz]parsed content[/bdo]
description: use the HTML <bdo> tag to override the default text direction
parameters:
rtl or ltr, for selecting the text direction
example: Here is some text in the default direction and
[bdo=rtl]Here is some right-to-left text[/bdo]
result: Here is some text in the default direction and
Here is some right-to-left text