Sandbox: mudanças entre as edições

m
Sem resumo de edição
 
(43 revisões intermediárias por 3 usuários não estão sendo mostradas)
Linha 1: Linha 1:
Página de testes.
'''Página de testes''' de recursos e extensões deste wiki. O carregamento dos recursos desta página é uma prova de que as extensões estão devidamente instaladas.
 
Para página de manutenção, ver [[Manutenção]].
 
Subpáginas:
 
* [[Sandbox/Claiton]]


Para página de [[Manutenção]].{{Aviso|Esta página é de manutenção. Aqui se testa recursos e extensões deste wiki.}}
== Título (2 =) ==
== Título (2 =) ==


Linha 11: Linha 16:


====== Subtítulo 4 (6 =) ======
====== Subtítulo 4 (6 =) ======
== Formatação de textos ==
  Pré-formatado (um espaço antes do parágrafo)
  Pré-formatado (um espaço antes do parágrafo)
<blockquote><nowiki><blockquote> Bloco de citação </blockquote></nowiki></blockquote>
<blockquote><nowiki><blockquote> Bloco de citação </blockquote></nowiki></blockquote>
Linha 18: Linha 25:
<nowiki><nowiki> Desabilitar wiki markdown </nowiki></nowiki>
<nowiki><nowiki> Desabilitar wiki markdown </nowiki></nowiki>


Bloco de código usando ''syntaxhighlight'':
=== Bloco de código ===
 
Usando ''[https://www.mediawiki.org/wiki/Extension:SyntaxHighlight syntaxhighlight]'':
 
==== Python ====
 
Simples:
<syntaxhighlight lang="python">
a=1
print(a)‎
</syntaxhighlight>


<syntaxhighlight lang="python" line>
Com contador de linhas:
<syntaxhighlight lang="python" line>
def quick_sort(arr):
    less = []
    pivot_list = []
    more = []
    if len(arr) <= 1:
        return arr
</syntaxhighlight>
 
Com contador de linhas, iniciando no 55:
<syntaxhighlight lang="python" line start="55>
def quick_sort(arr):
def quick_sort(arr):
less = []
less = []
Linha 31: Linha 59:
‎</syntaxhighlight>
‎</syntaxhighlight>


<syntaxhighlight lang="python" line>
Com contador de linhas, iniciando no 55, sendo realçadas linhas 1ª, 3ª, 6ª ao 8ª:
a=1
<syntaxhighlight lang="python" line start="55" highlight="1,3,6-8">
print(a)
def quick_sort(arr):
less = []
pivot_list = []
more = []
if len(arr) <= 1:
return arr
else:
pass
‎</syntaxhighlight>
‎</syntaxhighlight>


== Símbolos ==
==== Bash ====
Alfa:
 
<math>\alpha</math>
<syntaxhighlight lang="bash">
pandoc -f commonmark markdownfile.md -t mediawiki -o out.wiki
pandoc -t mediawiki -f html  SBIDE2022resumo1osmCodesMetodologia.html  # = SPans e divs
pandoc -f html -t markdown-raw_html-native_divs-native_spans SBIDE2022resumo1osmCodesMetodologia.html
</syntaxhighlight>
 
<syntaxhighlight lang="bash" line>
# teste bash:
pandoc -f commonmark markdownfile.md -t mediawiki -o out.wiki
pandoc -t mediawiki -f html  SBIDE2022resumo1osmCodesMetodologia.html  # = SPans e divs
pandoc -f html -t markdown-raw_html-native_divs-native_spans SBIDE2022resumo1osmCodesMetodologia.html
</syntaxhighlight>
 
== Símbolos 2 fórmulas ==
Alfa: <math>\alpha</math>
 
Beta: <math>\beta</math>
 
Gama: <math>\gamma</math>
 
Phi ou Fi: <math>\phi</math>
 
Pi ao quadrado: <math>\pi^2</math>
 
Sigma índice 5 mais x: <math>\sigma_5 + x</math>


== Imagens ==
== Imagens ==
Linha 48: Linha 107:
<br style="clear: both;" clear="all" />
<br style="clear: both;" clear="all" />


[[Arquivo:Image.png|esquerda|miniaturadaimagem|Legenda vai aqui.]]
[[Arquivo:Image01.png|esquerda|miniaturadaimagem|Legenda vai aqui.]]


<br style="clear: both;" clear="all" />
<br style="clear: both;" clear="all" />
Linha 62: Linha 121:


<gallery>
<gallery>
File:Image.png|Teste 1.
File:Image01.png|Teste 1.
File:Image.png|Teste 2.
File:Image01.png|Teste 2.
File:Image.png|Teste 3.
File:Image01.png|Teste 3.
</gallery>
</gallery>


Linha 72: Linha 131:


<gallery mode="packed-hover">
<gallery mode="packed-hover">
Image:Image.png|''Teste 1''
Image:Image01.png|''Teste 1''
Image:Image.png|''Teste 2''
Image:Image01.png|''Teste 2''
Image:Image.png|''Teste 3''
Image:Image01.png|''Teste 3''
</gallery>
</gallery>


<br style="clear: both;" clear="all" />
<br style="clear: both;" clear="all" />




[https://www.mediawiki.org/wiki/Extension:PageImages PageImages]:
[https://www.mediawiki.org/wiki/Extension:PageImages PageImages]:
{{Por fazer|Escolher um exemplo.}}


(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 368: Linha 436:
]
]
}</graph>
}</graph>


