(unparsed_equals) |
(fixed parameter description) |
||
Line 3: | Line 3: | ||
|type=unparsed_equals | |type=unparsed_equals | ||
|description=use the HTML <nowiki><bdo></nowiki> tag to override the default text direction | |description=use the HTML <nowiki><bdo></nowiki> tag to override the default text direction | ||
|parameters= | |parameters='''rtl''' or '''ltr''', for selecting the text direction | ||
|example=Here is some text in the default direction and [bdo | |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 <bdo dir="rtl">Here is some right-to-left text</bdo> | |result=Here is some text in the default direction and <bdo dir="rtl">Here is some right-to-left text</bdo> | ||
}} | }} | ||
[[Category:Bulletin_Board_Code]] | [[Category:Bulletin_Board_Code]] | ||
[[Category:Basic Bulletin Board Code]] | [[Category:Basic Bulletin Board Code]] |
Revision as of 13:36, 30 March 2012
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