7721cdffbdc09ec726f6a0d8f83e5b2111977445
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/structure/tempora_and_modi.html.php  1) <section class="subsection" id="tempora_and_modi">
Christian Fraß save

Christian Fraß authored 5 years ago

source/content/tempora_and_modi.html.php    2) 	<header>Timeforms and modes</header>
Christian Fraß es wird!

Christian Fraß authored 5 years ago

source/content/tempora_and_modi.html.tpl    3) 	{{call::_proposal.html.tpl}}
Christian Fraß save

Christian Fraß authored 5 years ago

source/content/tempora_and_modi.html.php    4) 	<p>The following table lists the basic timeforms found in Folksprak and how they are built in the <span class="grammarterm">indicative</span> mode.</p>
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/structure/tempora_and_modi.html.php  5) <?php
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

source/content/tempora_and_modi.html.php    6) (new class_table
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/structure/tempora_and_modi.html.php  7) (
source/structure/tempora_and_modi.html.php  8) 	[
source/structure/tempora_and_modi.html.php  9) 		new class_column
source/structure/tempora_and_modi.html.php 10) 		(
source/structure/tempora_and_modi.html.php 11) 			"Name",
Christian Fraß repaired tables in content

Christian Fraß authored 7 years ago

source/content/tempora_and_modi.html.php   12) 			"name_",
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/structure/tempora_and_modi.html.php 13) 			function ($value)
source/structure/tempora_and_modi.html.php 14) 			{
source/structure/tempora_and_modi.html.php 15) 				$output = $value["name"];
source/structure/tempora_and_modi.html.php 16) 				if ($value["remark"] != null)
source/structure/tempora_and_modi.html.php 17) 				{
source/structure/tempora_and_modi.html.php 18) 					$output .= (" " . "(" . $value["remark"] . ")");
source/structure/tempora_and_modi.html.php 19) 				}
source/structure/tempora_and_modi.html.php 20) 				return $output;
source/structure/tempora_and_modi.html.php 21) 			}
source/structure/tempora_and_modi.html.php 22) 		),
source/structure/tempora_and_modi.html.php 23) 		new class_column
source/structure/tempora_and_modi.html.php 24) 		(
source/structure/tempora_and_modi.html.php 25) 			"Description",
Christian Fraß repaired tables in content

Christian Fraß authored 7 years ago

source/content/tempora_and_modi.html.php   26) 			"description"
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/structure/tempora_and_modi.html.php 27) 		),
source/structure/tempora_and_modi.html.php 28) 		new class_column
source/structure/tempora_and_modi.html.php 29) 		(
source/structure/tempora_and_modi.html.php 30) 			"Scheme",
Christian Fraß repaired tables in content

Christian Fraß authored 7 years ago

source/content/tempora_and_modi.html.php   31) 			"scheme",
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/structure/tempora_and_modi.html.php 32) 			function ($value)
source/structure/tempora_and_modi.html.php 33) 			{
Christian Fraß fs -> flk

Christian Fraß authored 6 years ago

source/content/tempora_and_modi.html.php   34) 				return format($value, ["type_word", "lang_flk"]);
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/structure/tempora_and_modi.html.php 35) 			}
source/structure/tempora_and_modi.html.php 36) 		),
source/structure/tempora_and_modi.html.php 37) 		new class_column
source/structure/tempora_and_modi.html.php 38) 		(
source/structure/tempora_and_modi.html.php 39) 			"Example",
Christian Fraß repaired tables in content

Christian Fraß authored 7 years ago

source/content/tempora_and_modi.html.php   40) 			"example_",
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/content/tempora_and_modi.html.php   41) 			_bar("type_sentence")
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/structure/tempora_and_modi.html.php 42) 		),
source/structure/tempora_and_modi.html.php 43) 	],
Christian Fraß repaired tables in content

Christian Fraß authored 7 years ago

source/content/tempora_and_modi.html.php   44) 	sql_condense
source/content/tempora_and_modi.html.php   45) 	(
Christian Fraß save

Christian Fraß authored 5 years ago

source/content/tempora_and_modi.html.php   46) 		array_slice(read_json("source/data/timeforms.json"), 0, 4),
Christian Fraß repaired tables in content

Christian Fraß authored 7 years ago

source/content/tempora_and_modi.html.php   47) 		["name","remark","example"],
source/content/tempora_and_modi.html.php   48) 		["name_","example_"],
source/content/tempora_and_modi.html.php   49) 		[
source/content/tempora_and_modi.html.php   50) 			"name_" => function ($row) {return ["name" => $row["name"], "remark" => $row["remark"]];},
source/content/tempora_and_modi.html.php   51) 			"example_" => function ($row) {global $configuration; return ["original" => [$row["example"]["original"]], "translated" => $row["example"]["translations"][$configuration["target"]]];},
source/content/tempora_and_modi.html.php   52) 		]
source/content/tempora_and_modi.html.php   53) 	)
Christian Fraß added some drafts and an ex...

Christian Fraß authored 7 years ago

source/content/tempora_and_modi.html.php   54) ))->generate();
bfadmin-master advanced

bfadmin-master authored 8 years ago

source/structure/tempora_and_modi.html.php 55) ?>
Christian Fraß save

Christian Fraß authored 5 years ago

source/content/tempora_and_modi.html.php   56) 	<p>These forms can be combined straightforward to form complex timeforms:</p>
source/content/tempora_and_modi.html.php   57) 	<ul>
Christian Fraß es wird!

Christian Fraß authored 5 years ago

source/content/tempora_and_modi.html.tpl   58) 		<li>{{fsdraft_format_correlation:section-tempora_and_modi.examples_complex.0:type_sentence}}</li>
source/content/tempora_and_modi.html.tpl   59) 		<li>{{fsdraft_format_correlation:section-tempora_and_modi.examples_complex.1:type_sentence}}</li>
Christian Fraß save

Christian Fraß authored 5 years ago

source/content/tempora_and_modi.html.php   60) 		<!--
Christian Fraß es wird!

Christian Fraß authored 5 years ago

source/content/tempora_and_modi.html.tpl   61) 		<li>{{fsdraft_format_correlation:section-tempora_and_modi.examples_complex_inactive.0:type_sentence}}</li>
Christian Fraß save

Christian Fraß authored 5 years ago

source/content/tempora_and_modi.html.php   62) 		  -->
source/content/tempora_and_modi.html.php   63) 	</ul>
Christian Fraß es wird!

Christian Fraß authored 5 years ago

source/content/tempora_and_modi.html.tpl   64) 	<p>The <span class="grammarterm">imperative</span> only exists in the present (with future meaning) for the 2nd person singular and plural. It is formed by using the bare stem of the verb, optionally followed by the personal pronoun (i.e. either <span class="type_word lang_flk">du</span> or <span class="type_word lang_flk">je</span>) in order to specify or emphasize the numerus. Examples: <span class="type_sentence lang_flk">skriv!</span>, <span class="type_sentence lang_flk">skriv, je!</span>.</p>
source/content/tempora_and_modi.html.tpl   65) 	<p>There are two ways to form the <span class="grammarterm">subjunctive</span>. One is to use the special modal verb <span class="type_word lang_flk">vöre</span> which can be understood as a wrapper for regular verbs. The other possibility is to use the adverbial particle <span class="type_word lang_flk">maglik</span>. Both can be applied to the indicative forms, e.g.: {{fsdraft_format_correlation:section-tempora_and_modi.example_subjunctive:type_sentence}}</p>