summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue100.ts
blob: 2d2ebc365f06aa5f664c92f8ef6ee3c4d8eee50c (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
import img192w from '$images/lallans/issue100-192w.jpg';
import img274w from '$images/lallans/issue100-274w.jpg';
import type LallansIssue from '$types/LallansIssue';

const issue: LallansIssue = {
  issueNumber: 100,
  img: {
    width192: img192w,
    width274: img274w,
  },
  issueName: 'Simmer 222',
  price: '10.00',
  uploadDate: '2023-08-25',
  description: {
    'en-GB': 'The hundredth issue of the Lallans magazine.',
    sco: 'The hunnreth issue o the Lallans magazine.',
  },
  contributors: [
    'Jeanette Abendstern',
    'Colin Mackenzie',
    'Donald Adamson',
    'Ann MacKinnon',
    'Craig Aitchison',
    'Ann Matheson',
    'Jim Aitken',
    'Andy Matthews',
    'Fran Baillie',
    'J Derrick McClure',
    'Tony Beekman',
    'J Walter McGinty',
    'Sheena Blackhall',
    'Iain McGregor',
    'David Bleiman',
    'Alastair Mcleish',
    'Robert R Calder',
    'Stuart McHardy',
    'Peter Cameron',
    'Hugh McMillan',
    'Joe Carstairs',
    'Alan Millar',
    'AC Clarke',
    'WS Milne',
    'Kevin Connelly',
    'Gordon D Moodie',
    'Charles P Connor',
    'Elaine Morrison',
    'Moira Dalgetty',
    'Stephen Pacitti',
    'Gordon Donaldson',
    'Walter Perrie',
    'Ashley Douglas',
    'Jamie Purves',
    'Iain WD Forde',
    'Alun Robert',
    'Fred Freeman',
    'Colin Robertson',
    'David Fyfe',
    'Frances Robson',
    'Sam Gilliland',
    'Finola Scott',
    'Leslie Glen',
    'Hamish Scott',
    'Hebby Gray',
    'Alan Sleater',
    'William Hershaw',
    'James P Spence',
    'Irene Howat',
    'Jock Stein',
    'Tom Hubbard',
    'Lynn Valentine',
    'Robert Hume',
    'Raymond Vettese',
    'Shane Johnstone',
    'Hamish Wallochie',
    'Douglas Kynoch',
    'George T Watt',
    'Laura Law',
    'Ian Nimmo White',
    'Dorothy Lawrenson',
    'Rab Wilson',
    'Rose Macgregor',
  ],
};

export default issue;