Skip to content
Snippets Groups Projects
Commit 04d8cd86 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

rework test block

parent 6ad65975
No related branches found
No related tags found
No related merge requests found
......@@ -73,15 +73,15 @@
<<set _genitals = _genitals.join(" and ") >>
<</if>>
<<if $debugMode >>
RELATIVE SLAVE (FIRST): <br>
_one ($relative.relation) <br>
$relative.physicalAge <br>
_oneshe / _oneher <br>
RELATIVE2 SLAVE (SECOND): <br>
_other ($relative2.relation) <br>
$relative2.physicalAge <br>
_othershe / _otherher <br>
<<if $debugMode>>
<h3>1st relative slave</h3>
<div>_one (relationship: <<= $relative.relationship>>, ID: <<= $relative.ID>>, relationshipTarget: $relative.relationshipTarget)</div>
<div>Age: $relative.physicalAge</div>
<div>Pronouns: $he / $her</div>
<h3>2nd relative slave</h3>
<div>_other (relationship: <<= $relative2.relationship>>, ID: <<= $relative2.ID>>, relationshipTarget: $relative2.relationshipTarget)</div>
<div>Age: $relative2.physicalAge</div>
<div>Pronouns: _she2 / _her2</div>
<</if>>
<span id="result">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment