Template:Infobox entity: Difference between revisions

mNo edit summary
Change equip drops to natural equipment; add usable items; move IDs to bottom, since they're not so important
Line 13: Line 13:
   }}
   }}
}}
}}
{{infobox row|label=<abbr title="ID in network traffic (byte)">Network ID</abbr>|field={{#if: {{{id|}}} | {{{id}}} | ? }} }}
{{infobox row|label=<abbr title="ID in saved games (string)">Savegame ID</abbr>|field={{#if: {{{entityid|}}} | {{{entityid}}} | ? }} }}
{{ #if: {{{drops|}}} | {{infobox row|class=list-style-none|label=[[Drops]]|field={{{drops|}}} {{#if: {{NAMESPACE}} || {{#ifeq: {{lc: {{{drops}}} }} | none || [[Category:Infobox uses generic drops field]] }} }} }} }}
{{ #if: {{{drops|}}} | {{infobox row|class=list-style-none|label=[[Drops]]|field={{{drops|}}} {{#if: {{NAMESPACE}} || {{#ifeq: {{lc: {{{drops}}} }} | none || [[Category:Infobox uses generic drops field]] }} }} }} }}
{{ #if: {{{commondrops|}}} | {{infobox row|class=list-style-none|label=[[Drops#Common drops|Common drops]]|field={{{commondrops|}}} }} }}
{{ #if: {{{commondrops|}}} | {{infobox row|class=list-style-none|label=[[Drops#Common drops|Common drops]]|field={{{commondrops}}}}} }}
{{ #if: {{{uncommondrops|}}} | {{infobox row|class=list-style-none|label=[[Drops#Uncommon drops|Uncommon drops]]|field={{{uncommondrops|}}} }} }}
{{ #if: {{{uncommondrops|}}} | {{infobox row|class=list-style-none|label=[[Drops#Uncommon drops|Uncommon drops]]|field={{{uncommondrops}}}}} }}
{{ #if: {{{raredrops|}}} | {{infobox row|class=list-style-none|label=[[Drops#Rare drops|Rare drops]]|field={{{raredrops|}}} }} }}
{{ #if: {{{raredrops|}}} | {{infobox row|class=list-style-none|label=[[Drops#Rare drops|Rare drops]]|field={{{raredrops}}}}} }}
{{ #if: {{{equipdrops|}}} | {{infobox row|class=list-style-none|label=[[Drops#Equipped items|Drops if equipped]]|field={{{equipdrops|}}} }} }}
{{ #if: {{{equipment|}}} | {{infobox row|class=list-style-none|label=[[Drops#Equipped items|Natural equipment]]|field={{{equipdrops}}}}} }}
{{ #if: {{{usableitems|}}} | {{infobox row|class=list-style-none|label=Usable items|field={{{usableitems}}}}} }}
{{ #if: {{{exp|}}} | {{infobox row|label=[[Experience Orb|Experience]]|field={{{exp}}}}} }}
{{ #if: {{{exp|}}} | {{infobox row|label=[[Experience Orb|Experience]]|field={{{exp}}}}} }}
{{ #if: {{{sounds|}}} | {{infobox row|label=Sounds|field={{{sounds|}}}}} }}
{{ #if: {{{sounds|}}} | {{infobox row|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 in network traffic (byte)">Network ID</abbr>|field={{#if: {{{id|}}} | {{{id}}} | ? }} }}
{{infobox row|label=<abbr title="ID in saved games (string)">Savegame ID</abbr>|field={{#if: {{{entityid|}}} | {{{entityid}}} | ? }} }}
| footer =
| footer =
{{#if: {{{notes|}}} | '''Notes'''<br />{{{notes}}} }}
{{#if: {{{notes|}}} | '''Notes'''<br />{{{notes}}} }}