Template:Infobox entity: Difference between revisions

useless field
consistency with other templates
Line 19: Line 19:
{{infobox row|label=<abbr title="ID used internally, and in network traffic unless otherwise specified (byte)">Internal ID</abbr>|field={{#if: {{{id|}}} | {{{id}}} | ? }} }}
{{infobox row|label=<abbr title="ID used internally, and in network traffic unless otherwise specified (byte)">Internal ID</abbr>|field={{#if: {{{id|}}} | {{{id}}} | ? }} }}
{{ #if: {{{networkid|}}} | {{infobox row|label=<abbr title="ID in network traffic, if different from ID used internally (byte)">Network ID</abbr>|field={{{networkid|}}}}} }}
{{ #if: {{{networkid|}}} | {{infobox row|label=<abbr title="ID in network traffic, if different from ID used internally (byte)">Network ID</abbr>|field={{{networkid|}}}}} }}
{{infobox row|label=<abbr title="ID in saved games and commands (string)">Entity ID</abbr>|field={{#if: {{{entityid|}}} | {{{entityid}}} | ? }} }}
{{infobox row|label=[[Namespaced ID]]|field={{#if: {{{entityid|}}} | {{{entityid}}} | ? }} }}
| footer =
| footer =
{{#if: {{{notes|}}} | '''Notes'''<br />{{{notes}}} }}
{{#if: {{{notes|}}} | '''Notes'''<br />{{{notes}}} }}