Diferencia entre revisiones de «Usuario:ManuelRomero/CursoJavaUml»
De WikiEducator
| 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 | ||
| + | |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> | ||
{{Objetivos| | {{Objetivos| | ||
Revisión de 14:50 22 feb 2012
This is a simple template for creating navigation for a project.
(For more complex hierarchical content consider using: Template:TopicsWithSubpages)
Syntax
{{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, {{Vbar}} between links; eg. |pages = [[Page One]]{{Vbar}}[[Page Two]]{{Vbar}}[[Page Three]]