Template:Infobox effect: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
mNo edit summary
remove auto nameid
Line 6: Line 6:
{{infobox row|label=Type|field={{#if: {{{type|}}} | {{{type}}} | ? }} }}
{{infobox row|label=Type|field={{#if: {{{type|}}} | {{{type}}} | ? }} }}
{{#if: {{{data|}}} | {{infobox row|label=[[Data values|Data value]]<abbr title="Transfer to ID table">*</abbr>|field={{data value|{{{data}}} }} }} }}
{{#if: {{{data|}}} | {{infobox row|label=[[Data values|Data value]]<abbr title="Transfer to ID table">*</abbr>|field={{data value|{{{data}}} }} }} }}
{{#ifeq: {{lc: {{{nameid}}} }} | none
{{#if: {{{nameid|{{{id|}}}}}} | {{infobox row|label=[[Namespaced ID]]<abbr title="Transfer to ID table">*</abbr>|field=<div style="word-break:break-all">{{{nameid|{{{id}}}}}}</div>}}
|
| {{infobox row|label=[[Namespaced ID]]<abbr title="Transfer to ID table">*</abbr>|field={{
  #if: {{{nameid|{{{id|}}}}}}
  | <div style="word-break:break-all">{{{nameid|{{{id}}}}}}</div>
  | {{#if: {{NAMESPACE}}
    | ?
    | <div style="word-break:break-all">{{lc: {{#replace: {{#if: {{{title|}}} | {{{title}}} | {{BASEPAGENAME}} }} || _ }} }}</div>
    }}
  }}}}
}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
{{documentation}}
{{documentation}}
<!-- Put categories/interwiki on the documentation page -->
<!-- Put categories/interwiki on the documentation page -->
</noinclude>
</noinclude>

Revision as of 04:08, 1 March 2020

[view] [edit] [history] [refresh]Documentation

Usage

This template is used on pages which contain information about effects.

{{Effect
| imagesize= 
| sources= 
| particle= 
| type=
| group = 
| 1-1 = 
| 1-2 = 
| 1-3 = 
| group2 = 
| 2-1 = 
| 2-2 = 
| 2-3 = 
| group3 = 
| 3-1 = 
| 3-2 = 
| 3-3 = 
| group4 = 
| 4-1 = 
| 4-2 = 
| 4-3 = 
}}
Parameter Function Default value
imagesize Image/icon of the effect (default 180px) {{{title}}}.png if it exists.
sources Where/what can cause the effect to be obtained ?
particle The color of the particle when the effect is active ?
type The type of effect it is ?
group Group (tab) under which to put the image None
groupN Other tabs present None
1-n nth image under the first (default) tab None
N-n nth image under the Nth tab None

See also

Minecraft
Minecraft Earth
Minecraft Dungeons
Minecraft Legends
Minecraft Story Mode
Other
Meta

fr:Modèle:Effet pt:Predefinição:Efeito uk:Шаблон:Ефект zh:Template:Effect

[view] [edit] [history] [refresh]The above documentation is transcluded from Template:Infobox effect/doc.