|
|
Line 47: |
Line 47: |
| 3. Add in any headings that might be not be on the page yet that are required as now found in the template: | | 3. Add in any headings that might be not be on the page yet that are required as now found in the template: |
| Reservations, Indian Schools, Land Allotment records, Map of Indian Lands | | Reservations, Indian Schools, Land Allotment records, Map of Indian Lands |
| | |
| | ====Step 4 - Adding Bullet Lists==== |
| | *Under the Heading, Tribes and Bands of STATE, you will see lists of tribes under subheadings. |
| | <br><br> |
| | *For any list of tribes that have over 10 listed, use the ul class to display the links under the subheadings. |
| | <br><br> |
| | *To do so, click "Edit source" next to the heading with the list of tribes.<br><br> |
| | |
| | *''Copy'' the following code and ''paste'' it immediately above the first tribe n the list.<br> |
| | <nowiki>{| </nowiki> |
| | <nowiki>|-</nowiki> |
| | <nowiki><ul class="column-spacing-fullscreen" style="padding-right:5px;"></nowiki> |
| | <br><br> |
| | *Immediately before the tribe name, add '''<nowiki><li></nowiki>'''. <br><br> |
| | |
| | *Immediately after that same tribe name, add '''<nowiki></li></nowiki>'''. See the example below. |
| | *Note: remove any extra "<nowiki><br></nowiki>" instances at the end of the tribe name.<br> |
| | |
| | [[File:Ul example.png|500px]]<br><br> |
| | |
| | *On a line below the tribe listed last in the list, add the following code:<br> |
| | <nowiki></ul></nowiki> |
| | <nowiki>|}</nowiki> |
| | <br><br> |
| | *Click on "Show preview" to see if the coding is correct on the list. |
| | <br><br> |
| | *If the list looks like the spacing is correct, save the page and move on to the next part. If the tribe names are long and it is pushing content to the next line, try replacing "full" with "half" to determine which is the best way to display the tribe names. See image. |
| | [[File:Ul example 2.png|500px]]<br><br> |
|
| |
|
| ===Part B - Adding Content=== | | ===Part B - Adding Content=== |