summaryrefslogtreecommitdiff
path: root/docs/petition.md
diff options
context:
space:
mode:
authorWalter Pagani <paganiwalter@gmail.com>2021-01-05 15:53:36 -0300
committerGitHub <noreply@github.com>2021-01-05 19:53:36 +0100
commitb2a2ea0534d321c9027469fbe6b985dc84343399 (patch)
tree1a585d9ffa62482df1aa9bc3635205d9742ce578 /docs/petition.md
parent11159fc056c2600c896220e8e782c3d365628b49 (diff)
downloadwiki-b2a2ea0534d321c9027469fbe6b985dc84343399.tar.gz
wiki-b2a2ea0534d321c9027469fbe6b985dc84343399.tar.bz2
wiki-b2a2ea0534d321c9027469fbe6b985dc84343399.zip
chore(wiki): HTML -> Markdown (#328)
Diffstat (limited to 'docs/petition.md')
-rw-r--r--docs/petition.md113
1 files changed, 17 insertions, 96 deletions
diff --git a/docs/petition.md b/docs/petition.md
index b8e5b51..1ea1023 100644
--- a/docs/petition.md
+++ b/docs/petition.md
@@ -8,70 +8,17 @@ This table holds information on all ongoing petitions for a guild or for an aren
**Structure**
-<table>
-<colgroup>
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-</colgroup>
-<tbody>
-<tr class="odd">
-<td><p><strong>Field</strong></p></td>
-<td><p><strong>Type</strong></p></td>
-<td><p><strong>Attributes</strong></p></td>
-<td><p><strong>Key</strong></p></td>
-<td><p><strong>Null</strong></p></td>
-<td><p><strong>Default</strong></p></td>
-<td><p><strong>Extra</strong></p></td>
-<td><p><strong>Comment</strong></p></td>
-</tr>
-<tr class="even">
-<td><p><a href="#ownerguid">ownerguid</a></p></td>
-<td><p>int(10)</p></td>
-<td><p>unsigned</p></td>
-<td><p>PRI</p></td>
-<td><p>NO</p></td>
-<td><p> </p></td>
-<td><p> </p></td>
-<td><p> </p></td>
-</tr>
-<tr class="odd">
-<td><p><a href="#petitionguid">petitionguid</a></p></td>
-<td><p>int(10)</p></td>
-<td><p>unsigned</p></td>
-<td><p> </p></td>
-<td><p>YES</p></td>
-<td><p>0</p></td>
-<td><p> </p></td>
-<td><p> </p></td>
-</tr>
-<tr class="even">
-<td><p><a href="#name">name</a></p></td>
-<td><p>varchar(24)</p></td>
-<td><p>signed</p></td>
-<td><p> </p></td>
-<td><p>NO</p></td>
-<td><p> </p></td>
-<td><p> </p></td>
-<td><p> </p></td>
-</tr>
-<tr class="odd">
-<td><p><a href="#type">type</a></p></td>
-<td><p>tinyint(3)</p></td>
-<td><p>unsigned</p></td>
-<td><p>PRI</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p> </p></td>
-<td><p> </p></td>
-</tr>
-</tbody>
-</table>
+| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
+|-------------------|-------------|------------|-----|------|---------|-------|---------|
+| [ownerguid][1] | int(10) | unsigned | PRI | NO | | | |
+| [petitionguid][2] | int(10) | unsigned | | YES | 0 | | |
+| [name][3] | varchar(24) | signed | | NO | | | |
+| [type][4] | tinyint(3) | unsigned | PRI | NO | 0 | | |
+
+[1]: #ownerguid
+[2]: #petitionguid
+[3]: #name
+[4]: #type
**Description of the fields**
@@ -91,35 +38,9 @@ The name of the guild or arena team that the player is trying to ask for petitio
The type of the petition.
-<table>
-<colgroup>
-<col width="50%" />
-<col width="50%" />
-</colgroup>
-<thead>
-<tr class="header">
-<th><p>ID</p></th>
-<th><p>Type</p></th>
-</tr>
-</thead>
-<tbody>
-<tr class="odd">
-<td><p>2</p></td>
-<td><p>2vs2 Arena charter</p></td>
-</tr>
-<tr class="even">
-<td><p>3</p></td>
-<td><p>3vs3 Arena charter</p></td>
-</tr>
-<tr class="odd">
-<td><p>5</p></td>
-<td><p>5vs5 Arena charter</p></td>
-</tr>
-<tr class="even">
-<td><p>9</p></td>
-<td><p>Guild charter</p></td>
-</tr>
-</tbody>
-</table>
-
-
+| ID | Type |
+|----|--------------------|
+| 2 | 2vs2 Arena charter |
+| 3 | 3vs3 Arena charter |
+| 5 | 5vs5 Arena charter |
+| 9 | Guild charter |