Template:Infobox expedition log: Difference between revisions

From Kelek
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",...")
 
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   = {{{result|}}}
|  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.

Template parameters

ParameterDescriptionTypeStatus
titletitle

no description

Stringrequired
datedate

no description

Daterequired
storytellerstoryteller

no description

Unknownrequired
tier_of_playtier_of_play

no description

Unknownoptional
player_charactersplayer_characters

no description

Unknownrequired
resultresult

no description

Unknownrequired
rewardsrewards

no description

Unknownrequired
authorauthor

no description

Unknownrequired
downtime_daysdowntime_days

no description

Unknownrequired