From d4408e997ad9eadabedc5597cc5a710099df1269 Mon Sep 17 00:00:00 2001 From: charlottejmc <143802849+charlottejmc@users.noreply.github.com> Date: Wed, 13 Mar 2024 17:42:57 +0000 Subject: [PATCH] Update designing-a-timeline-tabletop-simulator.md Add lines to markdown table --- .../originals/designing-a-timeline-tabletop-simulator.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/en/drafts/originals/designing-a-timeline-tabletop-simulator.md b/en/drafts/originals/designing-a-timeline-tabletop-simulator.md index d8ff2863d..b5e11ae81 100644 --- a/en/drafts/originals/designing-a-timeline-tabletop-simulator.md +++ b/en/drafts/originals/designing-a-timeline-tabletop-simulator.md @@ -373,16 +373,18 @@ We kept the text formatting simple in this example, but text placement posed a b Line 8 of the script instructs nanDECK to write the year for every card that was given a year under the spreadsheet's 'year' field. Line 10 tells nanDECK to write a description of the event on every card that was given a fact under the spreadsheet's 'fact' field. How does this script produce the cards we need to play _Timeline_? -Rather than use complicated scripting to ensure that the year only appears on one side of each printed card, we instead provide instructions to print everything that was explicited designated in the linked Excel spreadsheet. In the spreadsheet, the first 59 rows provide an image, a description, and a year, to be printed on the face of the card. The next 59 rows only provide an image and a description, because the 'year' field is left empty. +Rather than use complicated scripting to ensure that the year only appears on one side of each printed card, we instead provide instructions to print everything that was explicited designated in the linked Excel spreadsheet. In the spreadsheet (replicated in the table below), the first 59 rows provide an image, a description, and a year, to be printed on the face of the card. The next 59 rows only provide an image and a description, because the 'year' field is left empty.