diff options
| author | Walter Pagani <paganiwalter@gmail.com> | 2021-01-05 15:53:36 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-05 19:53:36 +0100 |
| commit | b2a2ea0534d321c9027469fbe6b985dc84343399 (patch) | |
| tree | 1a585d9ffa62482df1aa9bc3635205d9742ce578 /docs/PageTextMaterial.md | |
| parent | 11159fc056c2600c896220e8e782c3d365628b49 (diff) | |
| download | wiki-b2a2ea0534d321c9027469fbe6b985dc84343399.tar.gz wiki-b2a2ea0534d321c9027469fbe6b985dc84343399.tar.bz2 wiki-b2a2ea0534d321c9027469fbe6b985dc84343399.zip | |
chore(wiki): HTML -> Markdown (#328)
Diffstat (limited to 'docs/PageTextMaterial.md')
| -rw-r--r-- | docs/PageTextMaterial.md | 83 |
1 files changed, 14 insertions, 69 deletions
diff --git a/docs/PageTextMaterial.md b/docs/PageTextMaterial.md index 6fd9cd1..27fd59f 100644 --- a/docs/PageTextMaterial.md +++ b/docs/PageTextMaterial.md @@ -3,7 +3,7 @@ <noinclude>| `Back-to:DBC` -<big>**PageTextMaterial.dbc**</big> +**PageTextMaterial.dbc** This DBC contains material used to display a gossip window for quest or page text. @@ -11,76 +11,21 @@ This DBC contains material used to display a gossip window for quest or page tex ## Structure -<table> -<colgroup> -<col width="33%" /> -<col width="33%" /> -<col width="33%" /> -</colgroup> -<thead> -<tr class="header"> -<th><pre><code>Column</code></pre></th> -<th><pre><code>Field</code></pre></th> -<th><pre><code>Type</code></pre></th> -</tr> -</thead> -<tbody> -<tr class="odd"> -<td>1</td> -<td><pre><code>ID</code></pre></td> -<td><pre><code>Integer</code></pre></td> -</tr> -<tr class="even"> -<td>2</td> -<td><pre><code>sRefCon</code></pre></td> -<td><pre><code>String</code></pre></td> -</tr> -</tbody> -</table> +| Column | Field | Type | +|--------|---------|---------| +| 1 | ID | Integer | +| 2 | sRefCon | String | ## **Content** </noinclude> -<table> -<colgroup> -<col width="50%" /> -<col width="50%" /> -</colgroup> -<tbody> -<tr class="odd"> -<td><p><strong>ID</strong></p></td> -<td><p><strong>Name</strong></p></td> -</tr> -<tr class="even"> -<td><p>1</p></td> -<td><p>Parchment</p></td> -</tr> -<tr class="odd"> -<td><p>2</p></td> -<td><p>Stone</p></td> -</tr> -<tr class="even"> -<td><p>3</p></td> -<td><p>Marble</p></td> -</tr> -<tr class="odd"> -<td><p>4</p></td> -<td><p>Silver</p></td> -</tr> -<tr class="even"> -<td><p>5</p></td> -<td><p>Bronze</p></td> -</tr> -<tr class="odd"> -<td><p>6</p></td> -<td><p>Valentine</p></td> -</tr> -<tr class="even"> -<td><p>7</p></td> -<td><p>Illidan</p></td> -</tr> -</tbody> -</table> - - +| ID | Name | +|----|-----------| +| 1 | Parchment | +| 2 | Stone | +| 3 | Marble | +| 4 | Silver | +| 5 | Bronze | +| 6 | Valentine | +| 7 | Illidan | |
