Template:Event/doc: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 9: Line 9:
| label3 = Participants
| label3 = Participants
| data3 = {{{participants}}}
| data3 = {{{participants}}}
| data4 = Timeline
| label5 = Preceded by
| data5 = {{{previous}}}
| label6 = Followed by
| data6 = {{{next}}}
}}
}}
<templatedata>
<templatedata>
Line 48: Line 53:
"label": "Participants",
"label": "Participants",
"description": "Participants in the event (usually NPCs).",
"description": "Participants in the event (usually NPCs).",
"type": "line",
            "suggested": true
        },
        "previous": {
"label": "Preceded by",
"description": "The previous event.",
"type": "line",
            "suggested": true
        },
        "next": {
"label": "Followed by",
"description": "The next event.",
"type": "line",
"type": "line",
             "suggested": true
             "suggested": true
         }
         }
},
},
"paramOrder": [
"paramOrder": [
Line 58: Line 76:
         "date",
         "date",
         "location",
         "location",
         "participants"
         "participants",
        "previous",
        "next"
]
]
}
}
</templatedata>
</templatedata>