Difference between revisions of "Cheat sheet"
From The Grove - Academia de Idiomas
(→Testes) |
|||
Line 89: | Line 89: | ||
</gallery> | </gallery> | ||
− | == | + | ===Destacando texto=== |
+ | '''Code/Example''':<pre> | ||
+ | <pre width=50%> | ||
+ | I look forward to meeting you. | ||
+ | They left without saying "Goodbye." | ||
+ | </<nowiki>pre></nowiki></pre> | ||
+ | |||
+ | |||
+ | ===Table=== | ||
+ | |||
+ | '''Code''':<pre> | ||
+ | {| class="wikitable" align="right" | ||
+ | !colspan="5"| verb + verb(ing) | ||
+ | |+ align="bottom" | | ||
+ | '''Table 2''' | ||
+ | |- | ||
+ | | avoid || dislike || enjoy || finish || mind | ||
+ | |- | ||
+ | | practice || imagine || suggest || stop || deny | ||
+ | |- | ||
+ | | delay || regret || admit || consider || involve | ||
+ | |- | ||
+ | | miss || postpone || risk | ||
+ | |} | ||
+ | </pre> | ||
+ | |||
+ | '''Guide''': http://www.mediawiki.org/wiki/Help:Tables | ||
+ | |||
+ | '''Example''': | ||
+ | {| class="wikitable" align="right" | ||
+ | !colspan="5"| verb + verb(ing) | ||
+ | |+ align="bottom" | | ||
+ | '''Table 2''' | ||
+ | |- | ||
+ | | avoid || dislike || enjoy || finish || mind | ||
+ | |- | ||
+ | | practice || imagine || suggest || stop || deny | ||
+ | |- | ||
+ | | delay || regret || admit || consider || involve | ||
+ | |- | ||
+ | | miss || postpone || risk | ||
+ | |} | ||
− | |||
---- | ---- | ||
<comments/> | <comments/> |
Revision as of 19:26, 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:800px"> 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> {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=50%> I look forward to meeting you. They left without saying "Goodbye." </pre>
Table
Code:
{| class="wikitable" align="right" !colspan="5"| verb + verb(ing) |+ align="bottom" | '''Table 2''' |- | 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
Example:
verb + verb(ing) | ||||
---|---|---|---|---|
avoid | dislike | enjoy | finish | mind |
practice | imagine | suggest | stop | deny |
delay | regret | admit | consider | involve |
miss | postpone | risk |
<comments/>