Difference between revisions of "Página de pruebas 4"

From Sinfronteras
Jump to: navigation, search
Line 1: Line 1:
{{Sidebar}}
+
* My MediaWiki help
 +
 
 +
 
 +
* Sandbox:
 +
:* Página de pruebas  |Página de pruebas
 +
:* Página de pruebas 2|Página de pruebas 2
 +
:* Página de pruebas 3|Página de pruebas 3
 +
:* Página de pruebas 4|Página de pruebas 4
 +
 
 +
 
 +
* Herramientas
 +
 
 +
 
 +
* Special pages
 +
:* Special:SpecialPages
 +
:* Special:Upload
 +
 
 +
* MediaWiki Sidebar
 +
:* MediaWiki:Sidebar|Edit Sidebar
 +
:* User:Adelo_Vieira/Sidebar|Edit My Sidebar
 +
:* User:Visitor/Sidebar|Edit Visitor Sidebar
 +
:* MediaWiki:CustomNavBlocks|Edit CustomNavBlocks
 +
:* MediaWiki:MiSidebar|Edit MiSidebar
 +
 
 +
 
 +
 
 +
* CSS
 +
:* MediaWiki Manual:CSS : https://www.mediawiki.org/wiki/Manual:CSS|
 +
:* MediaWiki:Common.css
 +
:* MediaWiki CSS extensions: https://www.mediawiki.org/wiki/Extension:CSS
 +
::*  https://www.mediawiki.org/wiki/Extension:TemplateStyles|Extension:TemplateStyles
 +
 
 +
 
 +
* Wiki Language
 +
<syntaxhighlight lang="java">
 +
</blockquote>
 +
</syntaxhighlight>
 +
 
 +
 
 +
<syntaxhighlight lang="java">
 +
<nowiki> Command text </nowiki>
 +
</syntaxhighlight>
 +
 
 +
 
 +
:* Insertar Figuras:
 +
<syntaxhighlight lang="java">
 +
[[File:.jpg|950px|thumb|center|Título]]
 +
</syntaxhighlight>
 +
 
 +
 
 +
* Tables:
 +
:* https://www.mediawiki.org/wiki/Help:Tables|Mediawiki Help Tables
 +
:* https://excel2wiki.toolforge.org/index.php|Excel2Wiki
 +
 
 +
:* Tablas centradas:
 +
<syntaxhighlight lang="java">
 +
{| class="wikitable" style="width: 20px; height: 20px; margin: 0 auto;"
 +
</syntaxhighlight>
 +
 
 +
:* Vertial aligh:
 +
<syntaxhighlight lang="java">
 +
|- style="vertical-align:top;"
 +
</syntaxhighlight>
 +
 
 +
:* Tablas con líneas tranparentes y 100% width:
 +
<syntaxhighlight lang="java">
 +
{| style="border-spacing: 2px; width: 100%;"
 +
</syntaxhighlight>
 +
 
 +
 
 +
* Collapsible sections
 +
:* Help MediaWiki#Collapsible elements
 +
 
 +
<syntaxhighlight lang="java">
 +
<div class="mw-collapsible mw-collapsed" style="width:500px">
 +
Título
 +
<div class="mw-collapsible-content">
 +
* Punto uno
 +
* ...
 +
</div>
 +
</div>
 +
</syntaxhighlight>
 +
 
 +
 
 +
* Hidden content
 +
<syntaxhighlight lang="java">
 +
<div class="oculto mw-collapsible mw-collapsed" data-expandtext="Expand hidden content" data-collapsetext="Collapse hidden content">
 +
</syntaxhighlight>
 +
 
 +
 
 +
* Figure's numbers
 +
<syntaxhighlight lang="java">
 +
<figure id="fig:nombre">
 +
[[File:Text_classification1.png|600px|thumb|center|
 +
<caption>Supervised Learning...</caption>
 +
]]
 +
</figure>
 +
 
 +
In <xr id="fig:nombre" /> we show...
 +
</syntaxhighlight>
 +
 
 +
 
 +
* Text align
 +
:* <div style="text-align:left">Text</div>
 +
 
 +
 
 +
* Highlighted code
 +
:* Supported Languages: https://pygments.org/languages.html
 +
<syntaxhighlight lang="java">
 +
<syntaxhighlight lang="java"> </syntaxhighlight>
 +
</syntaxhighlight>
 +
 
 +
 
 +
* Icons (Font Awesome 5/4 - Bootstrap - Google):
 +
:* https://www.w3schools.com/icons/icons_reference.asp
 +
<syntaxhighlight lang="java">
 +
<i class="fa fa-envelope"></i>
 +
</syntaxhighlight>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 
{{#css:
 
{{#css:
 
     .styled-table {
 
     .styled-table {

Revision as of 19:29, 16 March 2021

  • My MediaWiki help


  • Sandbox:
  • Página de pruebas |Página de pruebas
  • Página de pruebas 2|Página de pruebas 2
  • Página de pruebas 3|Página de pruebas 3
  • Página de pruebas 4|Página de pruebas 4


  • Herramientas


  • Special pages
  • Special:SpecialPages
  • Special:Upload
  • MediaWiki Sidebar
  • MediaWiki:Sidebar|Edit Sidebar
  • User:Adelo_Vieira/Sidebar|Edit My Sidebar
  • User:Visitor/Sidebar|Edit Visitor Sidebar
  • MediaWiki:CustomNavBlocks|Edit CustomNavBlocks
  • MediaWiki:MiSidebar|Edit MiSidebar


  • CSS


  • Wiki Language
</blockquote>


<nowiki> Command text </nowiki>


  • Insertar Figuras:
[[File:.jpg|950px|thumb|center|Título]]


  • Tables:
  • Tablas centradas:
{| class="wikitable" style="width: 20px; height: 20px; margin: 0 auto;"
  • Vertial aligh:
|- style="vertical-align:top;"
  • Tablas con líneas tranparentes y 100% width:
{| style="border-spacing: 2px; width: 100%;"


  • Collapsible sections
  • Help MediaWiki#Collapsible elements
<div class="mw-collapsible mw-collapsed" style="width:500px">
Título
<div class="mw-collapsible-content">
* Punto uno
* ...
</div>
</div>


  • Hidden content
<div class="oculto mw-collapsible mw-collapsed" data-expandtext="Expand hidden content" data-collapsetext="Collapse hidden content">


  • Figure's numbers
<figure id="fig:nombre">
[[File:Text_classification1.png|600px|thumb|center|
<caption>Supervised Learning...</caption>
]]
</figure>

In <xr id="fig:nombre" /> we show...


  • Text align
  • Text


  • Highlighted code
<syntaxhighlight lang="java">

</syntaxhighlight>


  • Icons (Font Awesome 5/4 - Bootstrap - Google):
<i class="fa fa-envelope"></i>



















Name Points Otro Ahora Aver
Dom 6000 4000 3000 8000
Melissa 5150 3150 9150 4150
Melissa 5150 3150 9150 4150
Melissa 5150 3150 9150 4150
Melissa 5150 3150 9150 4150
Melissa 5150 3150 9150 4150
Melissa 5150 3150 9150 4150