8794e319de05611d80218f8a3f07fa1992d0c228
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ß added transition-data and t...

Christian Fraß authored 7 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_fs"])); ?> to the verb stem, e.g. <?php echo(format_correlation("type_word")(["fs" => ["skrive"], "en" => ["to write"]])); ?>. In some cases it is mandatory to mark the infinitive with the special particle <?php echo(mark("tu", ["type_word", "lang_fs"])); ?> in order to form the <span class="grammarterm">extended intfinitive</span>, e.g.: <?php echo(format_correlation("type_sentence")(["fs" => ["Han hup tu finde en svart sten."], "en" => ["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ß added transition-data and t...

Christian Fraß authored 7 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_fs"])); ?> to the verb stem, e.g. <?php echo(format_correlation("type_word")(["fs" => ["skrivend"], "en" => ["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_fs"])); ?> to the verb stem, e.g. <?php echo(format_correlation("type_word")(["fs" => ["skrivet"], "en" => ["written"]])); ?>. If pronouncable, the <?php echo(mark("e", ["type_letter", "lang_fs"])); ?> in the ending can be omitted, e.g. <?php echo(mark("skrivt", ["type_word", "lang_fs"])); ?>.</p>