Protoball talk:How To: Difference between revisions

From Protoball
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Change a chronology entry ==
== Change a chronology entry ==


=== 2 Options ===
# Edit the page by clicking the "Edit with Form" tab
 
## Change ID (Year, suffix) accordingly
If it's easy to tell what the next slot is, then follow instructions to Move a chronology entry page.
## Wait for the number to update
 
## Save
If you want the computer to auto-assign the entry, then follow instructions to Create a new entry and redirect to it
 
=== Move a chronology entry page ===
 
# Move the page
# Move the page
## Note the new entry id
## Next to the View History Tab, click on the down-arrow widget
## Next to the View History Tab, click on the down-arrow widget
## Select Move in the pop-up options
## Select Move in the pop-up options
## In the "to new title box", right of the (Main) drop box, change the entry number
## In the "to new title box", right of the (Main) drop box, change the entry id to the new one
## Make sure the "Leave a redirect behind" is checked
## Make sure the "Leave a redirect behind" is checked
## Hit the "Move page" button
## Hit the "Move page" button
# You will see a Success page. We need to edit the ID to make the page name: Click on the link to the new entry number
# You will see a Success page. We need to edit the ID to make the page name: Click on the link to the new entry number
# Edit the page by clicking the "Edit with Form" tab
## Change ID (Year, suffix) accordingly


=== Create a new entry and redirect to it ===
== List a count of entries ==
 
