This document describes the way links between items are defined and created in Urantiapedia. Also discusses improvements that could be made in the future to the link system.
Links on Urantiapedia are always, in the end, an HTML link between two pages or between two anchors within two pages. If there are several links in the same position, several HTML links will be created.
Since Urantiapedia supports both HTML5 and Markdown files links can take either HTML5 or Markdown syntax. Both are valid.
For example, The Urantia Book is in HTML5, and paragraph 0:2.10 has two links to two topics (God and Universal Father) from the Encyclopedia:
<p id="p2_9"><sup><small>0:2.9</small></sup> <i>By context</i>—as when used in the discussion of some one deity level or association. When in doubt as to the exact interpretation of the word <a href="/es/topic/God">God</a>, it would be advisable to refer it to the person of the <a href="/es/topic/Universal_Father">Universal Father</a>.</p>
This example connects pages: the Foreword in The Urantia Book, with the pages for topics “God” and “Universal Father”.
Or for example, study aids and articles are in Markdown. This is a excerpt from first chapter of the Workbook I from William Sadler:
**REFERENCE**: [UB 1:0.1](/en/The_Urantia_Book/1#p0_1) — “The Universal Father is...”
This example connects a page (a chapter in a study aid) to a paragraph (anchor) in The Urantia Book. We use for that the standard way for an anchor with a #
character, and the use of a unique identifier (in this case p0_1
). Each paragrah or heading in a paper of The Urantia Book has a unique ID and anchor that follows this pattern: p<section_index>_<par_index>
, that follow the usual convention <paper>:<section>.<paragrpah>
for naming paragraphs in the book.
The following tables summarize the links we want to create at this time on Urantiapedia. There are many types of links that we could consider adding in the future.
Code | Origin | Destination | Procedure | Status |
---|---|---|---|---|
UB_B | Paragraph footnote | A book of the Bible (one verse in a chapter) | The Paramony (Paramony.txt) is converted to Markdown (The Urantia Book.md), then to JSON (The_Urantia_Book), and finally to the HTML that is loaded into Urantiapedia (The_Urantia_Book) | |
UB_A | Paragraph footnote | An article (any position) | A parallels file is automatically generated (ub_paralells.tsv) | |
UB_S | Paragraph footnote | A chapter in a study aid (any position) | Same as UB_A | |
UB_O | Paragraph footnote | A chapter in a book (a specific page) | A parallels file is manually generated (paralells.md) | |
UB_TI | Links in paragraph words | Encyclopedia topic page | Encyclopedia TXT files are used, which contain references (topic-index-en) | |
UB_I | Image insert [2] | - | An image catalog is used (image_catalog.md) | |
UB_D | Drop-down block [3] | Diagram page | Not defined | |
UB_P | Drop-down block | Presentation or slide page | Not defined | |
UB_M | Drop-down block | Map page | A map catalog is used (map_catalog.md) | |
UB_3D | Expandable block | 3D scene page | Not defined | |
UB_AU | Audio control in header [4] | - | Urantiapedia Tools adds audio in available languages | |
UB_V | Expandable block | Embedded YouTube videos | Not defined |
Examples:
Code | Source | Destination | Procedure | State | |
---|---|---|---|---|---|
B_UB | Verse Footnote | The Urantia Book (paragraph) | The Paramony (bible-refs-en) is converted to Markdown (paramony) and then into the HTML that is loaded into Urantiapedia (Bible) | Undefined | |
B_A | Verse Footnote | An article (any position) | Undefined | ||
B_S | Verse footnote | A chapter in a study aid (any position) | Not defined | ||
B_O | Verse footnote | A chapter in a book (any position) | Not defined | ||
B_TI | Links in verse words | Page of a topic in the Encyclopedia | Not defined | ||
B_I | Insert image [1] | - | Not defined |
Examples:
Code | Source | Destination | Procedure | Status |
---|---|---|---|---|
A_UB | Link in quotes or paragraphs | The Urantia Book (paragraph) | Manually including links [1] to the Book | |
A_B | Link in quotes or paragraphs | A book of the Bible (a verse in a chapter) | Same as A_UB | |
A_A | Any link | A page in an article | Same as A_UB | |
A_S | Any link | A page in a study aid | Same as A_UB | |
A_O | Any link | A chapter in a book (a specific page) | Same as A_UB | |
A_V | Any position | Embedded YouTube videos | Manual link |
Examples:
Code | Origin | Destination | Procedure | Status |
---|---|---|---|---|
S_UB | Link in quotes or paragraphs | The Urantia Book (paragraph) | Same as A_UB | |
S_B | Link in quotes or paragraphs | A book of the Bible (one verse in a chapter) | Same as A_B | |
S_A | Any link | A page in an article | Same as A_A | |
S_S | Any link | A page in a study aid | Same as A_S | |
S_O | Any link | A chapter in a book (a specific page) | Same as A_O | |
S_V | Any position | Embedded YouTube videos | Manual link |
Examples:
Code | Origin | Destination | Procedure | Status |
---|---|---|---|---|
O_B | Link in quotes or paragraphs | A book of the Bible (one verse in a chapter) | Same as A_B |
Code | Source | Destination | Procedure | Status |
---|---|---|---|---|
TI_UB | Paragraph Footnote or “See Also” | The Urantia Book (paragraph) | Same as UB_TI but in reverse. TXT files from the Encyclopedia are used, which contain the references (topic-index-en) | |
TI_B | Paragraph Footnote | A book of the Bible (verse in a chapter) | Not defined | |
TI_A | Paragraph Footnote | Page of an Article | Not defined | |
TI_S | Paragraph Footnote | Chapter of a Study Aid | Not defined | |
TI_TI | “See Also” Section | Another page or section of an Encyclopedia page | The TXT files mentioned above are used | |
TI_I | Insert image | - | Links to images are manually included in TXT files | |
TI_D | Drop-down block | Diagram page | Not defined | |
TI_P | Drop-down block | Presentation or slide page | Not defined | |
TI_M | Drop-down block | Map page | Not defined | |
TI_3D | Drop-down block | 3D scene page | Not defined | |
TI_V | Any position | Embedded YouTube videos | Not defined |
Examples:
Code | Origin | Destination | Procedure | State |
---|---|---|---|---|
D_UB | Link in diagram | The Urantia Book (paragraph) | Links added manually |
Examples:
Code | Source | Destination | Procedure | Status |
---|---|---|---|---|
P_UB | Link on slide | The Urantia Book (paragraph) | Not defined, but probably adding links manually |
Code | Origin | Destination | Procedure | Status |
---|---|---|---|---|
M_UB | Sidebar link | The Urantia Book (paragraph) | Manual links within KML files | |
M_TI | Sidebar link | Encyclopedia page | Manual links within KML files |
Examples:
Code | Origin | Destination | Procedure | Status |
---|---|---|---|---|
3D_UB | Link in 3D element | The Urantia Book (paragraph) | Undefined |
All browsers allow to right click or tap and hold a link to copy it. For copying the page itself it can be done in the address textbox.
A trick that usually is not known in Urantiapedia is that you can copy the link of a header in a page. When the mouse is over a header a ¶
symbol on the right that be right clicked to get the link.
Since The Urantia Book was first published in 1955, this English original has been quoted numerous times in readers’ works and articles. The traditional way of citing The Urantia Book was to give the page and paragraph of that first English edition (commonly called the standard edition). The encoding followed was <page_number>.<paragraph_order>
.
This way of citing The Urantia Book introduces a problem that should have been seen already at an early date. In translations and in different paper editions, the number of pages and the position of the paragraph are not kept constant. Forcing The Urantia Book readers around the world to have an English copy of the first edition of the Book in order to indicate a reference correctly did not make sense.
Quickly, as the Book has been translated and published in different editions, there has been a need to create a single global reference system for The Urantia Book, based on the index of the document, the index of the section and finally the index of the paragraph within the section. And for each paragraph, a unique identifier was assigned in this way, with which it is easy and fast to go to the content that someone has quoted or referenced. Encoding is now usually written like this <document>:<section>.<paragraph>
.
It is striking that the years go by and many websites and publications continue to maintain the old system of references, sometimes as the only reference, or as a complement to the new reference. This clearly shows that there are still many publications that are too much focused on the use of the English language, as this duplication of references introduces more work and is only useful for readers of a particular edition of the book in English.
On Urantiapedia, one of our basic principles is globalization. This website is not designed for one language or a few languages. The objective of this website is that all the content without distinction can be offered in all the languages that are desired. To introduce two references every time The Urantia Book is quoted is to add a useless effort that also goes against this principle of multi-language capacity. For this reason, the board of Urantiapedia made the decision from the outset to adopt in any link to The Urantia Book a single global and unified system of offering the reference, which faithfully follows the current model. Any other mention or reference that is not offered in the same way, is corrected to leave the link in the unified way.
We believe that these corrections to old content are necessary to provide readers around the world with a single system that reduces confusion and facilitates the exchange of ideas.