Difference between revisions of "Cheat sheet"
From The Grove - Academia de Idiomas
Line 100: | Line 100: | ||
===Table=== | ===Table=== | ||
− | |||
{| class="wikitable" align="right" | {| class="wikitable" align="right" | ||
!colspan="5"| verb + verb(ing) | !colspan="5"| verb + verb(ing) | ||
|+ align="bottom" | | |+ align="bottom" | | ||
− | ''' | + | '''Example''' |
|- | |- | ||
| avoid || dislike || enjoy || finish || mind | | avoid || dislike || enjoy || finish || mind | ||
Line 114: | Line 113: | ||
| miss || postpone || risk | | miss || postpone || risk | ||
|} | |} | ||
− | |||
− | ''' | + | '''Code''':<pre width="50%"> |
− | |||
− | |||
{| class="wikitable" align="right" | {| class="wikitable" align="right" | ||
!colspan="5"| verb + verb(ing) | !colspan="5"| verb + verb(ing) | ||
|+ align="bottom" | | |+ align="bottom" | | ||
− | ''' | + | '''Example''' |
|- | |- | ||
| avoid || dislike || enjoy || finish || mind | | avoid || dislike || enjoy || finish || mind | ||
Line 132: | Line 128: | ||
| miss || postpone || risk | | miss || postpone || risk | ||
|} | |} | ||
+ | </pre> | ||
+ | |||
+ | '''Guide''': http://www.mediawiki.org/wiki/Help:Tables | ||
===Adicionando tabs=== | ===Adicionando tabs=== |
Revision as of 20:24, 5 March 2013
Esta página deve ser usada para testes e referências.
Referências
Adicionando vídeos do Youtube
Code:
{{#ev:youtube|ID}}
Guide: http://www.mediawiki.org/wiki/Extension:EmbedVideo
Example:
Collapsible Text
Code:
<div class="toccolours mw-collapsible mw-collapsed" style="width:600px"> 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:
This one only shows when you click "expand"
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="wikitable" 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:
Discussion
Teacher Guide
<headertabs />