Template:Infobox expedition log: Difference between revisions
Jump to navigation
Jump to search
Dagwoodech (talk | contribs) No edit summary |
Dagwoodech (talk | contribs) No edit summary |
||
Line 23: | Line 23: | ||
| label8 = Author | | label8 = Author | ||
| data8 = {{{author|}}} | | data8 = {{{author|}}} | ||
| label9 = Days of Downtime | |||
| data9 = {{{downtime_days|}}} | |||
}} | }} | ||
Line 52: | Line 55: | ||
"author": { | "author": { | ||
"required": true | "required": true | ||
} | }, | ||
"downtime_days": { | |||
"required": true | |||
} | |||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
Line 62: | Line 68: | ||
"result", | "result", | ||
"rewards", | "rewards", | ||
"author" | "author", | ||
"downtime_days" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 03:46, 6 August 2023
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title | no description | String | required |
date | date | no description | Date | required |
storyteller | storyteller | no description | Unknown | required |
tier_of_play | tier_of_play | no description | Unknown | optional |
player_characters | player_characters | no description | Unknown | required |
result | result | no description | Unknown | required |
rewards | rewards | no description | Unknown | required |
author | author | no description | Unknown | required |
downtime_days | downtime_days | no description | Unknown | required |