Difference between revisions of "Help:Issue Tracking"

From USAFA Rugby Alumni
Jump to: navigation, search
(Issues)
Line 14: Line 14:
 
# Update Main page links to Seasons portals after they are created.
 
# Update Main page links to Seasons portals after they are created.
  
===Misc Requests===
+
===Fixes To Common Problems===
 +
====Portal boxes are mis-aligned or boxes from one column are placed in another column====
 +
This is normally caused by a small coding error, most often the inadvertent removal of a curly bracket (}) or a pipe (|). These two special characters are used extensively in wikitext and when they are missing can cause formatting problems, especially with portal boxes and tables.
 +
 
 +
The following is the last few lines from the [[Portal:1968 Fall Men/Team Record]] portal box: <pre>
 +
|Yakabowskas
 +
|Carl J
 +
| 70
 +
|-
 +
|Keith
 +
|Dave
 +
| 71
 +
|-
 +
|}</pre>
 +
And, here is the code with the last two wikitext characters (|}) missing at the bottom:<pre>
 +
|Yakabowskas
 +
|Carl J
 +
| 70
 +
|-
 +
|Keith
 +
|Dave
 +
| 71
 +
|-
 +
</pre>
 +
When those two special characters are missing, the entire display of the portal changed so that all of the right hand portal boxes (Leadership, Memorable Events, Media) were displayed inside of Team Record box.

Revision as of 10:34, 7 March 2014

A place to put all issues that need to be fixed, enhancements that have been suggested, specific requests for help, and other misc items that need to be worked to help improve the USAFA Rugby Alumni.

Issues

  1. Update 1961/1962 portals per Harry's instructions
  2. Update main page to Women's box to match naming convention.

Enhancements

Help Requests

  1. Show Harry how to edit portal structure, both adding and deleting boxes and moving boxes to different columns.

ToDos

  1. Continue building Seasons portals.
  2. Update Main page links to Seasons portals after they are created.

Fixes To Common Problems

Portal boxes are mis-aligned or boxes from one column are placed in another column

This is normally caused by a small coding error, most often the inadvertent removal of a curly bracket (}) or a pipe (|). These two special characters are used extensively in wikitext and when they are missing can cause formatting problems, especially with portal boxes and tables.

The following is the last few lines from the Portal:1968 Fall Men/Team Record portal box:

|Yakabowskas
|Carl J
| 70
|-
|Keith
|Dave
| 71
|-
|}

And, here is the code with the last two wikitext characters (|}) missing at the bottom:

|Yakabowskas
|Carl J
| 70
|-
|Keith
|Dave
| 71
|-

When those two special characters are missing, the entire display of the portal changed so that all of the right hand portal boxes (Leadership, Memorable Events, Media) were displayed inside of Team Record box.