Difference between revisions of "Code toolbox"

From Sereer wiki
Jump to navigationJump to search
(Created page with "==Verb Paradigms== {| class="wikitable" cellpadding="4" style="border: 1px solid black;" |+ Present: '''jaw''' (to cook) ! Gloss !! Sereer !! Gloss !! Sereer |- || I cook || ja…")
 
 
(23 intermediate revisions by 5 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 42: Line 87:
   
 
==Interlinear Glosses==
 
==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.
 
To make an interlinear gloss, the code below is a start.
Line 72: Line 144:
 
|-
 
|-
 
|}
 
|}
  +
  +
==Citations==
  +
  +
I am working on a way of including a references template in our set of Mediawiki files. [[User:Faytak|Faytak]] 18:31, 2 November 2012 (UTC)

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)