Modèle:Projet old : Différence entre versions

De fablabo
Aller à : navigation, rechercher
(Page créée avec « ébauche : en s'inspirant de http://reprap.org/mediawiki/index.php?title=Template:Development ===statut :=== inconnu =unknown #CCCCCC concept #FF9933 experimental #00B w... »)
 
m (Cedric a déplacé la page Modèle:Projet vers Modèle:Projet old sans laisser de redirection : mise au rencard pour mise à jour)
 
(24 révisions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
ébauche :
+
<includeonly>[[category:projets]]
en s'inspirant de http://reprap.org/mediawiki/index.php?title=Template:Development
+
{{#widget:if|a={{{status|Unknown}}}|b=inconnu|then=<style>.devBox{background-color:#CCCCCC;}</style>}}
 +
{{#widget:if|a={{{status|Unknown}}}|b=abandonné|then=<style>.devBox{background-color:#000000;}</style>}}
 +
{{#widget:if|a={{{status|Unknown}}}|b=Obsolete|then=<style>.devBox{background-color:#CCCCCC;}</style>}}
 +
{{#widget:if|a={{{status|Unknown}}}|b=Concept|then=<style>.devBox{background-color:#FF9933;}</style>}}
 +
{{#widget:if|a={{{status|Unknown}}}|b=Experimental|then=<style>.devBox{background-color:#00B;}</style>}}
 +
{{#widget:if|a={{{status|Unknown}}}|b=fonctionnel|then=<style>.devBox{background-color:#009200;}</style>}}
 +
{{#widget:if|a={{{status|Unknown}}}|b=Prototype|then=<style>.devBox{background-color:#2B60DE;}</style>}}
  
 +
<div class="devBox" style="float: right; width:240px;color: white; padding-top: 3px; padding-bottom: 5px; font-weight: bold;">
 +
[[Image:Crystal Clear action run.png|left|40px]] <span style="font-size: 130%;">{{{name|{{PAGENAME}}}}}</span><br />
 +
Statut de développement: <span style="color: white;A:link {color: white;}">[[status::{{{status|unknown}}}]]</span>
 +
<div style="background-color: white; margin-left: 5px; margin-right: 5px; padding-top: 5px; color: black; font-weight: normal;">
 +
{{#ifexist: Image:{{{image}}} |[[Image::Fichier:{{{image}}}| ]][[Image:{{{image}}} |center|190px]]|[[Image::Fichier:JoliAfficheur.jpg| ]][[Image:JoliAfficheur.jpg |center|190px]]}}
 +
{|-
 +
| style="vertical-align: top" | '''Description''' || [[description::{{{description|none}}}]]
 +
|-
 +
| style="vertical-align: top" | '''License''' || {{{license|GPL 2.0}}}
 +
|-
 +
| style="vertical-align: top" | '''Contributeur(s)''' || {{{contributeurs|Yourusernamehere}}}
 +
|-
 +
| style="vertical-align: top" | '''Basé sur''' || [[{{{inspiration|(nothing)}}}]]
 +
|-
 +
| style="vertical-align: top" | '''Matériaux''' || {{{matériaux|(nothing)}}}
 +
|-
 +
| style="vertical-align: top" | '''Lien externe''' || {{{url|none}}}
 +
|}
 +
</div>
  
===statut :===
+
</div>
inconnu =unknown #CCCCCC
+
</includeonly>
concept #FF9933
+
<noinclude>
experimental #00B
 
working #00920
 
obsolete #CCCCCC
 
abandoned #000000
 
  
===descriptif rapide===
+
=='''Documentation du modèle'''==
 +
Un Boite d'infos pour résumer un projet
 +
(encore en cours de développement)
  
===auteurs, contributeurs===
+
==Paramètres==
 +
===en-tête===
 +
*'''titre''' (requis)
 +
*'''status''' (requis)
 +
:{| class="wikitable"
 +
!Status Type!!Theme Color
 +
|-
 +
|inconnu||style="background-color:#CCCCCC"|#CCCCCC
 +
|-
 +
|concept||style="background-color:#FF9933"|#FF9933
 +
|-
 +
|experimental||style="background-color:#00B"|<span style="color:white"> #00B </span>
 +
|-
 +
|fonctionnel||style="background-color:#009200"|#00920
 +
|-
 +
|obsolete||style="background-color:#CCCCCC"|#CCCCCC
 +
|-
 +
|abandonné||style="background-color:#000000"|<span style="color:white"> #000000 </span>
 +
|}
 +
===Image===
 +
*'''image''' (requis)
 +
===General===
 +
*'''description''' (requis)
 +
*'''license''' (requis)
 +
*'''contributeur(s)''' (requis)
 +
*'''reprap''' (requirs)
 +
*'''categories''' (requis)
 +
*'''cadModel''' (required)
 +
*'''url''' (required)
  
===Licence===
+
==Usage==
 +
{| style="float: right"
 +
| valign="top" | <pre>{{Development
 +
<!--Header-->
 +
|name = Rusty
 +
|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 =
 +
}}
 +
</pre>
 +
|{{Development
 +
<!--Header-->
 +
|name = Rusty
 +
|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 =
 +
}}
 +
|}
  
  
===sources===
 
  
===lien===
+
=Todo=
le lien vers le projet (s'il a un site dédié)
+
* 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)
  
  
categorie projet
+
==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 [http://www.mediawiki.org/wiki/Extension:Add_Metas 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:
 +
 
 +
<pre>{{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    =
 +
}}</pre>
 +
 
 +
==See Also==
 +
* [[Development]]
 +
* [[:Category: Development]]
 +
 
 +
[[Category:Template]]
 +
</noinclude>

Version actuelle en date du 15 janvier 2014 à 17:29


Documentation du modèle

Un Boite d'infos pour résumer un projet

(encore en cours de développement)

Paramètres

en-tête

  • titre (requis)
  • status (requis)
Status Type Theme Color
inconnu #CCCCCC
concept #FF9933
experimental #00B
fonctionnel #00920
obsolete #CCCCCC
abandonné #000000

Image

  • image (requis)

General

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

Usage

{{Development
<!--Header-->
|name = Rusty
|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