User:Ceige/How to Linguifex like a Semi-Pro: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
No edit summary
mNo edit summary
Line 4: Line 4:


There is also a nice little '''Edit''' button next to all section headers.
There is also a nice little '''Edit''' button next to all section headers.
=Table of Contents=
=Table of Contents=
This should be generated once you have enough section headers. How do you start a new section? By making a header! How do you do that? Like so!
This should be generated once you have enough section headers. How do you start a new section? By making a header! How do you do that? Like so!
Line 13: Line 15:
</nowiki>
</nowiki>
Less highly ranked headers and their following sections will be nested within higher ranked sections. So '''Header 2''' will appear as a subsection of '''Header 1''''s section.
Less highly ranked headers and their following sections will be nested within higher ranked sections. So '''Header 2''' will appear as a subsection of '''Header 1''''s section.


=Comments=
=Comments=
Line 20: Line 23:


This is particularly useful when making a new language page on Linguifex, since it automatically generates some sections for you that you might not want to tackle right away, but might still want to keep track of for future reference.
This is particularly useful when making a new language page on Linguifex, since it automatically generates some sections for you that you might not want to tackle right away, but might still want to keep track of for future reference.


=Tables=
=Tables=
Tables in HTML and Wiki format are ''always'' less intuitive than using a word processor or something like that. But you do have similar control. But you should plan your tables accordingly ahead of time, making sure they're formatted in a sane way you can easily make changes to later.
Tables in HTML and Wiki format are ''always'' less intuitive than using a word processor or something like that. But you do have similar control. But you should plan your tables accordingly ahead of time, making sure they're formatted in a sane way you can easily make changes to later.


==Pre-formatted==
 
==Pre-formatted using the Tool==
Let's say you just want a simple table '''''right now''''', you can do that easily just by going up to the top of the Linguifex editor pane, and clicking '''Advanced'''. At the very end of the icons that have now popped up, there is a table icon (as of 08:37, 9 March 2017 (CET) at least). This comes with checkboxes for various options, and the preview image will show you what they change. For now, let's make a 3x3 non-sortable table with headers and see what happens in the code!
Let's say you just want a simple table '''''right now''''', you can do that easily just by going up to the top of the Linguifex editor pane, and clicking '''Advanced'''. At the very end of the icons that have now popped up, there is a table icon (as of 08:37, 9 March 2017 (CET) at least). This comes with checkboxes for various options, and the preview image will show you what they change. For now, let's make a 3x3 non-sortable table with headers and see what happens in the code!
  <nowiki>
  <nowiki>
Line 49: Line 54:
| Example || Example || Example
| Example || Example || Example
|}
|}
==The Underlying Mechanics of the Arte o' Tabulature==


===The Table Brackets===
===The Table Brackets===
Line 61: Line 69:
  <nowiki>{| class="wikitable"</nowiki>
  <nowiki>{| class="wikitable"</nowiki>
This just specifies which kind of table it is. There are different version with various colours out there in the wild, so if you see one on Linguifex that you like the look of, look at the '''class''' and see if you can replace your table's class with theirs.
This just specifies which kind of table it is. There are different version with various colours out there in the wild, so if you see one on Linguifex that you like the look of, look at the '''class''' and see if you can replace your table's class with theirs.


===How Rows and Cells are Separated===
===How Rows and Cells are Separated===
Line 90: Line 99:
You'll have to decide in practice how you'll handle that.
You'll have to decide in practice how you'll handle that.
''Note also that I didn't use a table header there, and just used the bare brackets. It's not as pretty though when it's rendered.''
''Note also that I didn't use a table header there, and just used the bare brackets. It's not as pretty though when it's rendered.''


===Header Cells===
===Header Cells===
Line 123: Line 133:
! Header 4 || Normal 7 !! Header 5
! Header 4 || Normal 7 !! Header 5
|}
|}


===Spreading a Single Cell over Multiple Rows or Columns===
===Spreading a Single Cell over Multiple Rows or Columns===
Line 141: Line 152:
|-
|-
! 2nd Row, 1st Cell !! 2nd Row, <u>''2nd''</u> Cell
! 2nd Row, 1st Cell !! 2nd Row, <u>''2nd''</u> Cell
|}
==Some example Tables==
Here's some no-thrills tables for you to copy and experiment with.
===IPA for a Random Language===
{| class="wikitable"
|+ Consonants in Mongor
|-
! colspan='2' | <!-- blank spot -->
! Labial !! Dental !! Palatal !! colspan='2' | Dorsal !! Guttural
<!-- Add in more categories as you like, just keep count! There's 5 here right now, so I should have five (actually, 6...) corresponding columns -->
|-
! rowspan='2' | Plosives !! Fortis
| p || t || č || k || q || 
|-
! Lenis
| b || d || (ž) || g || ʁ || 
|-
! colspan='2' | Nasals
| m || n || ń || ŋ || ɴ ||
|-
! colspan='2' | Fricatives <!-- Only use as many categories as you need for your language, assuming your phonology is fairly finalised -->
|  || s, z || š ||colspan='2'|  || h
|-
! colspan='2' | Sonorants
| v || l, ł || j ||colspan='2'|  || 
|}
===IPA for something like English===
{| class="wikitable"
|+ Consonants in Germanese
|-
! <!-- blank spot -->
! Labial !! Alveolar !! Post-Alveolar !! Velar !! Glottal
|-
! Plosives
| p, b || t, d ||  || k, g || (ʔ)
|-
! Affricates
| pf ||  || ch, j ||  || 
|-
! Fricatives
| f, v || s, z || sh || (gh) || h
|-
! Nasals
| m || n ||  || ng || 
|-
! Sonorants
| w || r, l || j ||  || 
|}
|}
870

edits

Navigation menu