« Modèle:Infobox Plugin » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
m New Bukkit's URL |
||
(33 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
<noinclude>{{Purger le cache}}</noinclude> | |||
<!---------------------------------- Documentation -----------------------------> | <!---------------------------------- Documentation -----------------------------> | ||
<noinclude>{{{{FULLPAGENAME}}/Documentation}} | <noinclude>{{{{FULLPAGENAME}}/Documentation}} | ||
Ligne 6 : | Ligne 7 : | ||
{| class="infobox_v2" cellspacing="7" | {| class="infobox_v2" cellspacing="7" | ||
<!---------------------------------- Partie 2 ----------------------------------> | <!---------------------------------- Partie 2 ----------------------------------> | ||
! colspan="2" class="entete | ! colspan="2" class="entete plugin" style="color:#fff; font-size:1.4em; color:#fff; text-shadow:0.1em 0.1em 0.2em #000" | {{{nom|{{PAGENAME}}}}} | ||
|- | |- | ||
{{#if: {{{image|}}} | | {{#if: {{{image|}}} | | ||
Ligne 12 : | Ligne 13 : | ||
}} | }} | ||
|- | |- | ||
! colspan="2" class="infoboxcat" style="text-align=center; background-color:transparent; padding:3px; margin-top: | ! colspan="2" class="infoboxcat" style="text-align=center; background-color:transparent; padding:3px; margin-top: 20px; border-bottom:1px solid #ccc; color:#099DFF;" | Plugin | ||
|- | |||
! scope=row | Catégorie | ! scope=row | Catégorie | ||
| {{{catégorie}}} | | [[Catégorie:{{{catégorie}}}]] [[:Catégorie:{{{catégorie}}}|{{{catégorie}}}]] <small class="plainlinks">[[{{fullurl:{{PAGENAME}}|action=edit}} edit]]</small> | ||
|- | |- | ||
{{#if:{{{dev|}}} | | {{#if:{{{dev|}}} | | ||
Ligne 24 : | Ligne 26 : | ||
{{#if:{{{bukkit|}}} | | {{#if:{{{bukkit|}}} | | ||
! scope=row {{!}} Bukkit | ! scope=row {{!}} Bukkit | ||
{{!}} [ | {{!}} [https://dev.bukkit.org/projects/{{{bukkit}}}/ {{{bukkit}}}] | ||
{{!-}} | |||
}} | |||
|- | |||
{{#if:{{{spigot|}}} | | |||
! scope=row {{!}} Spigot | |||
{{!}} [http://www.spigotmc.org/resources/{{{spigot}}}/ {{{spigot}}}] | |||
{{!-}} | |||
}} | |||
|- | |||
{{#if:{{{dépendance|}}} | | |||
! scope=row {{!}} Dépendance | |||
{{!}} {{{dépendance}}} | |||
{{!-}} | |||
}} | |||
|- | |||
{{#if:{{{compatibilité|}}} | | |||
! scope=row {{!}} Compatibilité | |||
{{!}} {{{compatibilité}}} | |||
{{!-}} | |||
}} | |||
|- | |||
{{#if:{{{sources|}}} | | |||
! scope=row {{!}} Sources | |||
{{!}} {{{sources}}} | |||
{{!-}} | {{!-}} | ||
}} | }} | ||
<!---------------------------------- Partie 3 ----------------------------------> | <!---------------------------------- Partie 3 ----------------------------------> | ||
! colspan="2" class="infoboxcat" style="text-align=center; background-color:transparent; padding:3px; margin-top: | ! colspan="2" class="infoboxcat" style="text-align=center; background-color:transparent; padding:3px; margin-top: 20px; border-bottom:1px solid #ccc; color:#099DFF;" | Nefald | ||
|- | |- | ||
! scope=row | Status | ! scope=row | Status | ||
| {{{status}}} | | [[Catégorie:Plugin {{{status}}}]] [[:Catégorie:Plugin {{{status}}}|{{{status}}}]] <small class="plainlinks">[[{{fullurl:{{PAGENAME}}|action=edit}} edit]]</small> | ||
|- | |- | ||
! scope=row | Grade requis | ! scope=row | Grade requis | ||
| {{{grade}}} | | [[{{{grade}}}]] | ||
|- | |||
<!---------------------------------- Partie 3 ----------------------------------> | |||
! colspan="2" class="infoboxcat" style="text-align=center; background-color:transparent; padding:3px; margin-top: 20px; border-bottom:1px solid #ccc; color:#099DFF;" | Article | |||
|- | |- | ||
! scope=row | Dernière révision | |||
| {{REVISIONDAY}}/{{REVISIONMONTH}}/{{REVISIONYEAR}} | |||
|} | |} | ||
</includeonly> | </includeonly> | ||
<noinclude>[[Catégorie: | <noinclude>[[Catégorie:Infobox]]</noinclude> |
Dernière version du 5 décembre 2018 à 07:25
- Utilisation
La syntaxe est de la forme suivante, selon que le plugin soit hébergé sur Bukkit ou Spigot ou les deux. Chaque champs est optionnel :
- Bukkit
{{Infobox Plugin| image = | catégorie = | dev = | bukkit = | dépendance = | compatibilité = | sources = | grade = | status = |}}
- Spigot
{{Infobox Plugin| image = | catégorie = | dev = | spigot = | dépendance = | compatibilité = | sources = | grade = | status = |}}
- Exemple
{{Infobox Plugin | image = ChestShop Logo.png | catégorie = Économie | dev = Acrobot | bukkit = chestshop | dépendance = [[Vault]] | compatibilité = [[ChestShopLogger]], [[ChestShop Notifier]], [[LWC]], [[ WorldGuard]], [[Fé]], Lockette, Deadbolt, OddItem, Heroes, SimpleChestLock, Residence | sources = [https://github.com/Acrobot/ChestShop-3 Github] | grade = Pérégrin | status = installé |}}
- donne :
ChestShop | ||||
---|---|---|---|---|
![]() | ||||
Plugin | ||||
Catégorie | Économie [edit] | |||
Développeur(s) | Acrobot | |||
Bukkit | chestshop | |||
Dépendance | Vault | |||
Compatibilité | ChestShopLogger, ChestShop Notifier, LWC, WorldGuard, Fé, Lockette, Deadbolt, OddItem, Heroes, SimpleChestLock, Residence | |||
Sources | Github | |||
Nefald | ||||
Status | installé [edit] | |||
Grade requis | Pérégrin | |||
Article | ||||
Dernière révision | 5/12/2018 |