Here’s how to create the project image catalog. This catalog is a file that is used to automate the inclusion of illustrations in The Urantia Book and other parts of Urantiapedia.
The visual aspect of Urantiapedia is something that we are going to take care of. All content will try to be as visual as possible, with quality illustrations.
There are many sources of images or illustrations in the public domain that can be used for this purpose. Some examples are:
-Wikimedia Commons. It is Wikipedia’s sister project for hosting public domain illustrations. Some collections of classical and Biblical-themed artists can be found here:
The image catalog is only found on GitHub, at input/markdown/en/image_catalog.md
. Each language has its own, but the main tables are only found in the en
folder for the English language. For the rest of the languages, there is only one table of translations of the titles from English. For example, in /input/markdown/es/image_catalog.md
there are only translations of titles from English to Spanish.
The catalog is a Markdown file that has several sections, each marked with the ##
mark. These sections represent blocks of illustrations or images that have the same or similar origin, to be able to work in groups of images.
In each section there is a table in Markdown format with this content:
ref
: indicates the paragraph of The Urantia Book that will have the image below or next to it. If it is not yet known, it can be left blank.float
: indicates if the image should float next to the text. It can take three values:
R
: the image floats to the right and the text continues on the left. If the device does not have enough width, this behavior does not occur.L
: the image floats to the left and the text continues on the right. If the device does not have enough width, this behavior does not occur.title
: Title of the image or illustration. It must always exist.file
: name of the file, including the extension. The folder path is indicated in the section. It must always exist.author
: author. If it is not known, it can be left blank.year
: year or years of publication. If it is not known, it can be left blank.url
: web address from where the image was obtained. It must always exist.For example, this could be a snippet from a section:
## /image/The_Urantia_Book/Jesus_life/paintings
| ref | float | title | file | author | year | url |
| -------- | ----- | ------------------------------ | -------------------------------| -------------| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------|
| 122:8.5 | | The Adoration of the Magi | Adoration_of_the_Magi.jpg | James Tissot | 1886 – 1894 | https://commons.wikimedia.org/wiki/File:Brooklyn_Museum_-_The_Adoration_of_the_Magi_(L'adoration_des_mages)_-_James_Tissot_-_overall.jpg |
| | | The Adoration of the Shepherds | Adoration_of_the_Shepherds.jpg | James Tissot | 1886 – 1894 | https://commons.wikimedia.org/wiki/File:Brooklyn_Museum_-_The_Adoration_of_the_Shepherds_(L'adoration_des_bergers)_-_James_Tissot_-_overall.jpg |
To edit the image catalog you have to go to the GitHub project and modify this file in English: input/markdown/en/image_catalog.md
. Then for each new image, you must modify this other file input/markdown/en/image_catalog.md
and put in it the translation of the title from English to Spanish, although this second modification can be ignored because when using the catalog of images we check for untranslated titles. To modify the files you can download the entire project from GitHub or just the files to modify. See the Assistant Editors Help for how to download things from GitHub.
To push changes you have two options: 1) if you are a “Editor-in-Chief” use GitHub as detailed in the Editors-in-Chief Help; if you are an “Assistant Editor”, you can simply send the modified Markdown files to any Administrator’s email or to urantiapedia@gmail.com.