Template:Packet: Difference between revisions
From The Mana World
LunaticEdit (talk | contribs) No edit summary |
m typo (templates are hard) |
||
| (16 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{#switch: {{{mode}}} | {{#switch: {{{mode}}} | ||
| row = | | row = | ||
<tr valign="top"> <td> [[ | <tr valign="top"> <td> [[Net:{{{id}}}|{{{id}}}]] </td> <td style="background: {{{alignment|purple}}}"> {{{length}}} </td> <td> {{{nicename}}} </td> <td> {{{define}}} </td> <td> Sent: {{{sent}}} <br/> Parsed: {{{parsed}}} </td> </tr> | ||
| row_internal = | |||
<tr valign="top"> <td> [[Net:{{{id}}}|{{{id}}}]] </td> <td style="background: {{{alignment|purple}}}"> {{{length}}} </td> <td> {{{nicename}}} </td> <td> Sent: {{{sent}}} <br/> Parsed: {{{parsed}}} </td> </tr> | |||
| #default = | | #default = | ||
[[TmwAthena Packets|< Back]] | [[Dev:TmwAthena Packets|< Back]] | ||
==={{{nicename}}}=== | ==={{{nicename}}}=== | ||
<table> | <table style="border: dashed 1px #aac"> | ||
<tr><th style="text-align: right">Packet Length:</th><td>{{{length}}}</td></tr> | <tr><th style="text-align: right">Packet ID:</th><td>[[Net:{{{id}}}|{{{id}}}]]</td></tr> | ||
<tr><th style="text-align: right">Packet Length:</th><td style="background: {{{alignment|purple}}}">{{{length}}}</td></tr> | |||
<tr><th style="text-align: right">Client Defined:</th><td>{{{define}}}</td></tr> | <tr><th style="text-align: right">Client Defined:</th><td>{{{define}}}</td></tr> | ||
<tr><th style="text-align: right">Sent Location(s):</th><td>{{{sent}}}</td></tr> | <tr><th style="text-align: right">Sent Location(s):</th><td>{{{sent}}}</td></tr> | ||
<tr><th style="text-align: right">Parsed Location(s):</th><td>{{{parsed}}}</td></tr> | <tr><th style="text-align: right">Parsed Location(s):</th><td>{{{parsed}}}</td></tr> | ||
</table> | </table> | ||
=== Fields === | === Fields === | ||
| Line 23: | Line 26: | ||
</table> | </table> | ||
Description | |||
=== Description === | |||
{{{description}}} | |||
}} | }} | ||
Latest revision as of 20:35, 21 December 2013
{{{nicename}}}
| Packet ID: | [[Net:{{{id}}}|{{{id}}}]] |
|---|---|
| Packet Length: | {{{length}}} |
| Client Defined: | {{{define}}} |
| Sent Location(s): | {{{sent}}} |
| Parsed Location(s): | {{{parsed}}} |
Fields
{{{fields}}}| Offset | Length | Contents |
|---|
Description
{{{description}}}