Template:Infobox fluid: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
No edit summary
m 14 revisions imported
 
(12 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<includeonly>{{#invoke:infobox|infobox
{{#invoke:infobox|infobox
| rows =
| rows =
{{infobox row|label=[[Renewable resource|Renewable]]|field={{ #if: {{{renewable|}}} | {{{renewable}}} | ? }} }}
{{infobox row|label=[[Opacity|Transparent]]|field={{ #if: {{{transparent|}}} | {{{transparent}}} | ? }} }}
{{infobox row|label=[[Opacity|Transparent]]|field={{ #if: {{{transparent|}}} | {{{transparent}}} | ? }} }}
{{infobox row|label=[[Light|Luminance]]|field={{ #if: {{{light|}}} | {{{light}}} | ? }} }}
{{infobox row|label=[[Light|Luminance]]|field={{ #if: {{{light|}}} | {{{light}}} | ? }} }}
Line 21: Line 22:
{{infobox row|label=Creates sources?|field={{ #if: {{{infinite|}}} | {{{infinite}}} | N/A }} }}
{{infobox row|label=Creates sources?|field={{ #if: {{{infinite|}}} | {{{infinite}}} | N/A }} }}
{{infobox row|label=Flow distance|field={{ #if: {{{flowdistance|}}} | {{{flowdistance}}} | Unspecified }} }}
{{infobox row|label=Flow distance|field={{ #if: {{{flowdistance|}}} | {{{flowdistance}}} | Unspecified }} }}
{{infobox row|label=Flow speed|field={{ #if: {{{flowrare|}}} | {{{flowrate}}} | Unspecified }} }}
{{infobox row|label=Flow speed|field={{ #if: {{{flowrate|}}} | {{{flowrate}}} | Unspecified }} }}
{{#if: {{{sounds|}}} | {{infobox row|class=list-style-none|label=Sounds|field={{{sounds|}}}}} }}
{{#if: {{{data|}}} | {{infobox row|label=[[Data values|Data value]]|field={{data value|{{{data}}} }} }} }}
{{#if: {{{multipledata|}}} | {{infobox row|label=[[Data values]]|field={{{multipledata}}} }} }}
{{#ifeq: {{lc: {{{nameid}}} }} | none
|
| {{infobox row|label=[[Namespaced ID]]|field={{
  #if: {{{nameid|}}}
  | {{{nameid}}}
  | {{#if: {{NAMESPACE}}
    | ?
    | {{lc: {{#replace: {{#if: {{{title|}}} | {{{title}}} | {{BASEPAGENAME}} }} || _ }} }}
    }}
  }}}}
}}
{{#if: {{{tags|}}} | {{infobox row | label= [[Tag]]s | field= {{flatlist|{{#replace:{{{tags}}}|#|&#x23;}} }} }} }}
{{#if: {{{tags|}}} | {{infobox row | label= [[Tag]]s | field= {{flatlist|{{#replace:{{{tags}}}|#|&#x23;}} }} }} }}
{{#if: {{NAMESPACE}} ||
{{#if: {{NAMESPACE}} ||
Line 46: Line 33:
}}
}}
| footer =
| footer =
{{{notes|}}}}}</includeonly><noinclude>
{{{notes|}}}}}<noinclude>
{{documentation}}
{{documentation}}
<!-- Put categories/interwiki on the documentation page -->
<!-- Put categories/interwiki on the documentation page -->
</noinclude>
</noinclude>

Latest revision as of 07:39, 4 July 2024

Infobox fluid
Renewable

?

Transparent

?

Luminance

?

Blast resistance

?

Tool

?

Creates sources?

N/A

Flow distance

Unspecified

Flow speed

Unspecified

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

Usage[edit source]

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[edit source]

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.