How to create arbitrary page references
Revision as of 14:57, 8 January 2006 by Jere Krischel (talk | contribs)
When referencing pages in the Morgan Report, you can create special pages that display the pages you're interested in as a single web page.
To do this, follow the following steps:
- Indicate your page reference in the document you're editing as follows:
[[<start page>-<end page>]]
So if you wanted to create a special page for pages 873-892, you would use:
[[873-892]]
- After saving the page with the reference, click on the red link presented, and do the following:
- Determine your "true" start page by subtracting 1 from any start page that is an odd number. For start pages that are even numbers, use that number as your "true" start page.
- Determine your "true" end page by adding 1 to any end page that is an even number. For end pages that are odd numbers, use that number as your "true" end page
- Insert the following code into your newly created reference page:
{{Page Nav|previous=<true start page-2>-<true start page-1>|next=<true end page+1>-<true end page+2}} ---- {{<true start page>-<true start page+1>}} ... {{<true end page-1>-<true end page>}} ---- {{Page Nav|previous=<true start page-2>-<true start page-1>|next=<true end page+1>-<true end page+2}}
For example, for 873-892, the true start page would be 872, and the true end page would be 893. The code would look like the following:
{{Page Nav|previous=870-871|next=894-895} ---- {{872-873}} {{874-875}} {{876-877}} {{878-879}} {{880-881}} {{882-883}} {{884-885}} {{886-887}} {{888-889}} {{890-891}} {{892-893}} ---- {{Page Nav|previous=870-871|next=894-895}