Perhaps the best way to explain is just to give examples:
; Count of Chronology Entries
: <nowiki>{{#ask: [[Category:Chronology]] | format = count }}</nowiki> ({{#ask: [[Category:Chronology]] | format = count }})
; Count of Chronology Entries before 1864 (note that it includes 1863)
: <nowiki>{{#ask: [[Category:Chronology]][[Year::<1863]] | format = count }}</nowiki> ({{#ask: [[Category:Chronology]][[Year::<1863]] | format = count }})
; Count of Chronology Entries, before 1864, only noteworthy and above
: <nowiki>{{#ask: [[Category:Chronology]][[Year::<1863]][[Salience::<2]] | format = count }}</nowiki> ({{#ask: [[Category:Chronology]][[Year::<1863]][[Salience::<2]] | format = count }})
; Count of Chronology Entries tagged Civil War, before 1864
: <nowiki>{{#ask: [[Category:Chronology]][[Tags::Civil War]][[Year::<1863]] | format = count }}</nowiki> ({{#ask: [[Category:Chronology]][[Tags::Civil War]][[Year::<1863]] | format = count }})
; Sum of Games Tab Entry Counts (this is different because entries are counted with a script because this is in free text form)
: <nowiki>{{#ask: [[Category:Games Tab]] | ?Entries | format=sum }}</nowiki> ({{#ask: [[Category:Games Tab]] | ?Entries | format=sum }})
 
Here are our current tables of information, with some notable fields:
 
* '''Chronology''': Chronology entries
** '''Year'''
** '''Tags'''
** '''Salience'''
* '''Games''': Glossary of Games entries
** '''Game Family'''
** '''Game Regions'''
** '''Game Eras'''
* '''Sources''': Bibiolography entries
** '''Is in library''' the filter for this is <nowiki>[[Is in library::yes]]</nowiki>, where yes means "checked"
** '''Url''': an online version, the filter for this is <nowiki>[[Url::+]]</nowiki>, where plus means "is there something there?"
* '''Diggers''': Contributors
* '''Ballgames''': Games Tab, new version
 
== Add Text to a Chronology Topic Page ==
 
Look at the Civil War page for an example:
 
[{{fullurl:Chronology:Civil_War|action=edit}} Civil War Edit Page]. The text looks like
 
<div style="border: 1px dotted black; padding: 1em;">
<nowiki>
{{Chronology Topic Page|Tags|{{Subtitle|A Working Chronology}}</nowiki>
'''Note:'''  This chronology lists known reports of ballplaying by soldiers during the Civil War years.  Where details are uncertain or missing, an entry’s “Note” mentions that.  Additional information is welcome from users.  To supply such data, or to comment on errors in the text, contact Protoball via [[Larry McCray]].  Entries are listed by first year of the event[s] reported in a source.  Where possible, they are listed chronologically within the cited year.
 
<nowiki>Many of the more informative and interesting Civil War entries are included in the current version of the full Protoball chronology, which will ultimately trace data on safe-haven ballplaying up to the beginning of the professional era [1871].}}
</nowiki>
</div>
 
On any topic page, you can edit it and add text. A typical page looks like
<nowiki>
{{Chronology Topic Page|Tags}}
</nowiki>


# Create a new entry with using the new year and suffix; headlines are a required field; you can enter anything
You place a | after ''Tags'' or whatever the topic is, then add text. The Civil War page uses <nowiki>{{Subtitle|A Working Chronology}}</nowiki> to add a subtitle. The rest is free text with a couple returns to separate paragraphs.
# Note the entry number
# Go back to the original entry
# Move the page
## Next to the View History Tab, click on the down-arrow widget
## Select Move in the pop-up options
## In the "to new title box", right of the (Main) drop box, change the entry number
## Make sure the "Leave a redirect behind" is checked
## Hit the "Move page" button
# Confirm Deletion
## You will see an error message saying "Deletion required: The destination page already exists. Do you want to delete it to make way for the move?"
## Check the new checkbox option "Yes, delete the page"
## Hit the "Move page" button
# You will see a Success page. We need to edit the ID to make the page name: Click on the link to the new entry number
# Click on the link to the new entry number
# Edit the page by clicking the "Edit with Form" tab
## Change ID (Year, suffix) accordingly

Latest revision as of 02:01, 2 October 2013

Change a chronology entry

  1. Edit the page by clicking the "Edit with Form" tab
    1. Change ID (Year, suffix) accordingly
    2. Wait for the number to update
    3. Save
  2. Move the page
    1. Note the new entry id
    2. Next to the View History Tab, click on the down-arrow widget
    3. Select Move in the pop-up options
    4. In the "to new title box", right of the (Main) drop box, change the entry id to the new one
    5. Make sure the "Leave a redirect behind" is checked
    6. Hit the "Move page" button
  3. You will see a Success page. We need to edit the ID to make the page name: Click on the link to the new entry number

List a count of entries

Perhaps the best way to explain is just to give examples:

Count of Chronology Entries
{{#ask: [[Category:Chronology]] | format = count }} (2071)
Count of Chronology Entries before 1864 (note that it includes 1863)
{{#ask: [[Category:Chronology]][[Year::<1863]] | format = count }} (1786)
Count of Chronology Entries, before 1864, only noteworthy and above
{{#ask: [[Category:Chronology]][[Year::<1863]][[Salience::<2]] | format = count }} (1490)
Count of Chronology Entries tagged Civil War, before 1864
{{#ask: [[Category:Chronology]][[Tags::Civil War]][[Year::<1863]] | format = count }} (308)
Sum of Games Tab Entry Counts (this is different because entries are counted with a script because this is in free text form)
{{#ask: [[Category:Games Tab]] | ?Entries | format=sum }} (2,292)

Here are our current tables of information, with some notable fields:

  • Chronology: Chronology entries
    • Year
    • Tags
    • Salience
  • Games: Glossary of Games entries
    • Game Family
    • Game Regions
    • Game Eras
  • Sources: Bibiolography entries
    • Is in library the filter for this is [[Is in library::yes]], where yes means "checked"
    • Url: an online version, the filter for this is [[Url::+]], where plus means "is there something there?"
  • Diggers: Contributors
  • Ballgames: Games Tab, new version

Add Text to a Chronology Topic Page

Look at the Civil War page for an example:

Civil War Edit Page. The text looks like

{{Chronology Topic Page|Tags|{{Subtitle|A Working Chronology}} Note: This chronology lists known reports of ballplaying by soldiers during the Civil War years. Where details are uncertain or missing, an entry’s “Note” mentions that. Additional information is welcome from users. To supply such data, or to comment on errors in the text, contact Protoball via Larry McCray. Entries are listed by first year of the event[s] reported in a source. Where possible, they are listed chronologically within the cited year.

Many of the more informative and interesting Civil War entries are included in the current version of the full Protoball chronology, which will ultimately trace data on safe-haven ballplaying up to the beginning of the professional era [1871].}}

On any topic page, you can edit it and add text. A typical page looks like {{Chronology Topic Page|Tags}}

You place a | after Tags or whatever the topic is, then add text. The Civil War page uses {{Subtitle|A Working Chronology}} to add a subtitle. The rest is free text with a couple returns to separate paragraphs.