Wiki記法ガイド/文字装飾-en 的差异
#author("2018-12-06T06:45:05+09:00","","")
#author("2018-12-06T06:54:52+09:00","","")
#title(Text Decoration)
[[Go back to the Guide's Top Page>Wiki記法ガイド]]
|~Name|~Format|~Description|h
|[[Font Size>#s_size]]|&size(SIZE){TEXT};|Specify font size|
|[[Font Color>#s_color]]|&color(COLOR){TEXT};|specify font color|
|[[Font Color and Background Color>#s_bgcolor]]|&color(COLOR,BGCOLOR){TEXT};|Specify font color and background color|
|[[Bold>#s_bold]]|''TEXT''|Make the text bold|
|[[Italic>#s_italic]]|'''TEXT'''|Make the text italic|
|[[Strikeout>#s_strikeout]]|%%TEXT%%|Make the text strikeout|
|[[Underline>#s_underline]]|%%%TEXT%%%|Make the strikethrogh text|
|[[Superscript>#s_sup]]|&sup(){TEXT};|Make the text superscript|
|[[Subscript>#s_sub]]|__TEXT__|Make the text subscript|
|[[Line Breaks>#s_br]]|&br;|Break the line|
*Font Size [#s_size]
You can change the font size with "&size(SIZE){TEXT};".
**Example [#m66a5509]
You can write &size(20){Big letters}; and/or &size(10){small letters};.
**Display Example [#a7dcd058]
You can write &size(20){Big letters}; and/or &size(10){small letters};.
*Font Color [#s_color]
You can change the font color with "&color(COLOR){SIZE};"
**Example [#a6c4a85e]
You can change &color(#FF0000){font color};.
**Display Example [#r8a419c5]
You can change &color(#FF0000){font color};.
*Font Color and Background Color [#s_bgcolor]
You can change the font color and background color with "&color(COLOR,BGCOLOR){TEXT};".
**Example [#y6713250]
You can specify &color(#FFFFFF,#999999){colors of text};.
**Display Example [#l51b1ac0]
You can specify &color(#FFFFFF,#999999){colors of text};.
*Bold [#s_bold]
Text between '' becomes bold.
**Example [#j41d21cc]
Enclosed letters becomes ''bold''.
**Display Example [#q1b291cc]
Enclosed letters becomes ''bold''.
*Italic [#s_italic]
Text between ''' becomes italic.
**Example [#e275c9c5]
Enclosed letters become '''italic'''.
**Display Example [#m099574f]
Enclosed letters become '''italic'''.
*Strikeout [#s_strikeout]
Text between %% are overdrawn with strikethrogh.
**Example [#l9b5c564]
Enclosed letters are overdrawn with %%strikethrogh%%.
**Display Example [#gd08c74b]
Enclosed letters are overdrawn with %%strikethrogh%%.
*Underline [#s_underline]
Text between %%% are underlined.
**Example [#d2cca4df]
Enclosed letters are %%%underlined%%%.
**Display Example [#p0a40910]
Enclosed letters are %%%underlined%%%.
*Superscript [#s_sup]
You can write superscripts with "&sup(){TEXT};".
**Example [#i6962d7f]
x&sup(){2}; + y&sup(){2}; = 0
**Display Example [#d6040953]
x&sup(){2}; + y&sup(){2}; = 0
*Subscript [#s_sub]
You can write subscripts with "__TEXT__".
**Example [#x59d3803]
Hydrogen is represented by H__2__O.
**Display Example [#v121604b]
Hydrogen is represented by H__2__O.
*Line Breaks [#s_br]
You can break the line with "&br;"
**Example [#j94456ea]
You can break the line&br; at the middel of a line.
**Display Example [#z3b3cde8]
You can break the line&br; at the middel of a line.
#dcomment(Wiki記法ガイド/文字装飾)