Hjelp:Tabeller (lage): Forskjell mellom sideversjoner

Hopp til navigering Hopp til søk
ingen redigeringsforklaring
Ingen redigeringsforklaring
Ingen redigeringsforklaring
 
(18 mellomliggende versjoner av 2 brukere er ikke vist)
Linje 1: Linje 1:
Dette er en '''manual på hvordan man lager tabeller i wiki'''. For mer avansert hjelp, kan du se den engelske [http://meta.wikimedia.org/wiki/MediaWiki_User's_Guide:_Using_tables Mediawiki User's Guide:Using Tables].
Først i denne veiledninga finner du svar på noen tekniske spørsmål, og deretter kommer noen praktiske råd som er samla opp gjennom erfaring med å lage tabeller.
 
Vi har også en veiledning om å [[Hjelp:Tabeller (bruke)|bruke og lese tabeller]].
 
==Den aller enkleste varianten==
{{thumb|Hjelp sett inn tabell.JPG|Trykk «Sett inn» og velg «Tabell», så er du i gang.}}
I [[Hjelp:Visuell redigering|visuell redigering]] trykker du «Sett inn» og velger «Tabell». Ved å markere en rad (liggende) eller kolonne (stående) kan du legge inn nye rader og kolonner samt flytte eller slette dem. For de som er vant til å jobbe med tabeller i Word eller andre tekstredigeringsprogrammer vil det meste være kjent.
 
Ved å velge egenskaper kan du angi om tabellen skal være sorterbar, om den har overskriftsrad og så videre.


==Den enkle varianten==
==Den enkle varianten==


Det er to metoder som lar deg lage en tabell enkelt:
Du kan enten:
* Bruke tabellknappen over redigeringsvinduet – [[Fil:Knapp sett inn tabell.JPG]] – (under Avansert), velg antall kolonner og rader og legg inn opplysningene dine.
* Finn en tabell du liker i en artikkel. Trykk på redigeringsfanen, kopier tabellkoden og lim den inn i en ny artikkel. Deretter kan du bytte ut eksisterende data med egne data.


* Bruk tabellknappen over redigeringsvinduet – [[Bilde:Button_insert_table.png]] – som gir deg oppsett for en enkel tabell
==Lage tabeller selv==
* Finn en tabell du liker i en artikkel, trykk på redigeringsfanen og kopier tabellkoden. Du kan så enkelt redigere innholdet.


==Lage tabeller selv==
Du kan også lage tabeller fra grunnen av.
 
Slik ser et vanlig tabelloppsett ut:


<pre>
<pre>
{|
{|class="wikitable"
er det du alltid starter med. Det tilsvarer <table> på HTML.
|+
deretter kan du skrive
!
class="wikitable"
!
om du ønsker. Dette gir deg en tabell til bruk i artikler.
!
Slik lager du overskrift på tabellen:
|-
|+Navn på tabell
|
Slik lager du overskrifter til kolonnene:
|
! Celle 1 !! Celle 2 !! Celle 3
|
Slik legger du til innhold i cellene (dette blir i rad 1)
| Innhold celle 1 || Innhold celle 2 || Innhold celle 3
i mellom radene skal du ha et mellomrom. Slik:
|-
|-
Så kan du starte med rad to
|
| Innhold celle 1 || Innhold celle 2 || Innhold celle 3
|
Tilslutt avslutter du med
|
|}
|}
som tilsvarer </table> på HTML.
</pre>
</pre>
De enkelte elementene er altså:
<pre>
{| starter opp tabellen.
class="wikitable" gir tabellen samme utseende som andre tabeller på wikien.
|+ lar deg sette inn en tittel på tabellen.
! lager ei celle i en overskriftsrad.
|- avslutter en rad.
| lager ei celle i en vanlig rad.
|} avslutter tabellen.
</pre>
Her kommer et eksempel hvor vi har fylt inn informasjon, fulgt av en visning av hvordan det blir seende ut på en wikiside:


<pre>
<pre>
Linje 53: Linje 74:
|}
|}