'''Gráfico interativo'''
'''Gráfico interativo'''
Linha 416: Linha 483:
}
}
</graph>
</graph>


=== Não funcionando ===
=== Não funcionando ===


Os gráficos abaixo não funcionam: de pizza, mapa etc. Verificar exemplos na [[mediawikiwiki:Extension:Graph|documentação]].
Os gráficos não funcionam: PageViews, PageHistory, rect, stackedarea, pie, map etc. Ver exemplos na [[mediawikiwiki:Extension:Graph|documentação]].


Falta implementar as predefinições (usa [[mediawikiwiki:Extension:Scribunto|Scribunto]] e Lua):
Por ora, este tipos de gráficos não são necessários e são recursos cosméticos. Caso sejam num futuro, implementaremos as predefinições requeridas (usa [[mediawikiwiki:Extension:Scribunto|Scribunto]] e Lua).


{{Template:Graph:PageViews}}
== Esquemas ==
Da extensão [[mediawikiwiki:Extension:Mermaid|Mermaid]].


{{Graph:PageHistory}}
{{Por fazer|Instalar a extensão Mermaid.}}


{{Graph:Chart|width=600|height=100|xAxisTitle=X|yAxisTitle=Y
'''Exemplo 1:'''
|type=rect|x=Item 1, Item 2, Item 3, Item 4, Item 5, Item 6, Item 7, Item 8|y=10,12,6,14,2,10,7,9}}
{{#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!
}}


{{Graph:Chart|width=100|height=100|type=pie|legend=Legenda
'''Exemplo 2''' adaptado de um vindo do GitHub:
  |x=Item A,Item B,Item C,Item D,Item E,Item F,Item G,Item H,Item I|y1=100,200,150,300,100,100,150,50,200
{{#mermaid:classDiagram
|y2=7,8,9,8,8,9,10,9,5|showValues=}}
    Jurisdiction *-- "0..1" Jurisdiction_geom
    Donated_PackTpl "0..1" --> Jurisdiction: has scope
    Donated_PackTpl "*" --> Donor: has
    Donor "0..1" ..> Jurisdiction: has agg scope


{{Graph:Chart|width=400|height=100|xAxisTitle=X|yAxisTitle=Y
    class Jurisdiction { osm_id bigint }
|legend=Legend|type=stackedarea|x=1,2,3,4,5,6|y1=10,12,6,14,2,10
    class Jurisdiction_geom { osm_id bigint }
|y2=2,4,6,8,13,11|interpolate=monotone|colors=seagreen,orchid}}
    class Donor {
 
      id integer
---
      scope_osm_id bigint
 
    }
<graph>
    class Donated_PackTpl {
{{Template:Graph:PageViews}}
        id integer
</graph>
        scope_osm_id bigint
 
        donor_id integer
<graph>
    }
{Template:Graph:PageViews}
}}
</graph>
 
<graph>
{{Graph:Chart|width=600|height=100|xAxisTitle=X|yAxisTitle=Y
|type=rect|x=1,2,3,4,5,6,7,8|y=10,12,6,14,2,10,7,9}}
</graph>
 
{{Graph:Chart|width=600|height=100|xAxisTitle=X|yAxisTitle=Y
|type=rect|x=1,2,3,4,5,6,7,8|y=10,12,6,14,2,10,7,9}}
 
{{Graph:Chart|width=100|height=100|type=pie|legend=Legende
|x=A,B,C,D,E,F,G,H,I|y1=100,200,150,300,100,100,150,50,200
|y2=7,8,9,8,8,9,10,9,5|showValues=}}
 
{{Graph:Chart|width=400|height=100|xAxisTitle=X|yAxisTitle=Y
|legend=Legend|type=stackedarea|x=1,2,3,4,5,6|y1=10,12,6,14,2,10
|y2=2,4,6,8,13,11|interpolate=monotone|colors=seagreen,orchid}}
teste_fim


== Mapas ==
== Mapas ==
Linha 505: Linha 568:
== Misc ==
== Misc ==


Input field:
'''Input field:'''
 
<inputbox>
<inputbox>
type=create
type=create
Linha 512: Linha 574:
</inputbox>
</inputbox>


== Referências ==
 
'''Links para Wikipedia:'''
 
[[Wikipedia:Main Page|Página principal (en)]]
 
[[Wikipedia:pt:Página principal|Página principal (pt)]]
 
 
'''Referência-padrão:'''
 
{{Ref|KraAlm2020a}}
==Referências==
Texto:
Texto:


2 384

edições