Template:Infobox expedition log: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:Expedition Log {{Infobox | above = {{{title|}}} | label1 = Date | data1 = {{{date|}}} | label2 = Storyteller | data2 = {{{storyteller|}}} | label3 = Tier | data3 = {{{tier_of_play|}}} | label5 = Player Characters | data5 = {{{player_characters|}}} | label6 = Result | data6 = {{{result|}}} }} <noinclude> <templatedata> { "params": { "title": { "type": "string", "required": true }, "date": { "type": "date",...") |
Dagwoodech (talk | contribs) m (Protected "Template:Infobox expedition log" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 15: | Line 15: | ||
| data5 = {{{player_characters|}}} | | data5 = {{{player_characters|}}} | ||
| label6 = Result | | label6 = Rewards | ||
| | | data6 = {{{rewards|}}} | ||
| label7 = Result | |||
| data7 = {{{result|}}} | |||
| label8 = Author | |||
| data8 = {{{author|}}} | |||
| label9 = Downtime | |||
| data9 = {{{downtime_days|}}} | |||
}} | }} | ||
Line 38: | Line 47: | ||
"required": true | "required": true | ||
}, | }, | ||
"result": {} | "result": { | ||
"required": true | |||
}, | |||
"rewards": { | |||
"required": true | |||
}, | |||
"author": { | |||
"required": true | |||
}, | |||
"downtime_days": { | |||
"required": true | |||
} | |||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
Line 46: | Line 66: | ||
"tier_of_play", | "tier_of_play", | ||
"player_characters", | "player_characters", | ||
"result" | "result", | ||
"rewards", | |||
"author", | |||
"downtime_days" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 21:51, 6 December 2024
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 |