BBCode tags reference
Unity3D/Tips / 2015. 2. 8. 17:47
BBCode tags reference
In this section, a reference table for all of the more popular bbcode tags, is provided. Some are considered to be standard and should be supported in just about any bbcode implementation. Other are less likely to be supported, but nonetheless popular (hence the reason they've been included here).
Tags reference table
Name | Syntax | Purpose | Example |
---|---|---|---|
Bold | [b]{text}[/b] | Makes {text} bold | Bold example |
Italic | [i]{text}[/i] | Makes {text} italic | Italic example |
Underline | [u]{text}[/u] | Underlines {text} | Underline example |
Line-through | [s]{text}[/s] | Create a line-through/strike through on {text} | Line-through example |
Font-size | [size={number}]{text}[/size] | Changes the font-size of {text} | Font-size example |
Font colour | [color={colour}]{text}[/color] | Changes the colour of {text} | Font colour example |
Center text | [center]{text}[/center] | Centers {text} on screen | Center text example |
Quote | [quote]{text}[/quote] | Creates a quotation box containing {text} | Quote example |
Quote (named) | [quote={name}]{text}[/quote] | Creates a quotation box quoting {name} as saying {text} | Quote (named) example |
Link | [url]{url}[/url] | Makes a link to {url} | Link example |
Link (named) | [url={url}]{text}[/url] | Makes a named link to {url} | Link (named) example |
Image | [img]{url}[/img] | Shows the image indicated by {url} | Image example |
Image (resized) | Full version: [img width={width} height={height} ...]{url}[/img] Another variant (shorthand): [img={width}x{height}]{url}[/img] | Shows {url} image resized to {width} and {height} | Image (resized) example |
List | Unordered list: [ul]{items}[/ul] Ordered list: [ol]{items}[/ol] Another variant: [list]{items}[/list] | Displays a list of {items} | List example |
List item | [li]{text}[/li] Shorthand: [*]{text}\newline | Species an {item} within a list | List item example |
Code | [code]{text}[/code] | Renders the {text} while maintaing all white spacing | Code example |
Tables | [table]{rows}[/table] | Show a table with {rows} in it | Tables example |
Table rows | [tr]{cells}[/tr] | Renders a table row containing {cells} | Table rows example |
Table content cells | Heading cell: [th]{content}[/th] Content cell: [td]{content}[/td] | Shows {content} in a table (heading) cell | Table content cells example |
Youtube videos | [youtube]{id}[/youtube] | Shows the youtube video indicated by {id} | Youtube videos example |
Google videos | [gvideo]{id}[/gvideo] | Shows the google video indicated by {id} | Google videos example |
Something missing?
If you think that some tags are missing here, please do not hesitate to contact us!
BBCode examples
Go to the examples section to find many examples of how you can use these tags.
반응형
'Unity3D > Tips' 카테고리의 다른 글
[링크] 유니티5 업그레이드 가이드 (0) | 2015.03.30 |
---|---|
유니티4.5 Hierarchy 뷰에서 오브젝트 소팅 변경 (2) | 2015.03.04 |
안드로이드 유니티 리모트 4 연동 문제 해결하기 (0) | 2015.02.04 |
Unity Platform Defines (0) | 2015.01.28 |
[펌] 데이터 패스(Data Path) 정리 (0) | 2015.01.12 |