Sandbox: mudanças entre as edições

m
 
(9 revisões intermediárias por 2 usuários não estão sendo mostradas)
Linha 31: Linha 31:
==== Python ====
==== Python ====


Simples:
<syntaxhighlight lang="python">
<syntaxhighlight lang="python">
a=1
a=1
Linha 36: Linha 37:
</syntaxhighlight>
</syntaxhighlight>


Com contador de linhas:
<syntaxhighlight lang="python" line>
<syntaxhighlight lang="python" line>
def quick_sort(arr):
def quick_sort(arr):
Linha 45: Linha 47:
</syntaxhighlight>
</syntaxhighlight>


Com contador de linhas, iniciando no 55:
<syntaxhighlight lang="python" line start="55>
<syntaxhighlight lang="python" line start="55>
def quick_sort(arr):
def quick_sort(arr):
Linha 56: Linha 59:
‎</syntaxhighlight>
‎</syntaxhighlight>


Com contador de linhas, iniciando no 55, sendo realçadas linhas 1ª, 3ª, 6ª ao 8ª:
<syntaxhighlight lang="python" line start="55" highlight="1,3,6-8">
<syntaxhighlight lang="python" line start="55" highlight="1,3,6-8">
def quick_sort(arr):
def quick_sort(arr):
Linha 82: Linha 86:
</syntaxhighlight>
</syntaxhighlight>


== Símbolos ==
== Símbolos 2 fórmulas ==
Alfa: <math>\alpha</math>
Alfa: <math>\alpha</math>


Linha 89: Linha 93:
Gama: <math>\gamma</math>
Gama: <math>\gamma</math>


Phi/Fi: <math>\phi</math>
Phi ou Fi: <math>\phi</math>


Pi: <math>\pi</math>
Pi ao quadrado: <math>\pi^2</math>


Sigma: <math>\sigma</math>
Sigma índice 5 mais x: <math>\sigma_5 + x</math>


== Imagens ==
== Imagens ==
Linha 141: Linha 145:


(sem exemplo, confirmar)
(sem exemplo, confirmar)
SVG:
{{Por fazer|Está com falha para renderizar textos. Ver https://github.com/AddressForAll/wiki-backup/issues/5.}}
[[File:Reverse proxy h2g2bob.svg|thumb|nenhum]]


== Vídeos ==
== Vídeos ==
Linha 485: Linha 495:
{{Por fazer|Instalar a extensão Mermaid.}}
{{Por fazer|Instalar a extensão Mermaid.}}


Exemplo:
'''Exemplo 1:'''
{{#mermaid:sequenceDiagram
participant Alice
participant Bob
  Alice->John: Hello John, how are you?
  loop Healthcheck
      John->John: Fight against hypochondria
  end
  Note right of John: Rational thoughts <br/>prevail...
    John-->Alice: Great!
    John->Bob: How about you?
    Bob-->John: Jolly good!
}}


```mermaid
'''Exemplo 2''' adaptado de um vindo do GitHub:
classDiagram
{{#mermaid:classDiagram
     Jurisdiction *-- "0..1" Jurisdiction_geom
     Jurisdiction *-- "0..1" Jurisdiction_geom
     Donated_PackTpl "0..1" -->  Jurisdiction: has scope
     Donated_PackTpl "0..1" -->  Jurisdiction: has scope
Linha 505: Linha 527:
         donor_id integer
         donor_id integer
     }
     }
```
}}


== Mapas ==
== Mapas ==
2 384

edições