Help:Contents

From WilhelmWiki

Share/Save/Bookmark
Jump to: navigation, search
(All Pages)
(Added section on uploading photos.)
 
Line 1: Line 1:
-
When adding new pages to the wiki, please use the following conventions:
+
Please note: If you are uncomfortable with wiki formatting, it is acceptable to create an unformatted wiki entry, as long as you notify an admin via their Talk page so the entry can be properly formatted.  To find an admin, check the [[Special:ActiveUsers|ActiveUsers]] list and look for any users with the '''administrators''' group after their user name.
 +
 
 +
When adding new pages to the wiki or editing existing pages, please use the following conventions:
==All Pages==
==All Pages==
Line 6: Line 8:
  <nowiki>{{stub}}</nowiki>
  <nowiki>{{stub}}</nowiki>
 +
To created a bulleted list, use an asterisk as the first character on the line:
To created a bulleted list, use an asterisk as the first character on the line:
Line 13: Line 16:
  <nowiki>*Bullet point 3</nowiki>
  <nowiki>*Bullet point 3</nowiki>
-
will produce:
+
Which will produce:
*Bullet point 1
*Bullet point 1
Line 19: Line 22:
*Bullet point 3
*Bullet point 3
-
A link to a another page in the wiki can be produced by enclosing a word or phrase in double square brackets:
 
-
<nowiki>[[Zemira George Wilhelm]]</nowiki>
+
A link to a another page in the wiki can be produced by enclosing the exact page name in double square brackets:
-
will produce:
+
<nowiki>This is a link to [[Zemira George Wilhelm]]</nowiki>
 +
 
 +
Which will produce:
 +
 
 +
This is a link to [[Zemira George Wilhelm]]
 +
 
 +
 
 +
By using a pipe character, you can display text that is different from the name of the page. The name of the page goes to the left of the pipe, and the text you want to be displayed goes on the right:
 +
 
 +
<nowiki>This is a link to [[Zemira George Wilhelm|Z. George Wilhelm]]</nowiki>
 +
 
 +
Which will produce:
 +
 
 +
This is a link to [[Zemira George Wilhelm|Z. George Wilhelm]]
-
[[Zemira George Wilhelm]]
 
The Wilhelm Wiki uses the same formatting as Wikipedia, so their cheatsheet at http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet may be of use.
The Wilhelm Wiki uses the same formatting as Wikipedia, so their cheatsheet at http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet may be of use.
 +
==People==
==People==
 +
 +
===Default Template===
Default template for a person:
Default template for a person:
Line 55: Line 72:
  <nowiki>[[Category:People|LastName, FirstName MiddleName]]</nowiki>
  <nowiki>[[Category:People|LastName, FirstName MiddleName]]</nowiki>
 +
===Living Persons===
If the entry is for a living person, add:  
If the entry is for a living person, add:  
  <nowiki>{{living}}</nowiki>
  <nowiki>{{living}}</nowiki>
 +
 +
The <nowiki>{{living}}</nowiki> tag accomplishes two things:  One, it ensures that only a logged-in member of the KnownUser group can view the entry. Two, it adds the following text to the entry:
 +
 +
''The person in this WilhelmWiki entry is currently living. Therefore, personal details should be kept to a minimum out of privacy concerns. Ideally, only the individual listed in this entry should add details beyond the initial page creation if more information is desired.''
 +
 +
===Naming Standard for Women===
 +
 +
The standard for women is to always create the initial page using their maiden name, and then refer to any married names within the body of the article.  If using their married name on another page, use the pipe symbol in the link back to her page like so:
 +
 +
<nowiki>This is a link to [[Clarissa Harden|Clarissa Wilhelm]]</nowiki>
 +
 +
This result will be formatted like so:
 +
This is a link to [[Clarissa Harden|Clarissa Wilhelm]]
==Dates==
==Dates==
Line 68: Line 99:
   
   
  <nowiki>'''November 9''' is the 313th day of the year (314th in leap years) in the Gregorian Calendar, with 52 days remaining.</nowiki>
  <nowiki>'''November 9''' is the 313th day of the year (314th in leap years) in the Gregorian Calendar, with 52 days remaining.</nowiki>
-
<nowiki> </nowiki>
 
