Template:Sidebar
Revision as of 22:13, 21 March 2021 by Adelo Vieira (talk | contribs)
Working on - Mis_páginas |
Another |
Another |
|
|
|
CSS & JS - MediaWiki:Common.*
Some HTML/Wiki tags
Figures
[[File:.jpg|950px|thumb|center|Título]]
<figure id="fig:nombre">
[[File:Text_classification1.png|600px|thumb|center|
<caption>Supervised Learning...</caption>
]]
</figure>
In <xr id="fig:nombre" /> we show...
MW Tables
Tablas centradas:
{| class="wikitable" style="width: 20px; height: 20px; margin: 0 auto;"
Vertial align:
|- style="vertical-align:top;"
Tablas con líneas tranparentes y 100% width:
{| style="border-spacing: 2px; width: 100%;"
Collapsible sections
<div class="mw-collapsible mw-collapsed" data-expandtext="+/-" data-collapsetext="+/-">
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">
Syntax highlighting code
<syntaxhighlight lang="html"> < /syntaxhighlight>
<i class="fa fa-envelope"></i>
MW Sidebar
Working on - Mis_páginas |
Another |
Another |
|
|
|