Apolista
Apolista is a native South American nation of western Bolivia. Sedentary farmers, hunters, gatherers and fishers, they spoke an Arawakan languages now gravely endangered, if not extinct. From 1713, they were gathered at a variety of missions with other nations, and rapidly lost their traditional culture to the point that a realistic census count is no longer possible.
Sources
This was taken from ‘Peoples, Nations and Cultures’ by Professor John Mackenzie
gollark: This is rendered to HTML.
gollark: Oh, and look how I write HTML:```javascript return { view(vnode) { const inputHandler = e => { value = e.target.value } if (vnode.attrs.initialValue && value === undefined || value === null) { value = vnode.attrs.initialValue } return m(".editor", [ m(".toolbar", [ m("button", { onclick: () => vnode.attrs.onsave(value, true) }, "Done"), m("button", { onclick: () => vnode.attrs.onsave(value, false) }, "Save"), m("button", { onclick: () => { previewing = !previewing } }, previewing ? "Edit" : "Preview") ]), previewing ? m(".preview", renderAST(parse(value))) : m("textarea", { value, oninput: inputHandler, onchange: inputHandler }), ]) } }```
gollark: BEES ACTIVATING.
gollark: CHECKMATE, ATHEISTS!
gollark: They work in do notation, don't they?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.