Bold: Make the sentence Don't say anything about the entry, first shout together:
bold. When the text following |bold=
is one of 1
, T
, true
, Y
, yes
, this parameter is successfully used (for example, |Bold=1
).
{{Shout|text=|1=|color=|font-size=|bold=|text-style=}}
※Note: The order of the parameters does not matter.
{{shout|<big><big>I like Konata-chan a lot!</big></big>}}
![]() |
Don't say anything about this article, first, let's shout together: I like Konata-chan a lot!
|
"text"
has no other parameters, "text="
can be omitted. That is, the above example is exactly the same as the following:{{shout|text=<big><big>I like Konata-chan a lot!</big></big>}}
{{shout|text=Hinnyu are rare and valuable!|leftimage=[[File:Izumi_Konata_Hinnyuu.jpg|99px]]color=blue|bold=1|font-size=16px}}
![]() |
Don't say anything about this article, first, let's shout together: Hinnyu are rare and valuable!
|
font-size=16px
means that the full text comes with a big tag.{{shout|text = Moegirlpedia, an encyclopedia where everything is moe!|leftimage=[[File:Moegirl_is_watching_you.jpg|80px]]|color=green|text-style= color:green; font-family:\6977\4F53; font-style:italic; font-weight:bold; font-size:20px;}}
![]() |
Don't say anything about this article, first, let's shout together: Moegirlpedia, an encyclopedia where everything is moe!
|
color:green;
), italic (font-family:\6977\4F53;
), italic (font-style: italic;
), bold (font-weight:bold;
), 20px size font (font-size:20px;
). See the external links below for other text-style attributes.text-style
has exactly the same effect as using font-size=
.