-
<nowiki>In Germany this day is sometimes called Schicksalstag (literally day of fate).</nowiki>
 
  <nowiki> </nowiki>
  <nowiki> </nowiki>
  <nowiki>==Events==</nowiki>
  <nowiki>==Events==</nowiki>
  <nowiki> </nowiki>
  <nowiki> </nowiki>
  <nowiki>==Births==</nowiki>
  <nowiki>==Births==</nowiki>
-
  <nowiki>*[[1950]] - [[Zemira George Wilhelm]] (b. [[1872]])</nowiki>
+
  <nowiki>*[[1872]] - [[Zemira George Wilhelm]] (d. [[1950]])</nowiki>
  <nowiki> </nowiki>
  <nowiki> </nowiki>
  <nowiki>==Deaths==</nowiki>
  <nowiki>==Deaths==</nowiki>
Line 82: Line 111:
Consult Wikipedia to determine the day of year info.  Once the day has been updated or create, go back and click the year and add the event to it as well.  Again, if the year does not exist, add it using the default template for a year:
Consult Wikipedia to determine the day of year info.  Once the day has been updated or create, go back and click the year and add the event to it as well.  Again, if the year does not exist, add it using the default template for a year:
 +
<nowiki>{{Year nav|yyyy}}</nowiki>
  <nowiki>'''yyyy''' was a common year starting on dayofweek of the Gregorian Calendar.</nowiki>
  <nowiki>'''yyyy''' was a common year starting on dayofweek of the Gregorian Calendar.</nowiki>
 +
<nowiki> </nowiki>
  <nowiki> </nowiki>
  <nowiki> </nowiki>
  <nowiki>==Events==</nowiki>
  <nowiki>==Events==</nowiki>
Line 95: Line 126:
  <nowiki>*[[May 3]] - [[FirstName Lastname]] (b. [[1856]]) </nowiki>
  <nowiki>*[[May 3]] - [[FirstName Lastname]] (b. [[1856]]) </nowiki>
  <nowiki> </nowiki>
  <nowiki> </nowiki>
-
  <nowiki>[[Category:Year]]</nowiki>
+
  <nowiki>[[Category:Year]][[Category:yyy0s]]</nowiki>
 +
 
 +
''Category example for 1953: <nowiki>[[Category:Year]][[Category:1950s]]</nowiki>''
==Places==
==Places==
Line 112: Line 145:
  <nowiki>[[Category:Places]]</nowiki>
  <nowiki>[[Category:Places]]</nowiki>
 +
 +
==Uploading Photos==
 +
In the "toolbox" section on the left panel there is a link to Upload a file.  Click it to get to the Upload page. 
 +
 +
Under Source file, click Choose File and pick the file you want to upload.
 +
 +
The Destination filename will automatically fill in, but you may want to change it to something more memorable, like "Andy Wilhelm Headstone.jpg" or similar.
 +
 +
Next fill in the Summary with a short blurb about the image, then click upload at the bottom.
 +
 +
Once it is uploaded, you'll see the media page for the file you uploaded, and right at the top you'll have the name you gave the file.  This name it how you are going to link to it in articles you edit or create.
 +
 +
There are a couple of ways to embed the images you've uploaded.  For the first example, here's the link for Clyde's horse that is on the Main Page:
 +
 +
<nowiki>[[image:ClydesHorse.jpg|300px|center|Toy horse made by Lydia Hannah Draper for her grandson Clyde Irving Wilhelm]]</nowiki>
 +
 +
That specifies the image we want to use, how many pixels wide to display it at, the justification, and the text that appears when you hover over it.
 +
 +
On a person's bio page I usually set up a little gallery, and for Clyde I did the same thing, although his horse is the only image in it so far.  The gallery is set up a bit different, it looks like this:
 +
 +
<nowiki>
 +
<gallery widths="250px">
 +
File:ClydesHorse.jpg|Toy horse made by [[Lydia Hannah Draper]] for her grandson [[Clyde Irving Wilhelm]]
 +
</gallery>
 +
</nowiki>
 +
 +
There's a couple of other ways to get your image on a page, but those are the two main ones I use.  When in doubt, click "edit" on a couple of pages just to see how they are coded, and check the help page (or contact the Admin...)

Latest revision as of 18:36, 7 September 2014

Personal tools