Difference between revisions of "Template:Node Data/fr"

From Minetest Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<includeonly>
+
{| class="wikitable" style="float:right; text-align:left; margin: 0 0 0.5em 1em; padding:5px; font-size:90%;" width="{{{width|200px}}}"
{| class="wikitable" style="float: right; margin: 0 0 0.5em 1.5em" width="{{{width|200px}}}"
+
! colspan="2" style="font-size:110%; text-align:center;"| {{{name | {{{block_name|Un bloc}}} }}}
!align="center" colspan="2"|[[File:{{{image}}}|150px|150px]]
 
 
|-
 
|-
! colspan="2" | {{{name | {{{block_name}}} }}}
+
! colspan="2" | <div class="center">{{Animated|{{{image|Minetest logo.png}}}|150px}}</div>
 
|-
 
|-
| '''Type''' || {{{type | {{{block_type | Bloc solide}}} }}}
+
! colspan="2" align="center" | Un [[Blocks|bloc]] issue de {{{wherein|[[Subgames/Minetest Game|Minetest Game]]}}}
 
|-
 
|-
| '''Donne''' || {{{drops|''lui-même''}}}
+
| '''Type''' || {{{type | {{{block_type|Bloc solide}}} }}}
 
|-
 
|-
| '''Physiques''' || {{{physics|Non}}}
+
| '''[[Mining/fr#Lâchers|Drop]]''' || {{{drops|''Lui-même''}}}
 
|-
 
|-
| '''Luminosité''' || {{{luminance|Non}}}
+
| '''[[:Category:Falling|Physique]]''' || {{{physics|Non}}}
 
|-
 
|-
| '''Inflammable''' || {{{flammable|Non}}}
+
| '''[[:Category:Luminous|Luminance]]''' || {{{luminance|Non}}}
 
|-
 
|-
| '''Généré''' || {{{generated|Oui}}}
+
| '''[[:Category:Flammable|Imflammable]]''' || {{{flammable|Non}}}
 +
|-
 +
| '''[[:Category:Generated_blocks|Bloc généré]]''' || {{{generated|Oui}}}
 
|-
 
|-
 
| '''Renouvelable''' || {{{renewable|Non}}}
 
| '''Renouvelable''' || {{{renewable|Non}}}
Line 21: Line 22:
 
| '''Empilable''' || {{{stackable|Oui (99)}}}
 
| '''Empilable''' || {{{stackable|Oui (99)}}}
 
|-
 
|-
| '''Itemstring''' || {{{itemstring|''?''}}}
+
| '''[[Itemstrings|Itemstring]]''' || {{{itemstring|''Inconnu''}}}
 
|}
 
|}
 
</includeonly>
 
 
<noinclude>
 
<noinclude>
== Exemples ==
+
<pre>
{| class="wikitable"
+
{{Block Data/fr
! source
+
|name=Un bloc
! output
+
|image=Image.png
|-
+
|wherein=[[Mods/xPanes|xPanes]]
|
+
|type=Liquid
<nowiki>{{Block Data/fr | image=Dirt.png | name=Dirt}}</nowiki>
+
|drops=Non
|{{Block Data/fr | image=Dirt.png | name=Dirt}}
+
|physics=Non
|-
+
|luminance=Non
|
+
|flammable=Non
<nowiki>{{Block Data/fr
+
|generated=Non
| image=Sand.png
+
|renewable=Non
| name=Sand
+
|stackable=Oui (18)
| physics = Oui
+
|itemstring=xpanes:a_block
| itemstring = default:sand }}</nowiki>
+
}}
|{{Block Data/fr | image=Sand.png | name=Sand | physics = Oui | itemstring = défaut:sand }}
+
</pre>
|}
 
 
 
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 18:17, 26 August 2016

Un bloc
Minetest logo.png
Un bloc issue de Minetest Game
Type Bloc solide
Drop Lui-même
Physique Non
Luminance Non
Imflammable Non
Bloc généré Oui
Renouvelable Non
Empilable Oui (99)
Itemstring Inconnu
{{Block Data/fr
|name=Un bloc
|image=Image.png
|wherein=[[Mods/xPanes|xPanes]]
|type=Liquid
|drops=Non
|physics=Non
|luminance=Non
|flammable=Non
|generated=Non
|renewable=Non
|stackable=Oui (18)
|itemstring=xpanes:a_block
}}