Difference between revisions of "Template:treedef"

From Minetest Developer Wiki
Jump to navigation Jump to search
(this code style needs to look soo cruel…)
(Replaced content with "{{delete|Unused}}")
Tag: Replaced
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
=== Definition ===
+
{{delete|Unused}}
{{#tag:syntaxhighlight|
 
treedef = {
 
axiom = {{{axiom|?}}},{{#ifexist: rules_a |
 
rules_a = {{{rules_a}}},}}{{#ifexist: rules_b |
 
rules_b = {{{rules_b}}},}}{{#ifexist: rules_c |
 
rules_c = {{{rules_c}}},}}{{#ifexist: rules_d |
 
rules_d = {{{rules_d}}},}}{{#ifexist: trunk |
 
trunk = {{{trunk}}},}}{{#ifexist: leaves |
 
leaves = {{{leaves}}},}}{{#ifexist: leaves2 |
 
leaves2 = {{{leaves2}}},}}
 
leaves2_chance = {{{leaves2_chance}}},
 
angle = {{{angle}}},
 
iterations = {{{iterations}}},
 
random_level = {{{random_level|0}}},
 
trunk_type = {{{random_level|"single"}}},
 
thin_branches = {{{thin_branches|true}}},
 
fruit_chance = {{{fruit_chance}}},
 
fruit = {{{fruit}}},
 
seed = {{{seed}}},
 
}
 
| lang=lua}}
 
<noinclude>
 
[[Category:Templates]]
 
</noinclude>
 

Latest revision as of 19:41, 25 January 2023

Mbox warning.png This page has been proposed for deletion for the following reason: "Unused"
If you don't think that this page should be deleted, please explain why on the talk page.