Template:Infobox fluid: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
"deprecated ID-related parameters as per ID table template transfer"
No edit summary
Line 24: Line 24:
{{#if: {{{data|}}} | {{infobox row|label=[[Data values|Data value]] (deprec., transfer to ID table)|field={{data value|{{{data}}} }} }} }}
{{#if: {{{data|}}} | {{infobox row|label=[[Data values|Data value]] (deprec., transfer to ID table)|field={{data value|{{{data}}} }} }} }}
{{#if: {{{multipledata|}}} | {{infobox row|label=[[Data values]] (deprec., transfer to ID table)|field={{{multipledata}}} }} }}
{{#if: {{{multipledata|}}} | {{infobox row|label=[[Data values]] (deprec., transfer to ID table)|field={{{multipledata}}} }} }}
{{#ifeq: {{lc: {{{nameid}}} }} | none
{{#if: {{{nameid|}}} | {{infobox row|label=[[Namespaced ID]] (deprec., transfer to ID table)|field={{{nameid|}}} }} }}
|
| {{infobox row|label=[[Namespaced ID]] (deprec., transfer to ID table)|field={{
  #if: {{{nameid|}}}
  | {{{nameid}}}
  | {{#if: {{NAMESPACE}}
    | ?
    | {{lc: {{#replace: {{#if: {{{title|}}} | {{{title}}} | {{BASEPAGENAME}} }} || _ }} }}
    }}
  }}}}
}}
{{#if: {{{tags|}}} | {{infobox row | label= [[Tag]]s | field= {{flatlist|{{#replace:{{{tags}}}|#|#}} }} }} }}
{{#if: {{{tags|}}} | {{infobox row | label= [[Tag]]s | field= {{flatlist|{{#replace:{{{tags}}}|#|#}} }} }} }}
{{#if: {{NAMESPACE}} ||
{{#if: {{NAMESPACE}} ||

Revision as of 20:02, 27 February 2020

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

Usage

This template is used on pages which contain information about a fluid, such as water or lava.

{{Fluid
| renewable= 
| transparent= 
| light= 
| tool=
| infinite= 
| flowdistance=
| flowrate=
}}
Parameter Function Default value
renewable Whether the fluid is renewable or not ?
transparent Whether the fluid is transparent or not ?
light Whether the fluid gives off light or not ?
tool The tool that can be used to obtain the fluid ?
infinite Whether the fluid can be used to create an infinite source N/A
flowdistance How long the fluid travels on a flat surface Unspecified
flowrate How many ticks it takes for the fluid to reach the next block Unspecified

Blast resistance values are automatically obtained from Module:Blast resistance values when applicable.

See also

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

es:Plantilla:Fluido pt:Predefinição:Fluido

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