Template:Arc infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (2 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> | ||
<data source="stories"> | <data source="stories"> | ||
<label> | <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 21: | 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 42: | Line 42: | ||
}, | }, | ||
"stories": { | "stories": { | ||
"label": " | "label": "Histoires adaptées", | ||
"type": "string", | "type": "string", | ||
"autovalue": "*[[story]]", | "autovalue": "*[[story]]", | ||
"suggested": true | "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" | "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 |