|
|
(3 revisiones intermedias por el mismo usuario no mostrado) |
Línea 1: |
Línea 1: |
− | <div ID="ProjectNav" class="navigation">
| + | {{ProjectNav |
− | <div style="float: right;">{{{image}}}</div>
| + | |
− | <p style="font-size: 160%; color: #5F666F;">{{{title}}}</p>
| + | |
− | <span style="color:green">{{{tagline}}}</span>
| + | |
− | {{ #if: {{{pages}}} | <div ID="ProjectNavPages">{{{pages}}}</div> | }}
| + | |
− | </div>
| + | |
− | <br style="clear:both;" />
| + | |
− | <noinclude>
| + | |
| | | |
− | This is a simple template for creating navigation for a project.
| + | |image = |
| + | |
| + | |title = jQuery |
| | | |
− | (For more complex hierarchical content consider using: [[Template:TopicsWithSubpages]])
| + | |tagline = Tutorial para desarrollar en Web mediante jQuery. |
| | | |
− | == Syntax ==
| + | |pages = [[intro_jquery|Introducción]]{{Vbar}}[[Sintaxis]]{{Vbar}}[[Selectores]]{{Vbar}}[[Eventos]] {{Vbar}}[[Callback]] {{Vbar}}[[Ajax]] |
− | | + | |
− | <nowiki>{{</nowiki>ProjectNav
| + | }} |
− | |image =
| + | |
− | |title =
| + | |
− | |tagline =
| + | |
− | |pages =
| + | |
− | }}
| + | |
− | | + | |
− | == Variables ==
| + | |
− | | + | |
− | All these variables are optional and can be left blank.
| + | |
− | | + | |
− | '''image''' - use normal image syntax to add a logo for project. Preferable to use image around 100 X 100 px in size.
| + | |
− | | + | |
− | '''title''' - text for the name of your project.
| + | |
− | | + | |
− | '''tagline''' - text for the tagline. Can include any normal wiki syntax.
| + | |
− | | + | |
− | '''pages''' - use to add links to the pages of your resource. If you want to use a vertical bar as a separator between links use this template, <nowiki>{{Vbar}}</nowiki> between links; eg. <nowiki>|pages = [[Page One]]{{Vbar}}[[Page Two]]{{Vbar}}[[Page Three]]</nowiki>
| + | |
− | | + | |
− | | + | |
− | [[Category:Technical]] | + | |
− | [[Category:WikiEducator content navigation templates|{{PAGENAME}}]]
| + | |
− | | + | |
− | </noinclude>
| + | |
Última revisión de 23:04 7 sep 2012
jQuery
Tutorial para desarrollar en Web mediante jQuery.