skal jeg vise deg i praksis. Dette er kildekoden:
==Sorterbare tabeller==
<pre>
 
{| class="wikitable"
Hvis du ønsker at tabellen din skal være sorterbar, skriver du i stedet for class="wikitable", som i eksempelet ovafor, class="sortable wikitable".  
! Artikkel !! Uke 25 !! Uke 29 !! Uke 30 !! Uke 31 !! Uke 32 !! Uke 33 !! Uke 34
 
|-
For at det skal være mulig å sortere tabell, må informasjonen i kolonnene være standardisert. Hvis du for eksempel skal sortere etter årstall og noen av dem er omtrentlige, bør du ikke skrive «ca.» før tallet; skriv det heller etter - ellers vi alle omtrentlige årstall bli sortert nederst. Se gjerne på hvordan dette er løst i andre sorterbare tabeller.  
|[[Homer Simpson]] || 6.9kB || 8.4kB || &mdash; || &mdash; || &mdash; || &mdash; || &mdash;
|-
|[[Marge Simpson]] || 6.4kB || 6.7kB || &mdash; || &mdash; || &mdash; || &mdash; || &mdash;
|-
|[[Bart Simpson]]  || 6.5kB || 6.8kB || &mdash; || &mdash; || &mdash; || &mdash; || &mdash;
|-
|[[Lisa Simpson]]  ||&mdash;|| 7.1kB || &mdash; || &mdash; || &mdash; || &mdash; || &mdash;
|-
|[[Maggie Simpson]]||&mdash;|| 1.4kB || &mdash; || &mdash; || &mdash; || &mdash; || &mdash;
|}


</pre>
==Konvertering av tabell fra regneark==
Slik ser det ut i «virkeligheten»:
{| class="wikitable"
! Artikkel !! Uke 25 !! Uke 29 !! Uke 30 !! Uke 31 !! Uke 32 !! Uke 33 !! Uke 34
|- <!--              Uke 25  Uke 29  Uke 30    Uke 31    Uke 32    Uke 33    Uke 34 -->
|[[Homer Simpson]] || 6.9kB || 8.4kB || &mdash; || &mdash; || &mdash; || &mdash; || &mdash;
|-
|[[Marge Simpson]] || 6.4kB || 6.7kB || &mdash; || &mdash; || &mdash; || &mdash; || &mdash;
|-
|[[Bart Simpson]]  || 6.5kB || 6.8kB || &mdash; || &mdash; || &mdash; || &mdash; || &mdash;
|-
|[[Lisa Simpson]]  ||&mdash;|| 7.1kB || &mdash; || &mdash; || &mdash; || &mdash; || &mdash;
|-
|[[Maggie Simpson]]||&mdash;|| 1.4kB || &mdash; || &mdash; || &mdash; || &mdash; || &mdash;
|}


