« Modèle:Projet » : différence entre les versions
De fablabo
Page créée avec « <includeonly> {{#widget:if|a={{{status|Unknown}}}|b=Unknown|then=<style>.devBox{background-color:#CCCCCC;}</style>}} {{#widget:if|a={{{status|Unknown}}}|b=Abandoned|then=<... » |
Aucun résumé des modifications |
||
| Ligne 33 : | Ligne 33 : | ||
<noinclude> | <noinclude> | ||
==''' | =='''Documentation du modèle'''== | ||
Un Boite d'infos pour résumer un projet | |||
== | ==Paramètres== | ||
=== | ===en-tête=== | ||
*''' | *'''titre''' (requis) | ||
*'''status''' ( | *'''status''' (requis) | ||
:{| class="wikitable" | :{| class="wikitable" | ||
!Status Type!!Theme Color | !Status Type!!Theme Color | ||
|- | |- | ||
| | |inconnu||style="background-color:#CCCCCC"|#CCCCCC | ||
|- | |- | ||
|concept||style="background-color:#FF9933"|#FF9933 | |concept||style="background-color:#FF9933"|#FF9933 | ||
| Ligne 48 : | Ligne 48 : | ||
|experimental||style="background-color:#00B"|<span style="color:white"> #00B </span> | |experimental||style="background-color:#00B"|<span style="color:white"> #00B </span> | ||
|- | |- | ||
| | |fonctionne||style="background-color:#009200"|#00920 | ||
|- | |- | ||
|obsolete||style="background-color:#CCCCCC"|#CCCCCC | |obsolete||style="background-color:#CCCCCC"|#CCCCCC | ||
|- | |- | ||
| | |abandoné||style="background-color:#000000"|<span style="color:white"> #000000 </span> | ||
|} | |} | ||
===Image=== | ===Image=== | ||
*'''image''' ( | *'''image''' (requis) | ||
===General=== | ===General=== | ||
*'''description''' ( | *'''description''' (requis) | ||
*'''license''' ( | *'''license''' (requis) | ||
*''' | *'''contributeur(s)''' (requis) | ||
*'''reprap''' ( | *'''reprap''' (requirs) | ||
*'''categories''' ( | *'''categories''' (requis) | ||
*'''cadModel''' (required) | *'''cadModel''' (required) | ||
*'''url''' (required) | *'''url''' (required) | ||
Version du 3 octobre 2012 à 13:36
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 #FF9933 experimental #00B fonctionne #00920 obsolete #CCCCCC abandoné #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 =
}}