Template:Infobox entity: Difference between revisions
No edit summary |
m <code/> to id |
||
| Line 24: | Line 24: | ||
{{ #if: {{{sounds|}}} | {{infobox row|class=list-style-none|label=Sounds|field={{{sounds|}}}}} }} | {{ #if: {{{sounds|}}} | {{infobox row|class=list-style-none|label=Sounds|field={{{sounds|}}}}} }} | ||
{{ #if: {{{weaknesses|}}} | {{infobox row|label=Weaknesses|field={{{weaknesses|}}}}} }} | {{ #if: {{{weaknesses|}}} | {{infobox row|label=Weaknesses|field={{{weaknesses|}}}}} }} | ||
{{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|}}} | <code>{{{id}}}</code> | ? }} }} | ||
{{ #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=<abbr title="ID in saved games and commands (string)">Entity ID</abbr>|field={{#if: {{{entityid|}}} | {{{entityid}}} | ? }} }} | ||