This displays the archive navbox for past Clarification and Amendment requests.
Parameter | Description | Type | Status |
Media query CSS class | 1 | If set to desktop , the template will only display on screens wider than 1000px. If set to mobile , it will only display on screens narrower than 1000px. If empty, it will always display. Other values are invalid. - Default
- Empty (always display)
| String | optional |
Columns | columns | The number of archive links to display per row. - Default
- 18
| Number | optional |
Leave first cell blank | leavefirstcellblank | If set to yes , leave the first cell of the first row empty, so that each row starts on a multiple of the number of links per line. In other words, this aligns the first column to contain round numbers (multiples of the columns param). This can make long archive lists slightly easier to read. - Default
- unset, for backwards compatibility
| String | optional |
{
"description": "This displays the archive navbox for past Clarification and Amendment requests.",
"params": {
"1": {
"label": "Media query CSS class",
"description": "If set to <code>desktop</code>, the template will only display on screens wider than 1000px. If set to <code>mobile</code>, it will only display on screens narrower than 1000px. If empty, it will always display. Other values are invalid.",
"default": "Empty (always display)",
"type": "string"
},
"columns": {
"label": "Columns",
"description": "The number of archive links to display per row.",
"default": "18",
"type": "number"
},
"leavefirstcellblank": {
"label": "Leave first cell blank",
"description": "If set to <code>yes</code>, leave the first cell of the first row empty, so that each row starts on a multiple of the number of links per line. In other words, this aligns the first column to contain round numbers (multiples of the <code>columns</code> param). This can make long archive lists slightly easier to read.",
"default": "unset, for backwards compatibility",
"type": "string"
}
}
}