Difference between revisions of "Template:Cheatsheet"
imported>WOSlinker (-moz-border-radius not needed) |
imported>Pauli133 m (fixing lint errors) |
||
| Line 19: | Line 19: | ||
→ <sup>superscript</sup><br /> | → <sup>superscript</sup><br /> | ||
→ <sub>subscript</sub> | → <sub>subscript</sub> | ||
| − | </td><td> | + | </td><td> </td><td> |
*{{tag|s|content=strikeout}}<br /> | *{{tag|s|content=strikeout}}<br /> | ||
*{{tag|u|content=underline}}<br /> | *{{tag|u|content=underline}}<br /> | ||
| Line 35: | Line 35: | ||
<table> | <table> | ||
<tr><td> | <tr><td> | ||
| − | + | {{center|Section<br />structuring:}} | |
| − | </td><td> | + | </td><td> </td><td> |
<code>== Early years ==</code><br /> | <code>== Early years ==</code><br /> | ||
<code>== Studies ==</code><br /> | <code>== Studies ==</code><br /> | ||
<code>== Career ==</code> | <code>== Career ==</code> | ||
| − | </td><td> | + | </td><td> </td><td> |
<br /> | <br /> | ||
<code>=== Postgraduate studies ===</code><br /> | <code>=== Postgraduate studies ===</code><br /> | ||
<code>=== Journalism ===</code> | <code>=== Journalism ===</code> | ||
| − | </td><td> | + | </td><td> </td><td> |
<br /> | <br /> | ||
<br /> | <br /> | ||
| Line 56: | Line 56: | ||
---- | ---- | ||
<table> | <table> | ||
| − | <tr><td> | + | <tr><td>{{center|Bulleted<br />list:}}</td><td><pre><nowiki>* Water |
* Sugar | * Sugar | ||
** white | ** white | ||
| Line 69: | Line 69: | ||
** brown | ** brown | ||
* Flour | * Flour | ||
| − | </td><td> | + | </td><td> </td><td>{{center|Numbered<br />list:}}</td><td><pre><nowiki># Proteins |
# Fats | # Fats | ||
## saturated | ## saturated | ||
| Line 518: | Line 518: | ||
---- | ---- | ||
<pre> | <pre> | ||
| − | + | {{center| | |
{| class="wikitable" | {| class="wikitable" | ||
! colspan="3" | Table title | ! colspan="3" | Table title | ||
| Line 538: | Line 538: | ||
| Label 3 | | Label 3 | ||
|} | |} | ||
| − | + | }} | |
</pre> | </pre> | ||
| − | + | {{center| | |
{{{!}} class="wikitable" | {{{!}} class="wikitable" | ||
! colspan="3" {{!}} Table title | ! colspan="3" {{!}} Table title | ||
| Line 561: | Line 561: | ||
{{!}} Label 3 | {{!}} Label 3 | ||
{{!}}} | {{!}}} | ||
| − | + | }} | |
*https://www.mediawiki.org/wiki/Help:Tables | *https://www.mediawiki.org/wiki/Help:Tables | ||
| Line 602: | Line 602: | ||
*;Geo coordinates: | *;Geo coordinates: | ||
| − | + | {{center|{{tlx|coord|<nowiki> | </nowiki>|display=title}}}} | |
(coordinates filled in are found in [https://www.google.gr/maps/@37.9599177,23.5078613,15z Google Maps] address line: the two numbers after @) | (coordinates filled in are found in [https://www.google.gr/maps/@37.9599177,23.5078613,15z Google Maps] address line: the two numbers after @) | ||
Revision as of 22:07, 16 January 2020
| Cheatsheet | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Wiki markup
External link: Talk pages:
Citation reference forms Citation reference syntax, copy & paste inside articles.
Footnotes & references usage
text commented or explained with note
text documented (sourced) with reference
== Notes ==
{{reflist|group="note"}}
== References ==
{{reflist}}
text commented or explained with note [note 1] text documented with reference [1]
Add label - reuse reference
text 1 documented [1] text 2 documented [2]
Article mark templates
Pictures - videos - sounds
search picture on the web: drag'n'drop picture here:
[[File:Lobodon carcinophagus on sea ice.jpg | thumb | Lobodon carcinophagus ]] [[File:Phoques crabiers.ogv | thumb | left | 300px | Phoques crabiers ]] File:Lobodon carcinophagus on sea ice.jpg Lobodon carcinophagus File:Phoques crabiers.ogv Phoques crabiers
<gallery mode="packed" heights=175> File:Astronotus_ocellatus.jpg|Oscar File:Salmonlarvakils.jpg|Salmon Larva File:Georgia Aquarium - Giant Grouper.jpg|Giant grouper </gallery>
{{clear}}
We email the following text to the copyright holder, after filling in his full name and multimedia file name:
<score vorbis="1">
\transpose c g \relative c' {
\key c \minor
\time 4/4
c4 e8 e g4 g % (text after the % is just a comment)
<c es g>2 <c es g> % angle brackets create chords
es4 d( ces b) % parentheses create ties
a4. r8 a4 a % r creates rests
e-- e-> e-. g\fermata % accents and other signs
\bar "|."
}
</score>
<score vorbis="1"> \transpose c g \relative c' {
\key c \minor
\time 4/4
c4 e8 e g4 g % (text after the % is just a comment)
<c es g>2 <c es g> % angle brackets create chords
es4 d( ces b) % parentheses create ties
a4. r8 a4 a % r creates rests
e-- e-> e-. g\fermata % accents and other signs
\bar "
Mathematical formulas - Tables Tex code must be placed between:
{{Location map|Greece
|label=
|lat=
|long=
|position= right
|width= 272
|float= right
|caption= Position on map of Greece
}}
they are the two numbers after @ )
{| border="1" class="wikitable"
|+ Table title
! Col 1
! Col 2
! Col 3
|-
! Row 1
| cell 2 || cell 3
|-
! Row Α
| cell Α || cell Β
|}
{| class="wikitable sortable"
|+ Table title
|-
! Letters
! Numbers
! Dates
! class="unsortable" | Unsortable
|-
| δ || 20 || 24/11/2008 || This
|-
| β || 6 || 23/03/2004 || column
|-
| α || 8 || 05/07/2004 || does
|-
| γ || 4 || 08/12/1492 || not
|-
| ε || 0 || 13/08/1601 || sort.
|}
{{center|
{| class="wikitable"
! colspan="3" | Table title
|-
! Col1
! style="width:150px" | Col2
! Col3
|-
| [[File:StarIconBronze.png | 80px | center]]
| [[File:StarIconGold.png | 80px | center]]
| [[File:StarIconGreen.png | 80px | center]]
|-
| style="text-align: left" | A
| style="text-align: center" | B
| style="text-align: right" | C
|- style="text-align: right"
| Label 1
| Label 2
| Label 3
|}
}}
Quotes {{Quote box
|quote = Cry "Havoc", and let slip the dogs of war.
|author = [[William Shakespeare]]
|source = ''[[Julius Caesar (play)|Julius Caesar]]'', Act III, Scene I.
}}
{{Quote
|text = Cry "Havoc" and let slip the dogs of war.
|author = [[William Shakespeare]]
|source = ''[[Julius Caesar (play)|Julius Caesar]]'', act III, scene I
}}
Various
{{coord| | }}(coordinates filled in are found in Google Maps address line: the two numbers after @)
=== old_username@global ===
{{SRUC
|status = <!--don't change this line-->
|domain = global
|Oldname = old_username
|Newname = new_username
|confirmation = [diff from user's discussion page in Wikipedia,
where rename request is also stated]
|reason = Rename reason / comments
--~~~~
}}
|