Cheat sheet
Esta é uma página de referências. Use a página sandbox para fazer testes.
Referências
Adicionando vídeos do Youtube
Code:
{{youtube|ID}}
Guide: http://www.mediawiki.org/wiki/Extension:EmbedVideo
Example:
Collapsible Text
Code:
<div class="toccolours mw-collapsible mw-collapsed" style="width:720px"> This text is not collapsible; but the next is collapsible and hidden by default: <div class="mw-collapsible-content">This one only shows when you click "expand"</div> </div>
Guide: http://www.mediawiki.org/wiki/Manual:Collapsible_elements
Example:
This text is not collapsible; but the next is collapsible and hidden by default:
Quiz
Code:
<quiz display=simple> {Question |type="()"} + The correct answer. - Distractor. - Distractor. - Distractor. </quiz>
Guide: https://en.wikiversity.org/wiki/Help:Quiz
Example:
Gallery
Code:
<gallery caption="Sample gallery" widths="180px" heights="120px" perrow="5"> File:Asteroidsscale.jpg File:Asteroidsscale.jpg|Captioned File:Asteroidsscale.jpg|Captioned with alt text|alt=The Wikipedia logo File:Asteroidsscale.jpg|[[Help:Contents/Links|Links]] can be put in captions. File:Asteroidsscale.jpg|Full [[MediaWiki]] <br />[[syntax]] may now be used... File:Asteroidsscale.jpg File:Asteroidsscale.jpg|Captioned File:Asteroidsscale.jpg|Captioned with alt text|alt=The Wikipedia logo File:Asteroidsscale.jpg|[[Help:Contents/Links|Links]] can be put in captions. File:Asteroidsscale.jpg|Full [[MediaWiki]] <br />[[syntax]] may now be used... </gallery>
Guide: http://en.wikipedia.org/wiki/Wikipedia:Gallery_tag
Example:
Destacando texto
Code/Example:
<pre width=40%> I look forward to meeting you. They left without saying "Goodbye." </pre>
Table
verb + verb(ing) | ||||
---|---|---|---|---|
avoid | dislike | enjoy | finish | mind |
practice | imagine | suggest | stop | deny |
delay | regret | admit | consider | involve |
miss | postpone | risk |
Code:
{| class="prettytable" align="right" !colspan="5"| verb + verb(ing) |+ align="bottom" | '''Example''' |- | avoid || dislike || enjoy || finish || mind |- | practice || imagine || suggest || stop || deny |- | delay || regret || admit || consider || involve |- | miss || postpone || risk |}
Guide: http://www.mediawiki.org/wiki/Help:Tables
Adicionando tabs
Code:
= Discussion = = Teacher Guide = <headertabs />
Guide: http://www.mediawiki.org/wiki/Extension:Header_Tabs
Example: Tabs utilizados nesta página.
Adicionando audio
Code:
<flashmp3>http://www.thegrove.com.br/mp3/Episode%201%20-%20Simple%20Present.mp3</flashmp3>
Example: <flashmp3>http://www.thegrove.com.br/mp3/Episode%201%20-%20Simple%20Present.mp3</flashmp3>
Reading comprehension exercise
Answer the following questions according to the text. <quiz display=simple> {First question: |type="()"} - wrong answer - wrong answer + right answer {Second question: |type="()"} - wrong answer - wrong answer + right answer {Third question: |type="()"} - wrong answer + right answer - wrong answer </quiz>
Listening exercise
==Listening Exercise== {{youtube|ID}} {| class="prettytable" width=720 | <quiz display=simple> {Watch the video and complete the text according to what you can understand. |type="{}"} - This is an example of a { listening _6 } exercise. Basically what you do, is { format _6 } the text, using { _# } where _# is the number of letters the { word _4 } they have to guess has. </quiz> |}
Adding comments
{{#widget:DISQUS |id=jointhegrove |uniqid={{PAGENAME}} |url={{fullurl:{{PAGENAME}}}} }}
Adding a Survey - Google Forms
{{#widget:Google Form |key=po-s58YMwf85Q3UxRzdGOBw |width=600 |height=750 }}
Example: {{#widget:Google Form |key=po-s58YMwf85Q3UxRzdGOBw |width=600 |height=750 }}
Vocabulary list
Code:
Para palavrras não compostas:
{{Definition|word}}
Para palavras compostas:
{{Definition2|work|out}}
Para palavras compostas:
{{Definition3|work|it|out}}
Example:
Caixas de exemplos, diálogos e textos
Caixa de diálogos
Código:
{{Example| *Frase do fulano. ::Resposta do sicrano. }}
Exemplo de uso:
- Que isso cumpadi, tá me tirando?
- Tá lôco rapá! Sai pra lá!
Exemplo de código:
{{Example| * How are you? ::I'm good, and you? * How are you doing today? ::I am doing fine, thanks. How about you? * How will you travel to India next year? ::I will travel by plane. * How do you feel about your job? ::I love it. It is very exciting. }}
Caixa de exemplos
Código:
{{Example| <div class="well well-ex"> *Frase em inglês. **Tradução para o português. }}
Exemplo de uso:
- She is going to the movies today.
- Ela vai ao cinema hoje.
Caixas de texto
Cógido:
<div class="well well-text"> Hey there, I'm writing to ask for your advice on a problem I have at the moment. As you might already know, my boss is putting a lot of pressure on me to finish the project I am working on in two weeks. But, I know I need at least another week to do it well. I am afraid if I ask for more time he might think I am not doing a good job. Of course, he should realize that I am doing all this work alone when usually a team of three handle this kind of project. What do you think I should do? </div>
Exemplo de uso:
Hey there,
I'm writing to ask for your advice on a problem I have at the moment. As you might already know, my boss is putting a lot of pressure on me to finish the project I am working on in two weeks. But, I know I need at least another week to do it well. I am afraid if I ask for more time he might think I am not doing a good job. Of course, he should realize that I am doing all this work alone when usually a team of three handle this kind of project. What do you think I should do?
<headertabs />
{{#widget:DISQUS |id=jointhegrove |uniqid=Cheat sheet |url=http://thegrove.com.br/metodo/index.php/Cheat_sheet }}