Template:Success
Appearance
成功:
テンプレートの解説
使用法
このテンプレートには2つの使用法があります:
- 成功テキストが長すぎる場合は、下にテキストの折返しを生じます。
- テキストをインデントするために表を使用します。
方法 1
The following displays an icon and the word "Success:". You can follow this with whatever text/images/markup you like.
ウィキ コード:
{{success}} Do that!
成功: Do that!
方法 2
The following includes the text passed to the template, and uses a table to stop the text flowing round the icon.
ウィキ コード:
{{success|1=Here is a long success, which is sufficiently wordy to run onto a second line (unless you have a really large screen!), which would normally cause it to wrap round the icon, but because we passed it as a parameter it keeps its left alignment straight.}}
成功: | Here is a long success, which is sufficiently wordy to run onto a second line (unless you have a really large screen!), which would normally cause it to wrap round the icon, but because we passed it as a parameter it keeps its left alignment straight. |