f662d51c77fb0852172d494e1158c2a3aa3dec88
bfadmin-master advanced

bfadmin-master authored 7 years ago

source/structure/infinite_verbforms.html.php 1) <section class="subsection" id="infinite_verbforms">
source/structure/infinite_verbforms.html.php 2) 	<header>Infinite Verbforms</header>
Christian Fraß fs -> flk

Christian Fraß authored 6 years ago

source/content/infinite_verbforms.html.php   3) 	<p>The <span class="grammarterm">infinitive</span> is formed by appending <?php echo(mark("-e", ["type_word", "lang_flk"])); ?> to the verb stem, e.g. <?php echo(format_correlation("type_word")(["flk" => ["skrive"], "eng" => ["to write"]])); ?>. In some cases it is mandatory to mark the infinitive with the special particle <?php echo(mark("tu", ["type_word", "lang_flk"])); ?> in order to form the <span class="grammarterm">extended intfinitive</span>, e.g.: <?php echo(format_correlation("type_sentence")(["flk" => ["Han hop tu finde en svart sten."], "eng" => ["He hopes to find a black stone."]])); ?>.</p>
Christian Fraß bug fixed

Christian Fraß authored 7 years ago

source/content/infinite_verbforms.html.php   4) 	<span class="todo">Specify cases for extended infinitive</span>
Christian Fraß fs -> flk

Christian Fraß authored 6 years ago

source/content/infinite_verbforms.html.php   5) 	<p>The <span class="grammarterm">active participle</span> is formed by appending <?php echo(mark("-end", ["type_word", "lang_flk"])); ?> to the verb stem, e.g. <?php echo(format_correlation("type_word")(["flk" => ["skrivend"], "eng" => ["writing"]])); ?>.</p>
source/content/infinite_verbforms.html.php   6) 	<p>The <span class="grammarterm">passive participle</span> is formed by appending <?php echo(mark("-et", ["type_word", "lang_flk"])); ?> to the verb stem, e.g. <?php echo(format_correlation("type_word")(["flk" => ["skrivet"], "eng" => ["written"]])); ?>. If pronouncable, the <?php echo(mark("e", ["type_letter", "lang_flk"])); ?> in the ending can be omitted, e.g. <?php echo(mark("skrivt", ["type_word", "lang_flk"])); ?>.</p>