« Modèle:Projet » : différence entre les versions

De fablabo
Aller à :navigation, rechercher
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 4 : Ligne 4 :
|og:site_name=fablabo.net
|og:site_name=fablabo.net
|titlemode=append
|titlemode=append
|keywords=these,are,your,keywords
|description={{{description}}}
|description={{{description}}}
|og:image={{filepath:{{{image}}}}}
|og:image={{filepath:{{{image}}}}}
Ligne 18 : Ligne 17 :
<div id="infos">
<div id="infos">
<div id="vf-cartouche-vignette">
<div id="vf-cartouche-vignette">
{{#ifexist: Image:{{{image}}} |[[Image::Fichier:{{{image}}}| ]][[Image:{{{image}}}|340px]]|[[Image::Fichier:JoliAfficheur.jpg| ]][[Image:JoliAfficheur.jpg |340px]]}}
{{#ifexist: Image:{{{image}}} | [[Image::Fichier:{{{image}}}|]] [[Image:{{{image}}}|340px]] | [[Image::Fichier:JoliAfficheur.jpg|:Fichier:JoliAfficheur.jpg]] [[Image:JoliAfficheur.jpg|340px]]}}
</div>
</div>
<div id="vf-cartouche-table">
<div id="vf-cartouche-table">
Ligne 36 : Ligne 35 :
</div>   
</div>   
<div class="vf-cartouche-infos-donnee">
<div class="vf-cartouche-infos-donnee">
{{{status|}}}
[[status::{{{status|}}}]]
</div>
</div>
</div>
</div>


<div class="vf-cartouche-infos">
{{#if: {{{artistique|}}} <div class="vf-cartouche-infos">
<div class="vf-cartouche-infos-titre">
<div class="vf-cartouche-infos-titre">
Statut de la publication
Ce projet est artistique {{#set:artistique=Oui}}
</div> 
<div class="vf-cartouche-infos-donnee">
{{{status_pub|}}}
</div>
</div>
</div>
</div>| }}


<div class="vf-cartouche-infos">
<div class="vf-cartouche-infos">
Ligne 54 : Ligne 50 :
</div>   
</div>   
<div class="vf-cartouche-infos-donnee">
<div class="vf-cartouche-infos-donnee">
{{{license|}}}
[[license::{{{license|}}}]]
</div>
</div>
</div>
</div>
Ligne 63 : Ligne 59 :
</div>   
</div>   
<div class="vf-cartouche-infos-donnee">
<div class="vf-cartouche-infos-donnee">
{{{inspiration| }}}
[[inspiration::{{{inspiration|}}}]]
</div>
</div>
</div>
</div>
Ligne 72 : Ligne 68 :
</div>   
</div>   
<div class="vf-cartouche-infos-donnee">
<div class="vf-cartouche-infos-donnee">
{{{source|}}}
[[source::{{{source|}}}]]
</div>
</div>
</div>
</div>
Ligne 99 : Ligne 95 :
</div>   
</div>   
<div class="vf-cartouche-infos-donnee">
<div class="vf-cartouche-infos-donnee">
{{{url| }}}
[{{{url|}}} {{{url|}}}]
</div>
</div>
</div>
</div>
Ligne 109 : Ligne 105 :
<br style="clear:both" />
<br style="clear:both" />
__TOC__
__TOC__
==Description du projet==
[[description::{{{description|}}}]]
</includeonly>
</includeonly>
<noinclude>
<noinclude>

Version du 28 février 2025 à 13:17


Documentation du modèle

Un Boite d'infos pour résumer un projet

Paramètres

en-tête

  • titre (requis)
  • status (requis)
Status Type Theme Color
inconnu #CCCCCC
concept #F3C741
experimental #FF3D09
fonctionne #5F6E3C
obsolete #d3353c
prototype #284481
abandoné #463e34

Image

  • image (requis)

General

  • description (requis)
  • license (requis)
  • contributeur(s) (requis)
  • reprap (requirs)
  • categories (requis)
  • cadModel (required)
  • url (required)

Usage

{{Development
<!--Header-->
|status = abandoned
<!--Image-->
|image = rustygears.jpeg
<!--General-->
|description = This is an example of the Development infobox template.
|license = GPL
|author = Example_User
|reprap = 
|categories = 
|cadModel = 
|url = 
}}
Modèle:Development

Todo

  • Change "Author" to "Contributors"
  • Change "Based On" to "Related", otherwise sui-generis stuff looks funny
  • Add "required" or "sub assemblies"? (need to think about this)

Influences/Design

The Goal of this page is to provide a template to categorize and organize RepRap development in a similar way that MediaWiki categorizes it's extensions (see the extension template in use here). Unfortunately for the time being we do not have a recent enough version of MediaWiki to do some of the cooler auto-categorization things that template does. This is what the extension template looks like:

{{Extension|templatemode =
|name        = Add Metas
|status      = experimental
|type1       = example
|type2       =
|hook1       =
|hook2       =
|username    =
|author      = Luis Diaz
|description =This extension enables you to add meta tags on all the pages like meta keywords.
|image       =
|imagesize   =
|version     =0.1
|update      =
|mediawiki   =Tested on 1.10.0
|license     =
|download    =[http://www.buntulug.com.ar/wiki/Add_Metas buntulug.com.ar]
|readme      =
|changelog   =
|parameters  =
|rights      =
|example     =
}}

See Also