Difference between revisions of "Template:Sidebar"

From Sinfronteras
Jump to: navigation, search
Line 1: Line 1:
 +
<section begin=0 />
 
{{#tag:html|
 
{{#tag:html|
 
     <style>
 
     <style>
Line 659: Line 660:
 
     </script>
 
     </script>
 
}}
 
}}
 +
<section end=0 />
  
  

Revision as of 01:24, 18 March 2021



  • Some HTML/Wiki tags

</blockquote>
<nowiki> Command text </nowiki>
<div style="text-align:left">Text</div>
  • 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>