Template:Arc infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
</title> | </title> | ||
<image source="image"/> | <image source="image"/> | ||
<data source="prota"> | <data source="prota"> | ||
<label> | <label>Protagoniste principal</label> | ||
</data> | </data> | ||
<data source="anta"> | <data source="anta"> | ||
<label> | <label>Antagoniste principal</label> | ||
</data> | |||
<data source="stories"> | |||
<label>Histoires adaptées</label> | |||
</data> | |||
<data source="prec"> | |||
<label>Jeu précédent</label> | |||
</data> | |||
<data source="suiv"> | |||
<label>Jeu suivant</label> | |||
</data> | </data> | ||
</infobox> | </infobox> | ||
| Line 18: | Line 24: | ||
{ | { | ||
"params": { | "params": { | ||
"prota": { | "prota": { | ||
"label": " | "label": "Protagoniste principal", | ||
"type": "line", | "type": "line", | ||
"suggested": true | "suggested": true, | ||
"autovalue": "[[]]" | |||
}, | }, | ||
"anta": { | "anta": { | ||
"label": " | "label": "Antagoniste principal", | ||
"type": "line", | "type": "line", | ||
"suggested": true | "suggested": true, | ||
"autovalue": "[[]]" | |||
}, | }, | ||
"image": { | "image": { | ||
| Line 37: | Line 40: | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"suggested": true | "suggested": true | ||
}, | |||
"stories": { | |||
"label": "Histoires adaptées", | |||
"type": "string", | |||
"autovalue": "*[[story]]", | |||
"suggested": true | |||
}, | |||
"prec": { | |||
"label": "Jeu précédent", | |||
"type": "string", | |||
"autovalue": "[[]]" | |||
}, | |||
"suiv": { | |||
"label": "Jeu suivant", | |||
"type": "string", | |||
"autovalue": "[[]]" | |||
} | } | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"image", | "image", | ||
"prota", | "prota", | ||
"anta" | "anta", | ||
"stories", | |||
"prec", | |||
"suiv" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 17:30, 11 May 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Illustration | image | no description | File | suggested |
| Protagoniste principal | prota | no description
| Line | suggested |
| Antagoniste principal | anta | no description
| Line | suggested |
| Histoires adaptées | stories | no description
| String | suggested |
| Jeu précédent | prec | no description
| String | optional |
| Jeu suivant | suiv | no description
| String | optional |