|
|
| Línea 1: |
Línea 1: |
| − | <div ID="ProjectNav" class="navigation">
| |
| − | <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.
| |
| − |
| |
| − | (For more complex hierarchical content consider using: [[Template:TopicsWithSubpages]])
| |
| − |
| |
| − | == Syntax ==
| |
| − |
| |
| | <nowiki>{{</nowiki>ProjectNav | | <nowiki>{{</nowiki>ProjectNav |
| | |image = | | |image = |
| | |title = java | | |title = java |
| | |tagline = esto es un contenido para el curso de java | | |tagline = esto es un contenido para el curso de java |
| − | |pages = introudccion
| + | <nowiki>|pages = [[Introduccion]]{{Vbar}}[[Contenidos]]{{Vbar}}[[Ejercicios]]</nowiki> |
| | }} | | }} |
| | | | |
| − | == 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>
| |
| | | | |
| | | | |
Revisión de 15:02 22 feb 2012
{{ProjectNav
|image =
|title = java
|tagline = esto es un contenido para el curso de java
|pages = [[Introduccion]]{{Vbar}}[[Contenidos]]{{Vbar}}[[Ejercicios]]
}}
Objetivos
|
Estos son los objetivos
|