git.schokokeks.org
Repositories
Help
Report an Issue
fs-draft.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
000b5f0
Branches
Tags
master
midgard
vorlage
fs-draft.git
source
content
conjugation.html.php
personal pronouns and infinitive
Christian Fraß
commited
000b5f0
at 2016-05-21 18:25:14
conjugation.html.php
Blame
History
Raw
<?php global $configuration; include_once("source/logic/server/table.php"); include_once("source/logic/server/data.php"); include_once("source/logic/server/misc.php"); ?> <section class="section" id="conjugation"> <header>Conjugation</header> <p>In Folksprak verbs are not conjugated for different <span class="grammarterm">personae</span> (participants), <span class="grammarterm">numeri</span> (number of actors) or <span class="grammarterm">genera</span> (grammatical genders).</p> <?php compose ( [ "infinite_verbforms", "modal_verbs", "tempora_and_modi", "negation", ] ); ?> </section>