Template:Phonorule/doc: Difference between revisions

MIGUELbM (talk | contribs)
No edit summary
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 13: Line 13:
{{Phonorule|A}}
{{Phonorule|A}}


You can also use the [[Template:Multifeature|Multifeature]] template woth the option <nowiki><code>|large=true</code></nowiki> for complex rules.
You can also use the [[Template:Multifeature|Multifeature]] template with the option <nowiki><code>|large=true</code></nowiki> for complex rules.


  <nowiki>{{Phonorule
  <nowiki>{{Phonorule
Line 25: Line 25:
| {{Multifeature|+stop|+consonant|+alveolar}}
| {{Multifeature|+stop|+consonant|+alveolar}}
| [ɾ]
| [ɾ]
| {{Multifeature|+vowel|+stressed|}} ___ {{Multifeature|+vowel|-stressed|}}
}}
Or, my preferred way, just wrap everything in Multifeature, it looks better
<nowiki>{{Phonorule
| large = true
| {{Multifeature|+stop|+consonant|+alveolar}}
| {{Multifeature|ɾ}}
| {{Multifeature|+vowel|+stressed|}} ___ {{Multifeature|+vowel|-stressed|}}
}}</nowiki>
{{Phonorule
| large = true
| {{Multifeature|+stop|+consonant|+alveolar}}
| {{Multifeature|ɾ}}
| {{Multifeature|+vowel|+stressed|}} ___ {{Multifeature|+vowel|-stressed|}}
| {{Multifeature|+vowel|+stressed|}} ___ {{Multifeature|+vowel|-stressed|}}
}}
}}