User:KTucker/My Sandbox/Tests/flashcards

From WikiEducator
Jump to: navigation, search

Tests

Minimal

no parameters

front

front and back

Front and back only:


 {{flashcard
  |front = Good day
  |back = Bon jour
  }}

gives:


front, back, front image

Image on Front:


 {{flashcard
  |front image = Banana Fruit.JPG
  |back = Banana
  }}

gives:

image caption included:


 {{flashcard
  |front image = Banana Fruit.JPG
  |image caption = banane mûre
  |back = Banana
  }}

gives:


image with front and no caption:


 {{flashcard
  |front = la banane
  |front image = Banana Fruit.JPG
  |back = Banana
  }}

gives:



image with caption and front:


 {{flashcard
  |front = la banane
  |front image = Banana Fruit.JPG
  |image caption = banane mûre
  |back = Banana
  }}

gives:


image with caption and front and hint (mouseover text - not image yet??):


 {{flashcard
  |front = la banane
  |front image = Banana Fruit.JPG
  |hint = fruit jaune recourbé
  |image caption = banane mûre
  |back = Banana
  }}

gives:



Front and back only with notes:


 {{flashcard
  |front = Good day
  |back = Bon jour
  |notes = A greeting
  }}

gives:


Mandarin

Using all the parameters listed below:


 {{flashcard
 |front = 你
 |front sound = Zh-n%C7%90.ogg
 |hint = not me
 |back = You
 |back sound = En-us-you.ogg
 |simplified = simplified character (if exists) goes here
 |pinyin = Ni3
 |wade-giles = ni<sup>3</sup>
 |yale = ni-3
 |bopomofo = ㄋㄧˇ
 |radical = 人
 |number of strokes = 7
 |stroke order= 你-order.gif
 |notes = e.g. clarify if there is ambiguity ...
 }}

gives the following (try it - click on 'show'):

using themes:


 {{flashcard
 |theme=blues
 |front=你
 |front sound= Zh-n%C7%90.ogg
 |hint = not me
 |back=You
 |back sound=En-us-you.ogg
 |simplified= simplified character (if exists) goes here
 |pinyin=Ni3
 |wade-giles=ni<sup>3</sup>
 |yale=ni-3
 |bopomofo=ㄋㄧˇ
 |radical=人
 |number of strokes = 7
 |stroke order=你-order.gif
 |notes = e.g. clarify if there is ambiguity ...
 }}

 {{flashcard
 |theme=goldy
 |front=你
 |front sound= Zh-n%C7%90.ogg
 |hint = not me
 |back=You
 |back sound=En-us-you.ogg
 |simplified= simplified character (if exists) goes here
 |pinyin=Ni3
 |wade-giles=ni<sup>3</sup>
 |yale=ni-3
 |bopomofo=ㄋㄧˇ
 |radical=人
 |number of strokes = 7
 |stroke order=你-order.gif
 |notes = e.g. clarify if there is ambiguity ...
 }}

Japanese

Please improve:

{{flashcard
|theme = sandy
|front = マージャン
|front sound = En-us-you.ogg
|hint = please add hint?
|back = mahjong
|back sound =E n-us-you.ogg
|romaji = mājan
|kanji = 麻雀
|romanisation = májiàng
|notes = Mahjong is a board game.
Please correct sound files etc. 
and add a suitable hint to this flash card. Thanks :-)
}}