Difference between revisions of "Code toolbox"

From Sereer wiki
Jump to navigationJump to search
 
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
==Verb Paradigms==
 
==Verb Paradigms==
  +
  +
  +
:{| class="wikitable" cellpadding="4" style="border: 1px solid black;"
  +
|+ '''kick'''
  +
! Positive !! sg. !! pl. !! Negative !! sg. !! pl.
  +
|-
  +
| '''1''' || || || '''1''' || ||
  +
|-
  +
| '''2''' || || || '''2''' || ||
  +
|-
  +
| '''3''' || || || '''3''' || ||
  +
|-
  +
| '''Infinitive''' || ||
  +
|-
  +
| '''Prog. Part.''' || ||
  +
|-
  +
| '''Imperative''' || ||
  +
|-
  +
|}
  +
  +
{| style="border-collapse: collapse; border: 1px solid #000"
  +
|-
  +
| style="border-style: solid; border-width: 1px"|
  +
Orange
  +
| style="border-style: solid; border-width: 1px"|
  +
Apple
  +
|-
  +
| style="border-style: solid; border-width: 1px"|
  +
Bread
  +
| style="border-style: solid; border-width: 1px"|
  +
Pie
  +
|}
  +
  +
{| style="border-collapse: collapse; border: 1px solid #000"
  +
|-
  +
| style="border-style: solid; border-width: 1px"|
  +
Orange
  +
| style="border-style: solid; border-width: 1px"|
  +
Apple
  +
| style="border-style: solid; border-width: 1px"|
  +
Bread
  +
| style="border-style: solid; border-width: 1px"|
  +
Pie
  +
|}
  +
   
 
{| class="wikitable" cellpadding="4" style="border: 1px solid black;"
 
{| class="wikitable" cellpadding="4" style="border: 1px solid black;"
Line 45: Line 90:
 
Documentation for the glossing package is here:
 
Documentation for the glossing package is here:
   
http://wiki.migmaq.org/index.php?title=Wiki_gloss_extension&oldid=53#ex2
+
http://wiki.migmaq.org/index.php?title=Wiki_gloss_extension
   
 
The template for interlinear glossing is below:
 
The template for interlinear glossing is below:
   
<gl id="ex1">
+
<gl id="ex1" fontsize=12>
mexe waʄna foofi
+
mexe waʄnaa foofi
\gll me- xe waʄ -na foofi'
+
\gll me-xe waʄ-n-aa foofi
1SG CONT boil CAUS water
+
1s-COP boil-CAUS-PROG water
 
\trans I am boiling water. (045)
 
\trans I am boiling water. (045)
 
</gl>
 
</gl>
Line 58: Line 103:
 
The example below lacks an unparsed first line. Note that the position of \gll determines which line starts aligned glossing. \trans effectively ends this command.
 
The example below lacks an unparsed first line. Note that the position of \gll determines which line starts aligned glossing. \trans effectively ends this command.
   
<gl id="ex2">
+
<gl id="ex2" fontsize=12>
 
\gll me- xe waʄ -na foofi'
 
\gll me- xe waʄ -na foofi'
 
1SG CONT boil CAUS water
 
1SG CONT boil CAUS water
Line 65: Line 110:
   
 
Now you can refer to example <glr id="ex1"/> like this. This creates a hyperlink!
 
Now you can refer to example <glr id="ex1"/> like this. This creates a hyperlink!
  +
  +
   
 
(The method below should be avoided for the method above.)
 
(The method below should be avoided for the method above.)

Latest revision as of 21:02, 29 April 2013

Verb Paradigms

kick
Positive sg. pl. Negative sg. pl.
1 1
2 2
3 3
Infinitive
Prog. Part.
Imperative

Orange

Apple

Bread

Pie

Orange

Apple

Bread

Pie


Present: jaw (to cook)
Gloss Sereer Gloss Sereer
I cook jawaam we cook injawa
you cook jawaa you (pl) cook nunjawa
s/he cooks ajawa they cook anjawa

Template for the table:

Present:
Gloss Sereer Gloss Sereer
I ... -aam we ... i[mut]- -a
you ... -aa you (pl) ... nu[mut]- -a
s/he ... -a they ... a[mut]- -a

To highlight individual cells in a paradigm, mimic the code here. For instance, let's say we want to highlight the fact that plural verb stems undergo consonant mutation, and we like blue. We paste the code style="background: blue; color: white" | (note the stem at the end) into the beginning of the cell:

Present:
Gloss Sereer Gloss Sereer
I ... -aam we ... i[mut]- -a
you ... -aa you (pl) ... nu[mut]- -a
s/he ... -a they ... a[mut]- -a

Interlinear Glosses

Documentation for the glossing package is here:

http://wiki.migmaq.org/index.php?title=Wiki_gloss_extension

The template for interlinear glossing is below:

<gl id="ex1" fontsize=12> mexe waʄnaa foofi \gll me-xe waʄ-n-aa foofi 1s-COP boil-CAUS-PROG water \trans I am boiling water. (045) </gl>

The example below lacks an unparsed first line. Note that the position of \gll determines which line starts aligned glossing. \trans effectively ends this command.

<gl id="ex2" fontsize=12> \gll me- xe waʄ -na foofi' 1SG CONT boil CAUS water \trans I am boiling water. (045) </gl>

Now you can refer to example <glr id="ex1"/> like this. This creates a hyperlink!


(The method below should be avoided for the method above.)

To make an interlinear gloss, the code below is a start.

Unparsed content Unparsed content Unparsed content Unparsed content Unparsed content
Morph 1 Morph 2 Morph 3 Morph 4 Morph 5
Gloss 1 Gloss 2 Gloss 3 Gloss 4 Gloss 5

Free translation Free translation Free translation Free translation Free translation

An example of usage:

mexe waʄna foofi'.
me- xe waʄ -na foofi'
1SG CONT boil CAUS water

I am boiling water. (045)

Citations

I am working on a way of including a references template in our set of Mediawiki files. Faytak 18:31, 2 November 2012 (UTC)