summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue93.ts
blob: f02479656e6af7814e6eb3a7852c10bbbf1d81d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
import img192w from '$images/lallans/issue93-192w.jpg';
import img274w from '$images/lallans/issue93-274w.jpg';
import type LallansIssue from '$types/LallansIssue';

const issue: LallansIssue = {
  issueNumber: 93,
  img: {
    width192: img192w,
    width274: img274w,
  },
  issueName: 'Yuil 2018',
  price: '9.00',
  uploadDate: '2023-08-25',
  description: {
    sco: 'The ninety-third issue o the Lallans magazine.',
    'en-GB': 'The ninety-third issue of the Lallans magazine.',
  },
  contributors: [
    'Michael Stephenson',
    'Donald Adamson',
    'David Malcolm',
    'Fran Baillie',
    'Michael S Marshall',
    'Tony Beekman',
    'Derrick McClure',
    'Sheena Blackhall',
    'J Walter McGinty',
    'Edith Buchanan',
    'Iain McGregor',
    'Kevin Connelly',
    'WS Milne',
    'C Clarke',
    'Gordon D Moodie',
    'Tam Crichton',
    'Stephen Pacitti',
    'Andy Cumming',
    'David C Purdie',
    'Davie Cunningham',
    'Colin Robertson',
    'Gordon Donaldson',
    'Frances Robson',
    'John Erskine',
    'Hamish Scott',
    'Iain WD Forde',
    'J Barrie Shepherd',
    'Sam Gilliland',
    'Jock Stein',
    'Tracy Anne Harvey',
    'Ken Sutherland',
    'William Hershaw',
    'Sylvia Anne Telfer',
    'Irene Howat',
    'Raymond Vettese',
    'Tom Hubbard',
    'George T Watt',
    'Mary Johnston',
    'Roland White',
    'Shane Johnstone',
    'Owain Kirby',
    'Billy Kay',
    'Hazel Campbell',
    'Hilke Macintyre',
    'Kenneth Farrow',
  ],
};

export default issue;