git.schokokeks.org
Repositories
Help
Report an Issue
fs-draft.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
8794e31
Branches
Tags
master
midgard
vorlage
fs-draft.git
source
content
modal_verbs.html.php
added transition-data and table
Christian Fraß
commited
8794e31
at 2016-11-27 17:30:26
modal_verbs.html.php
Blame
History
Raw
<section class="subsection" id="modal_verbs"> <header>Modal verbs</header> <?php proposal(); ?> <p>The following verbs are modal verbs in Folksprak:</p> <ul> <?php $entries = [ ["fs" => ["mute"], "en" => ["to must"]], ["fs" => ["köne"], "en" => ["to can"]], ["fs" => ["vile"], "en" => ["to will"]], ["fs" => ["skale"], "en" => ["to shall"]], // ["fs" => ["darfe"], "en" => ["to be allowed to"]], ]; foreach ($entries as $entry) { ?> <li><?php echo(format_correlation("type_word")($entry)); ?></li> <?php } ?> </ul> <p>Modal verbs in contrast to normal verbs never take an extended infinitive as object, e.g. <?php echo(format_correlation("type_sentence")(["fs" => ["Vi hop tu finde vater har."], "en" => ["We hope to find water here."]])); ?>, but <?php echo(format_correlation("type_sentence")(["fs" => ["Vi kön finde vater har."], "en" => ["We can find water here."]])); ?></p> </section>