-
Notifications
You must be signed in to change notification settings - Fork 0
/
RONR_table.html
276 lines (276 loc) · 5.57 KB
/
RONR_table.html
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
<p>Based on Robert's Rules of Order Newly Revised (10th Edition)</p>
<style>
.ronr {border: 2px solid black; border-collapse:collapse;}
.ronr td, .ronr th {padding: 0.1em 0.3em}
.ronr td {border: 1px solid black;}
.ronr td:nth-child(n+4) {text-align:center}
.ronr th, .ronr td[colspan='8'] {border: 2px solid black; background:#fafafa}
h2 {font-size: 1em; margin: 0.5em 0 0 0}
</style>
<table class='ronr'>
<tr><td colspan='8'><h2>Part 1, Privileged.</h2> These motions are listed in order of precedence. A motion can be introduced if it is higher on the chart than the pending motion. § indicates the section from Robert's Rules.</td></tr>
<tr>
<th>§</th>
<th>PURPOSE:</th>
<th>YOU SAY:</th>
<th>INTERRUPT?</th>
<th>2ND?</th>
<th>DEBATE?</th>
<th>AMEND?</th>
<th>VOTE?</th>
</tr>
<tr id='sec21'>
<td>§21</td>
<td>Close meeting</td>
<td>I move to adjourn</td>
<td>No</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
<td>Majority</td>
</tr>
<tr id='sec20'>
<td>§20</td>
<td>Take break</td>
<td>I move to recess for ...</td>
<td>No</td>
<td>Yes</td>
<td>No</td>
<td>Yes</td>
<td>Majority</td>
</tr>
<tr id='sec19'>
<td>§19</td>
<td>Register complaint</td>
<td>I rise to a question of privilege</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>None</td>
</tr>
<tr id='sec18'>
<td>§18</td>
<td>Make follow agenda</td>
<td>I call for the orders of the day</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>None</td>
</tr>
<tr><td colspan='8'><h2>Part 2, Subsidiary Motions.</h2></td></tr>
<tr id='sec17'>
<td>§17</td>
<td>Lay aside temporarily</td>
<td>I move to lay the question on the table</td>
<td>No</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
<td>Majority</td>
</tr>
<tr id='sec16'>
<td>§16</td>
<td>Close debate</td>
<td>I move the previous question</td>
<td>No</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
<td>2/3</td>
</tr>
<tr id='sec15'>
<td>§15</td>
<td>Limit or extend debate</td>
<td>I move that debate be limited to ...</td>
<td>No</td>
<td>Yes</td>
<td>No</td>
<td>Yes</td>
<td>2/3</td>
</tr>
<tr id='sec14'>
<td>§14</td>
<td>Postpone to a certain time</td>
<td>I move to postpone the motion to ...</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
<td>Majority</td>
</tr>
<tr id='sec13'>
<td>§13</td>
<td>Refer to committee</td>
<td>I move to refer the motion to ...</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
<td>Majority</td>
</tr>
<tr id='sec12'>
<td>§12</td>
<td>Modify wording of motion</td>
<td>I move to amend the motion by ...</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
<td>Majority</td>
</tr>
<tr id='sec11'>
<td>§11</td>
<td>Kill main motion</td>
<td>I move that the motion be postponed indefinitely</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>
<td>No</td>
<td>Majority</td>
</tr>
<tr><td colspan='8'><h2>Part 3, Main Motion.</h2></td></tr>
<tr id='sec10'>
<td>§10</td>
<td>Bring business before assembly (a main motion)</td>
<td>I move that [or "to"] ...</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
<td>Majority</td>
</tr>
<tr><td colspan='8'><h2>Part 4, Incidental Motions.</h2> No order of precedence. These motions arise incidentally and are decided immediately.</td></tr>
<tr>
<th>§</th>
<th>PURPOSE:</th>
<th>YOU SAY:</th>
<th>INTERRUPT?</th>
<th>2ND?</th>
<th>DEBATE?</th>
<th>AMEND?</th>
<th>VOTE?</th>
</tr>
<tr id='sec23'>
<td>§23</td>
<td>Enforce rules</td>
<td>Point of Order</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>None</td>
</tr>
<tr id='sec24'>
<td>§24</td>
<td>Submit matter to assembly</td>
<td>I appeal from the decision of the chair</td>
<td>Yes</td>
<td>Yes</td>
<td>Varies</td>
<td>No</td>
<td>Majority</td>
</tr>
<tr id='sec25'>
<td>§25</td>
<td>Suspend rules</td>
<td>I move to suspend the rules</td>
<td>No</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
<td>2/3</td>
</tr>
<tr id='sec26'>
<td>§26</td>
<td>Avoid main motion altogether</td>
<td>I object to the consideration of the question</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>2/3</td>
</tr>
<tr id='sec27'>
<td>§27</td>
<td>Divide motion</td>
<td>I move to divide the question</td>
<td>No</td>
<td>Yes</td>
<td>No</td>
<td>Yes</td>
<td>Majority</td>
</tr>
<tr id='sec29'>
<td>§29</td>
<td>Demand a rising vote</td>
<td>I move for a rising vote</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>None</td>
</tr>
<tr id='sec33'>
<td>§33</td>
<td>Parliamentary law question</td>
<td>Parliamentary inquiry</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>None</td>
</tr>
<tr id='sec33'>
<td>§33</td>
<td>Request for information</td>
<td>Point of information</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>None</td>
</tr>
<tr><td colspan='8'><h2>Part 5, Motions That Bring a Question Again Before the Assembly.</h2> No order of precedence. Introduce only when nothing else is pending.</td></tr>
<tr>
<th>§</th>
<th>PURPOSE:</th>
<th>YOU SAY:</th>
<th>INTERRUPT?</th>
<th>2ND?</th>
<th>DEBATE?</th>
<th>AMEND?</th>
<th>VOTE?</th>
</tr>
<tr id='sec34'>
<td>§34</td>
<td>Take matter from table</td>
<td>I move to take from the table ...</td>
<td>No</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
<td>Majority</td>
</tr>
<tr id='sec35'>
<td>§35</td>
<td>Cancel previous action</td>
<td>I move to rescind ...</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
<td>2/3 or Majority with notice</td>
</tr>
<tr id='sec37'>
<td>§37</td>
<td>Reconsider motion</td>
<td>I move to reconsider ...</td>
<td>No</td>
<td>Yes</td>
<td>Varies</td>
<td>No</td>
<td>Majority</td>
</tr>
</table>