WML-タグリファレンス
次の表に、すべての有効なWML要素を示します。 リンクをクリックして、その要素の詳細を確認します
デッキとカードの要素
| WML Elements
|
Purpose
|
| <!-→
|
Defines a WML comment
|
| <wml>
|
Defines a WML deck (WML root)
|
| <head>
|
Defines head information
|
| <meta>
|
Defines meta information
|
| <card>
|
Defines a card in a deck
|
| <access>
|
Defines information about the access control of a deck
|
| <template>
|
Defines a code template for all the cards in a deck
|
テキスト要素
| WML Elements
|
Purpose
|
| <br>
|
Defines a line break
|
| <p>
|
Defines a paragraph
|
| <table>
|
Defines a table
|
| <td>
|
Defines a table cell (table data)
|
| <tr>
|
Defines a table row
|
| <pre>
|
Defines preformatted text
|
テキストフォーマットタグ
| WML Elements
|
Purpose
|
| <b>
|
Defines bold text
|
| <big>
|
Defines big text
|
| <em>
|
Defines emphasized text
|
| <i>
|
Defines italic text
|
| <small>
|
Defines small text
|
| <strong>
|
Defines strong text
|
| <u>
|
Defines underlined text
|
画像要素
| WML Elements
|
Purpose
|
| <img>
|
Defines an image
|
アンカー要素
| WML Elements
|
Purpose
|
| <a>
|
Defines an anchor
|
| <anchor>
|
Defines an anchor
|
イベント要素
タスク要素
| WML Elements
|
Purpose
|
| <go>
|
Represents the action of switching to a new card
|
| <noop>
|
Says that nothing should be done
|
| <prev>
|
Represents the action of going back to the previous card
|
| <refresh>
|
Refreshes some specified card variables.
|
入力要素
| WML Elements
|
Purpose
|
| <input>
|
Defines an input field
|
| <select>
|
Defines a select group
|
| <option>
|
Defines an option in a selectable list
|
| <fieldset>
|
Defines a set of input fields
|
| <optgroup>
|
Defines an option group in a selectable list
|
可変要素
| WML Elements
|
Purpose
|
| <setvar>
|
Defines and sets a variable
|
| <timer>
|
Defines a timer
|