User Tools

Site Tools


naming_standards

This is an old revision of the document!


Naming Standards

When referencing the scriptures, one verse can have many titles. Do you use John 3:16, St. John 3:16, Saint John 3:16 or St John 3:16?

The exports have multiple formats so that users can choose one they like.

Using the SQLite database as an example, you can see the different column names. Here, for volumes:

sqlite> .mode line
sqlite> select * from volumes;
                id = 1
      volume_title = Old Testament
 volume_long_title = The Old Testament
   volume_subtitle = 
volume_short_title = OT
    volume_lds_url = ot

                id = 2
      volume_title = New Testament
 volume_long_title = The New Testament
   volume_subtitle = Of our Lord and Saviour Jesus Christ
volume_short_title = NT
    volume_lds_url = nt

                id = 3
      volume_title = Book of Mormon
 volume_long_title = The Book of Mormon
   volume_subtitle = Another Testament of Jesus Christ
volume_short_title = BoM
    volume_lds_url = bm

                id = 4
      volume_title = Doctrine and Covenants
 volume_long_title = The Doctrine and Covenants
   volume_subtitle = 
volume_short_title = D&C
    volume_lds_url = dc

                id = 5
      volume_title = Pearl of Great Price
 volume_long_title = The Pearl of Great Price
   volume_subtitle = 
volume_short_title = PGP
    volume_lds_url = pgp
naming_standards.1553467418.txt.gz · Last modified: by steve

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki