<<button>> マクロ

<<button>> マクロを使用して、クリック可能なボタン (ボタンのような見た目のリンク) を記事に挿入することができます。 場合によっては、標準のリンク (下線を消したスタイル) よりもボタンの方が良いかもしれません。 異なる大きさと色のボタンを作成することができ、また内部リンクと外部リンクの両方が可能です。

使用例

通常のボタン

<<style class="centered">>
<<button target="https://google.com/">>ここをクリック<</button>>

<<button target="mariadb">>○○○へのリンク<</button>>
<</style>>

異なる大きさ

<<style class="centered">>
<<button target="mariadb" class="btn-large">>btn-large (大きい)<</button>>

<<button target="mariadb" class="btn-small">>btn-small (小さい)<</button>>

<<button target="mariadb" class="btn-mini">>btn-mini (極小)<</button>>
<</style>>

異なる色

<<style class="centered">>
<<button target="mariadb" class="btn-small btn-primary">>btn-primary (主要)<</button>>
<<button target="mariadb" class="btn-small btn-success">>btn-success (成功)<</button>>
<<button target="mariadb" class="btn-small btn-info">>btn-info (情報)<</button>>
<<button target="mariadb" class="btn-small btn-warning">>btn-warning (警告)<</button>>\\\\
<<button target="mariadb" class="btn-small btn-danger">>btn-danger (危険)<</button>>
<<button target="mariadb" class="btn-small btn-inverse">>btn-inverse (反転)<</button>>
<<button target="mariadb" class="btn-small btn-link">>btn-link (リンク)<</button>>
<</style>>

注意: btn-link のボタンは、他のボタン (リンクテキストの周りに大きなクリック可能領域をもつ) と同じように動作しますが、標準のリンクのような見た目で表示されます。

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.