Når du kan dette, kan du sette inn mer avanserte ting som farger, kantlinjer o.l. Les [http://meta.wikimedia.org/wiki/MediaWiki_User's_Guide:_Using_tables Mediawiki User's Guide:Using Tables] for mer hjelp til dette.
Hvis du har en tabell i et regneark – Excel eller liknende program – kan du lett konvertere det til en wikitabell. Dette gjøres via en nettside, og en vi har god erfaring med er [https://tools.wmflabs.org/excel2wiki/ Excel2Wiki: Copy and Paste Excel-to-Wiki Converter].  


==Topp/bunnjustering==
Framgangsmåte: Kopier alt innhold fra regnearket, og lim det inn i konverteringsverktøyet. Se over alternativene, f.eks. om du vil ha sorterbar tabell, og klikk «Convert». Kopier koden som kommer ut, og lim den inn i wikien.
Når du lager en tabell, vil teksten automatisk ligge midt i cellen. Noen ganger vil dette gjøre at innholdet i tabellen ser rotete ut. Siden vi bruker tabeller for at informasjonen skal være ryddig for leseren, vil du ha behov for at teksten ligger øverst i cellene. Et eksempel er denne listen over hva tre jenter har i ryggsekken sin:


{| class="wikitable"
==Noen praktiske råd==
! Charlotte
! Dunya
! Oline
|-
|
* 1 eple
* 1 vannflaske
* 2 bøker
* 1 viskelær
|
* 1 matpakke
* 1 melkekartong
* 2 bøker
* 1 pennal
* 1 leppepomade
* 1 pose klinkekuler
|
* 1 blyantstump
* 1 matpakke
* 1 eple
|}


For at teksten skal flyte øverst i cellen, setter du inn kommandoen "valign="top". Denne må settes inn i hver enkelt rad. Koden nedenfor:
Før du starter er det lurt å tenke godt gjennom hvordan tabellen skal se ut. Hvis den blir lang, kan det være mye arbeid å legge til en ekstra kolonne med vanlig redigeringsmodus. Trenger du å gjøre dette anbefaler vi å bruke Visual Editor - se øverst på denne hjelpesida - der det er mulig å redigere selve tabellen på en enkel måte.


<pre>
Det er vanligvis fornuftig å dele opp informasjonen så mye som mulig. Hvis man lager en felles kolonne for høyde og bredde, vil det skape problemer om du senere ønsker å gjøre tabellen sorterbar etter bredde. Setter du dem i to kolonner vil begge tall kunne brukes til sortering.
{| class="wikitable"
! Charlotte
! Dunya
! Oline
|- valign="top"
|
* 1 eple
* 1 vannflaske
* 2 bøker
* 1 viskelær
|
* 1 matpakke
* 1 melkekartong
* 2 bøker
* 1 pennal
* 1 leppepomade
* 1 pose klinkekuler
|
* 1 blyantstump
* 1 matpakke
* 1 eple
|}</pre>


vil resultere i en tabell som ser slik ut:
== Avanserte funksjoner ==


{| class="wikitable"
For mer avanserte tabellfunksjoner, som å slå sammen celler, legge til farger og endre kantlinjene, finner du [https://no.wikipedia.org/wiki/Hjelp:Tabeller en forklaring på på Wikipedia på bokmål og riksmål] og en annen på [https://nn.wikipedia.org/wiki/Wikipedia:Tabellar Wikipedia på nynorsk]. Den engelske veiledninga, [http://meta.wikimedia.org/wiki/MediaWiki_User's_Guide:_Using_tables Mediawiki User's Guide:Using Tables], viser enda flere avanserte funksjoner.
! Charlotte
! Dunya
! Oline
|- valign="top"
|
* 1 eple
* 1 vannflaske
* 2 bøker
* 1 viskelær
|
* 1 matpakke
* 1 melkekartong
* 2 bøker
* 1 pennal
* 1 leppepomade
* 1 pose klinkekuler
|
* 1 blyantstump
* 1 matpakke
* 1 eple
|}


==Bakgrunnsfarger==
Men den viktigste hjelpefunksjonen du har på Lokalhistoriewiki er å spørre en annen bruker. Du kan for eksempel spørre på [[Brukerdiskusjon:Cnyborg]]; bare beskriv hva du vil gjøre, så finner vi ut om det er mulig.
:''Disse fargene kan du ha som bakgrunnsfarger:''
:Du skriver <code><nowiki>{| style="background-color: #fargekode;" osv.....</nowiki></code>
{| border="1" cellpadding="5" cellspacing="0"
|-
!style="background: #333333;"|333333||style="background: #444444;"|444444||style="background: #666666;"|666666||style="background: #888888;"|888888||style="background:#AAAAAA;"|AAAAAA||style="background:#CCCCCC;"|CCCCCC||style="background: #DDDDDD;"|DDDDDD
|-
|style="background: #222222;"|222222
|style="background: #442222;"|442222
|style="background: #662222;"|662222
|style="background: #882222;"|882222
|style="background: #AA2222;"|AA2222
|style="background: #CC2222;"|CC2222
|style="background: #EE2222;"|EE2222
|-
|style="background: #224422;"|224422
|style="background: #444422;"|444422
|style="background: #664422;"|664422
|style="background: #884422;"|884422
|style="background: #AA4422;"|AA4422
|style="background: #CC4422;"|CC4422
|style="background: #EE4422;"|EE4422
|-
|style="background: #226622;"|226622
|style="background: #446622;"|446622
|style="background: #666622;"|666622
|style="background: #886622;"|886622
|style="background: #AA6622;"|AA6622
|style="background: #CC6622;"|CC6622
|style="background: #EE6622;"|EE6622
|-
|style="background: #228822;"|228822
|style="background: #448822;"|448822
|style="background: #668822;"|668822
|style="background: #888822;"|888822
|style="background: #AA8822;"|AA8822
|style="background: #CC8822;"|CC8822
|style="background: #EE8822;"|EE8822
|-
|style="background: #22AA22;"|22AA22
|style="background: #44AA22;"|44AA22
|style="background: #66AA22;"|66AA22
|style="background: #88AA22;"|88AA22
|style="background: #AAAA22;"|AAAA22
|style="background: #CCAA22;"|CCAA22
|style="background: #EEAA22;"|EEAA22
|-
|style="background: #22CC22;"|22CC22
|style="background: #44CC22;"|44CC22
|style="background: #66CC22;"|66CC22
|style="background: #88CC22;"|88CC22
|style="background: #AACC22;"|AACC22
|style="background: #CCCC22;"|CCCC22
|style="background: #EECC22;"|EECC22
|-
|style="background: #22EE22;"|22EE22
|style="background: #44EE22;"|44EE22
|style="background: #66EE22;"|66EE22
|style="background: #88EE22;"|88EE22
|style="background: #AAEE22;"|AAEE22
|style="background: #CCEE22;"|CCEE22
|style="background: #EEEE22;"|EEEE22
|-
|style="background: #222244;"|222244
|style="background: #442244;"|442244
|style="background: #662244;"|662244
|style="background: #882244;"|882244
|style="background: #AA2244;"|AA2244
|style="background: #CC2244;"|CC2244
|style="background: #EE2244;"|EE2244
|-
|style="background: #224444;"|224444
|style="background: #444444;"|444444
|style="background: #664444;"|664444
|style="background: #884444;"|884444
|style="background: #AA4444;"|AA4444
|style="background: #CC4444;"|CC4444
|style="background: #EE4444;"|EE4444
|-
|style="background: #226644;"|226644
|style="background: #446644;"|446644
|style="background: #666644;"|666644
|style="background: #886644;"|886644
|style="background: #AA6644;"|AA6644
|style="background: #CC6644;"|CC6644
|style="background: #EE6644;"|EE6644
|-
|style="background: #228844;"|228844
|style="background: #448844;"|448844
|style="background: #668844;"|668844
|style="background: #888844;"|888844
|style="background: #AA8844;"|AA8844
|style="background: #CC8844;"|CC8844
|style="background: #EE8844;"|EE8844
|-
|style="background: #22AA44;"|22AA44
|style="background: #44AA44;"|44AA44
|style="background: #66AA44;"|66AA44
|style="background: #88AA44;"|88AA44
|style="background: #AAAA44;"|AAAA44
|style="background: #CCAA44;"|CCAA44
|style="background: #EEAA44;"|EEAA44
|-
|style="background: #22CC44;"|22CC44
|style="background: #44CC44;"|44CC44
|style="background: #66CC44;"|66CC44
|style="background: #88CC44;"|88CC44
|style="background: #AACC44;"|AACC44
|style="background: #CCCC44;"|CCCC44
|style="background: #EECC44;"|EECC44
|-
|style="background: #22EE44;"|22EE44
|style="background: #44EE44;"|44EE44
|style="background: #66EE44;"|66EE44
|style="background: #88EE44;"|88EE44
|style="background: #AAEE44;"|AAEE44
|style="background: #CCEE44;"|CCEE44
|style="background: #EEEE44;"|EEEE44
|-
|style="background: #222266;"|222266
|style="background: #442266;"|442266
|style="background: #662266;"|662266
|style="background: #882266;"|882266
|style="background: #AA2266;"|AA2266
|style="background: #CC2266;"|CC2266
|style="background: #EE2266;"|EE2266
|-
|style="background: #224466;"|224466
|style="background: #444466;"|444466
|style="background: #664466;"|664466
|style="background: #884466;"|884466
|style="background: #AA4466;"|AA4466
|style="background: #CC4466;"|CC4466
|style="background: #EE4466;"|EE4466
|-
|style="background: #226666;"|226666
|style="background: #446666;"|446666
|style="background: #666666;"|666666
|style="background: #886666;"|886666
|style="background: #AA6666;"|AA6666
|style="background: #CC6666;"|CC6666
|style="background: #EE6666;"|EE6666
|-
|style="background: #228866;"|228866
|style="background: #448866;"|448866
|style="background: #668866;"|668866
|style="background: #888866;"|888866
|style="background: #AA8866;"|AA8866
|style="background: #CC8866;"|CC8866
|style="background: #EE8866;"|EE8866
|-
|style="background: #22AA66;"|22AA66
|style="background: #44AA66;"|44AA66
|style="background: #66AA66;"|66AA66
|style="background: #88AA66;"|88AA66
|style="background: #AAAA66;"|AAAA66
|style="background: #CCAA66;"|CCAA66
|style="background: #EEAA66;"|EEAA66
|-
|style="background: #22CC66;"|22CC66
|style="background: #44CC66;"|44CC66
|style="background: #66CC66;"|66CC66
|style="background: #88CC66;"|88CC66
|style="background: #AACC66;"|AACC66
|style="background: #CCCC66;"|CCCC66
|style="background: #EECC66;"|EECC66
|-
|style="background: #22EE66;"|22EE66
|style="background: #44EE66;"|44EE66
|style="background: #66EE66;"|66EE66
|style="background: #88EE66;"|88EE66
|style="background: #AAEE66;"|AAEE66
|style="background: #CCEE66;"|CCEE66
|style="background: #EEEE66;"|EEEE66
|-
|style="background: #222288;"|222288
|style="background: #442288;"|442288
|style="background: #662288;"|662288
|style="background: #882288;"|882288
|style="background: #AA2288;"|AA2288
|style="background: #CC2288;"|CC2288
|style="background: #EE2288;"|EE2288
|-
|style="background: #224488;"|224488
|style="background: #444488;"|444488
|style="background: #664488;"|664488
|style="background: #884488;"|884488
|style="background: #AA4488;"|AA4488
|style="background: #CC4488;"|CC4488
|style="background: #EE4488;"|EE4488
|-
|style="background: #226688;"|226688
|style="background: #446688;"|446688
|style="background: #666688;"|666688
|style="background: #886688;"|886688
|style="background: #AA6688;"|AA6688
|style="background: #CC6688;"|CC6688
|style="background: #EE6688;"|EE6688
|-
|style="background: #228888;"|228888
|style="background: #448888;"|448888
|style="background: #668888;"|668888
|style="background: #888888;"|888888
|style="background: #AA8888;"|AA8888
|style="background: #CC8888;"|CC8888
|style="background: #EE8888;"|EE8888
|-
|style="background: #22AA88;"|22AA88
|style="background: #44AA88;"|44AA88
|style="background: #66AA88;"|66AA88
|style="background: #88AA88;"|88AA88
|style="background: #AAAA88;"|AAAA88
|style="background: #CCAA88;"|CCAA88
|style="background: #EEAA88;"|EEAA88
|-
|style="background: #22CC88;"|22CC88
|style="background: #44CC88;"|44CC88
|style="background: #66CC88;"|66CC88
|style="background: #88CC88;"|88CC88
|style="background: #AACC88;"|AACC88
|style="background: #CCCC88;"|CCCC88
|style="background: #EECC88;"|EECC88
|-
|style="background: #22EE88;"|22EE88
|style="background: #44EE88;"|44EE88
|style="background: #66EE88;"|66EE88
|style="background: #88EE88;"|88EE88
|style="background: #AAEE88;"|AAEE88
|style="background: #CCEE88;"|CCEE88
|style="background: #EEEE88;"|EEEE88
|-
|style="background: #2222AA;"|2222AA
|style="background: #4422AA;"|4422AA
|style="background: #6622AA;"|6622AA
|style="background: #8822AA;"|8822AA
|style="background: #AA22AA;"|AA22AA
|style="background: #CC22AA;"|CC22AA
|style="background: #EE22AA;"|EE22AA
|-
|style="background: #2244AA;"|2244AA
|style="background: #4444AA;"|4444AA
|style="background: #6644AA;"|6644AA
|style="background: #8844AA;"|8844AA
|style="background: #AA44AA;"|AA44AA
|style="background: #CC44AA;"|CC44AA
|style="background: #EE44AA;"|EE44AA
|-
|style="background: #2266AA;"|2266AA
|style="background: #4466AA;"|4466AA
|style="background: #6666AA;"|6666AA
|style="background: #8866AA;"|8866AA
|style="background: #AA66AA;"|AA66AA
|style="background: #CC66AA;"|CC66AA
|style="background: #EE66AA;"|EE66AA
|-
|style="background: #2288AA;"|2288AA
|style="background: #4488AA;"|4488AA
|style="background: #6688AA;"|6688AA
|style="background: #8888AA;"|8888AA
|style="background: #AA88AA;"|AA88AA
|style="background: #CC88AA;"|CC88AA
|style="background: #EE88AA;"|EE88AA
|-
|style="background: #22AAAA;"|22AAAA
|style="background: #44AAAA;"|44AAAA
|style="background: #66AAAA;"|66AAAA
|style="background: #88AAAA;"|88AAAA
|style="background: #AAAAAA;"|AAAAAA
|style="background: #CCAAAA;"|CCAAAA
|style="background: #EEAAAA;"|EEAAAA
|-
|style="background: #22CCAA;"|22CCAA
|style="background: #44CCAA;"|44CCAA
|style="background: #66CCAA;"|66CCAA
|style="background: #88CCAA;"|88CCAA
|style="background: #AACCAA;"|AACCAA
|style="background: #CCCCAA;"|CCCCAA
|style="background: #EECCAA;"|EECCAA
|-
|style="background: #22EEAA;"|22EEAA
|style="background: #44EEAA;"|44EEAA
|style="background: #66EEAA;"|66EEAA
|style="background: #88EEAA;"|88EEAA
|style="background: #AAEEAA;"|AAEEAA
|style="background: #CCEEAA;"|CCEEAA
|style="background: #EEEEAA;"|EEEEAA
|-
|style="background: #2222CC;"|2222CC
|style="background: #4422CC;"|4422CC
|style="background: #6622CC;"|6622CC
|style="background: #8822CC;"|8822CC
|style="background: #AA22CC;"|AA22CC
|style="background: #CC22CC;"|CC22CC
|style="background: #EE22CC;"|EE22CC
|-
|style="background: #2244CC;"|2244CC
|style="background: #4444CC;"|4444CC
|style="background: #6644CC;"|6644CC
|style="background: #8844CC;"|8844CC
|style="background: #AA44CC;"|AA44CC
|style="background: #CC44CC;"|CC44CC
|style="background: #EE44CC;"|EE44CC
|-
|style="background: #2266CC;"|2266CC
|style="background: #4466CC;"|4466CC
|style="background: #6666CC;"|6666CC
|style="background: #8866CC;"|8866CC
|style="background: #AA66CC;"|AA66CC
|style="background: #CC66CC;"|CC66CC
|style="background: #EE66CC;"|EE66CC
|-
|style="background: #2288CC;"|2288CC
|style="background: #4488CC;"|4488CC
|style="background: #6688CC;"|6688CC
|style="background: #8888CC;"|8888CC
|style="background: #AA88CC;"|AA88CC
|style="background: #CC88CC;"|CC88CC
|style="background: #EE88CC;"|EE88CC
|-
|style="background: #22AACC;"|22AACC
|style="background: #44AACC;"|44AACC
|style="background: #66AACC;"|66AACC
|style="background: #88AACC;"|88AACC
|style="background: #AAAACC;"|AAAACC
|style="background: #CCAACC;"|CCAACC
|style="background: #EEAACC;"|EEAACC
|-
|style="background: #22CCCC;"|22CCCC
|style="background: #44CCCC;"|44CCCC
|style="background: #66CCCC;"|66CCCC
|style="background: #88CCCC;"|88CCCC
|style="background: #AACCCC;"|AACCCC
|style="background: #CCCCCC;"|CCCCCC
|style="background: #EECCCC;"|EECCCC
|-
|style="background: #22EECC;"|22EECC
|style="background: #44EECC;"|44EECC
|style="background: #66EECC;"|66EECC
|style="background: #88EECC;"|88EECC
|style="background: #AAEECC;"|AAEECC
|style="background: #CCEECC;"|CCEECC
|style="background: #EEEECC;"|EEEECC
|-
|style="background: #2222EE;"|2222EE
|style="background: #4422EE;"|4422EE
|style="background: #6622EE;"|6622EE
|style="background: #8822EE;"|8822EE
|style="background: #AA22EE;"|AA22EE
|style="background: #CC22EE;"|CC22EE
|style="background: #EE22EE;"|EE22EE
|-
|style="background: #2244EE;"|2244EE
|style="background: #4444EE;"|4444EE
|style="background: #6644EE;"|6644EE
|style="background: #8844EE;"|8844EE
|style="background: #AA44EE;"|AA44EE
|style="background: #CC44EE;"|CC44EE
|style="background: #EE44EE;"|EE44EE
|-
|style="background: #2266EE;"|2266EE
|style="background: #4466EE;"|4466EE
|style="background: #6666EE;"|6666EE
|style="background: #8866EE;"|8866EE
|style="background: #AA66EE;"|AA66EE
|style="background: #CC66EE;"|CC66EE
|style="background: #EE66EE;"|EE66EE
|-
|style="background: #2288EE;"|2288EE
|style="background: #4488EE;"|4488EE
|style="background: #6688EE;"|6688EE
|style="background: #8888EE;"|8888EE
|style="background: #AA88EE;"|AA88EE
|style="background: #CC88EE;"|CC88EE
|style="background: #EE88EE;"|EE88EE
|-
|style="background: #22AAEE;"|22AAEE
|style="background: #44AAEE;"|44AAEE
|style="background: #66AAEE;"|66AAEE
|style="background: #88AAEE;"|88AAEE
|style="background: #AAAAEE;"|AAAAEE
|style="background: #CCAAEE;"|CCAAEE
|style="background: #EEAAEE;"|EEAAEE
|-
|style="background: #22CCEE;"|22CCEE
|style="background: #44CCEE;"|44CCEE
|style="background: #66CCEE;"|66CCEE
|style="background: #88CCEE;"|88CCEE
|style="background: #AACCEE;"|AACCEE
|style="background: #CCCCEE;"|CCCCEE
|style="background: #EECCEE;"|EECCEE
|-
|style="background: #22EEEE;"|22EEEE
|style="background: #44EEEE;"|44EEEE
|style="background: #66EEEE;"|66EEEE
|style="background: #88EEEE;"|88EEEE
|style="background: #AAEEEE;"|AAEEEE
|style="background: #CCEEEE;"|CCEEEE
|style="background: #EEEEEE;"|EEEEEE
|-
|}


[[Kategori:Hjelp|{{PAGENAME}}]]
[[Kategori:Hjelp|{{PAGENAME}}]]

Navigasjonsmeny