Difference between revisions of "Desktop"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
| Line 141: | Line 141: | ||
| − | + | <br /> <br /> <br /> <br /> | |
| − | '''Aquí se explica una forma de incluir wiki code in the annonymous sidebar''': | + | * '''Aquí se explica una forma de incluir wiki code in the annonymous sidebar''': |
| − | * https://www.mediawiki.org/wiki/Manual:Interface/Sidebar/Hacks | + | :* https://www.mediawiki.org/wiki/Manual:Interface/Sidebar/Hacks |
| − | * Los cambios se ingresan en esta página: http://wiki.sinfronteras.ws/view/MediaWiki:Anon_sidebar | + | :* Los cambios se ingresan en esta página: http://wiki.sinfronteras.ws/view/MediaWiki:Anon_sidebar |
<br /> | <br /> | ||
| − | '''BlueSpice''' | + | * '''BlueSpice''' |
| − | https://www.mediawiki.org/wiki/BlueSpice | + | : https://www.mediawiki.org/wiki/BlueSpice |
<br /> | <br /> | ||
| − | '''This is the way of including HTML, JavaScript and CSS:''' | + | * '''This is the way of including HTML, JavaScript and CSS:''' |
| − | https://www.mediawiki.org/wiki/Manual:$wgRawHtml | + | : https://www.mediawiki.org/wiki/Manual:$wgRawHtml |
<br /> | <br /> | ||
| − | '''Very nice tables:''' | + | * '''Very nice tables:''' |
| − | + | : [[Página_de_pruebas_4]] | |
| − | [[Página_de_pruebas_4]] | ||
| Line 166: | Line 165: | ||
<div style="padding-left: 5px"> | <div style="padding-left: 5px"> | ||
| − | '''Esto permite colocar el área de edición en Full screem:''' | + | * '''Esto permite colocar el área de edición en Full screem:''' |
| − | <syntaxhighlight lang="javascript"> | + | : <syntaxhighlight lang="javascript"> |
$("#bodyContent").css({'cssText':'position: fixed; top: 0pt; left: 0pt; bottom: 0; right: 0; overflow: auto; background: white;'}) | $("#bodyContent").css({'cssText':'position: fixed; top: 0pt; left: 0pt; bottom: 0; right: 0; overflow: auto; background: white;'}) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 173: | Line 172: | ||
<br /> | <br /> | ||
| − | '''Pendiente con estas extensiones, podrían ser muy útil:''' | + | * '''Pendiente con estas extensiones, podrían ser muy útil:''' |
| − | * https://www.mediawiki.org/wiki/Extension:WikEd | + | :* https://www.mediawiki.org/wiki/Extension:WikEd |
| − | * https://www.mediawiki.org/wiki/Extension:SideBarMenu | + | :* https://www.mediawiki.org/wiki/Extension:SideBarMenu |
<blockquote> | <blockquote> | ||
<sidebarmenu> | <sidebarmenu> | ||
Revision as of 12:40, 21 March 2021
This is a protected page.
|
Estudio actual |
Level1 |
Level1 |
|
|
|
- Aquí se explica una forma de incluir wiki code in the annonymous sidebar:
- https://www.mediawiki.org/wiki/Manual:Interface/Sidebar/Hacks
- Los cambios se ingresan en esta página: http://wiki.sinfronteras.ws/view/MediaWiki:Anon_sidebar
- BlueSpice
- This is the way of including HTML, JavaScript and CSS:
- Very nice tables:
- Esto permite colocar el área de edición en Full screem:
$("#bodyContent").css({'cssText':'position: fixed; top: 0pt; left: 0pt; bottom: 0; right: 0; overflow: auto; background: white;'})
- Pendiente con estas extensiones, podrían ser muy útil: