Template:Infobox fluid/doc: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
Created page with "{{documentation header}} <!-- Documentation here --> == Usage == {{Fluid}} This template is used on pages which contain information about a fluid, such as water or [[lava]..."
 
 
(6 intermediate revisions by 5 users not shown)
Line 2: Line 2:
<!-- Documentation here -->
<!-- Documentation here -->
== Usage ==
== Usage ==
{{Fluid}}
This template is used on pages which contain information about a fluid, such as [[water]] or [[lava]].
This template is used on pages which contain information about a fluid, such as [[water]] or [[lava]].


<pre width="30px">{{Fluid
<pre style="display:table">
{{Fluid
| renewable=  
| renewable=  
| transparent=  
| transparent=  
Line 15: Line 15:
}}</pre>
}}</pre>


{| style="background-color: transparent;"
{| class="wikitable"
! Parameter
! Parameter
! Function
! Function
! Default value
! Default value
|-
|-
| {{cd|renewable}} || Whether the fluid is renewable or not || ?  
| <code>renewable</code> || Whether the fluid is renewable or not || ?  
|-
|-
| {{cd|transparent}} || Whether the fluid is transparent or not || ?  
| <code>transparent</code> || Whether the fluid is transparent or not || ?  
|-
|-
| {{cd|light}} || Whether the fluid gives off light or not || ?
| <code>light</code> || Whether the fluid gives off light or not || ?
|-
|-
| {{cd|tool}} || The tool that can be used to obtain the fluid || ?
| <code>tool</code> || The tool that can be used to obtain the fluid || ?
|-
|-
| {{cd|infinite}} || Whether the fluid can be used to create an infinite source || N/A
| <code>infinite</code> || Whether the fluid can be used to create an infinite source || N/A
|-
|-
| {{cd|flowdistance}} || How long the fluid travels on a flat surface || Unspecified
| <code>flowdistance</code> || How long the fluid travels on a flat surface || Unspecified
|-
|-
| {{cd|flowspeed}} || How many ticks it takes for the fluid to reach the next block || Unspecified
| <code>flowrate</code> || How many ticks it takes for the fluid to reach the next block || Unspecified
|}
|}


Line 38: Line 38:


== See also ==
== See also ==
{{Infobox see also}}
{{Infobox see also}}


<includeonly>
<includeonly>
<!-- Template categories/interwikis here -->
<!-- Template categories/interwikis here -->
[[Category:infobox templates]]
[[es:Plantilla:Fluido]]
[[pt:Predefinição:Fluido]]
</includeonly>
</includeonly>
<noinclude>
<noinclude>
<!-- Documentation categories/interwikis here -->
<!-- Documentation categories/interwikis here -->
[[es:Plantilla:Fluido/doc]]
[[pt:Predefinição:Fluido/doc]]
</noinclude>
</noinclude>

Latest revision as of 15:40, 25 May 2024

This is the documentation page. It should be transcluded into Template:Infobox fluid. See Template:Documentation for more information.

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/doc pt:Predefinição:Fluido/doc