Help:Contents: Difference between revisions

From Star Trek : Freedom's Wiki
Jump to: navigation, search
No edit summary
m (Minor style and error corrections. Changed structure of some paragraphs a little for ease of reading and clarity of examples.)
Line 1: Line 1:
Editng a Wiki can be hard at times, since you must account for the linking sysetm. Here are some basics of editig on a wiki.
Editng a Wiki can be hard at times, since you must account for the linking system. Here are some basics of editing the Wiki system.


First we'll do the basics of formatting. To make something '''bold''' you just put three (3) single quote marks (') around it and that bolds it. ''Italics'' are simplier, has its just (2) two of the quote marks.
First we'll do the basics of formatting. To make something '''bold''' you just put three single quote marks (') around it and that bolds it. ''Italics'' are simplier, has its just two of the quote marks. Examples:
 
 
<nowiki>'''bold'''</nowiki>
 
<nowiki>''Italics''</nowiki>
 
 
Now, the all-important Wiki linking system. To do this, just put a set of double brackets before and after the word. See example below of making a link to the page about my ship, the [[USS Boudicca]]:


Now, the all-important Wiki linking system. To do this, just put two brackets around the word, then close it. See example below of making a link to the page about my ship, the [[USS Boudicca]].


<nowiki>[[USS Boudicca]]</nowiki>  
<nowiki>[[USS Boudicca]]</nowiki>  


That makes a simple link, just like above. Now, if want to be tricking, and have the link say something different that where it goes, like if I say [[USS Boudicca|this is the link to my ship!]]
 
That makes a simple link, just like in the previous paragraph. Now, if you want to be tricky and have the link showing something different than where it points, i.e. [[USS Boudicca|this is the link to my ship!]], try this:
 


<nowiki>[[USS Boudicca|this is the link to my ship!]]</nowiki>
<nowiki>[[USS Boudicca|this is the link to my ship!]]</nowiki>


Now, I started the same with the two brackets, then I added the link name, then a vertical line, then typed what I wanted to appear. You have to be careful, because you have to type the link exactly the way it is, or else it will get lost, like if I make a link to the [[Uss Boudicca]], notice it is spelled the same, but it is not case sensative. It will take you to the wrong page. What helps is to go to the page you want, then copy the title so the name will be exact, then paste it into your bracket tags.


Now, if you want to add the nice sub section tags like I did on the ship pages, then you just use two equal symbols around the title. So, if I want to make a main section of "Crew Roster" with sub sections of "Command Staff", "Engineers" and "Tactical", you just add another = on each of the tags. I'd do it like this... (I'd show you, but it would mess up this help page. To see an exmaple, go to your favorite ship page and see how I set up the crew roster)
Here, as before I started with the two brackets, followed by the link name, a vertical line, then typed what I wanted the link to look like. You have to be careful though, because you have to type the link exactly as it should be, otherwise an error will occur. Take this link as an a example of a typicall mistake:


<nowiki>==Crew Roster==


[[Uss Boudicca]]


===Command Staff===


Notice that it is spelled the same, however the case sensitivity of the Wiki linking system treats this as a separate entry to those presented erlier in this section. The link will take you to the wrong page. Going to the page you need to be linked, copying the exact title and paste it into your bracket tags generally solves the more common linking problems.


===Engineering Staff===
Now, if you want to add the nice sub-section tags like those on the ship pages, then you just need to use two equal symbols around a title. So, if you want to make the main section of "Crew Roster" with sub-sections like: "Command Staff", "Engineers" and "Tactical" - you just add another equal sign (=) on each of the sub-section titles. Following are examples (of usage only, as presenting the final effect would severely interfere with this page layout):




===Tactical/Security Staff===</nowiki>
<nowiki>==Crew Roster==</nowiki>
 
<nowiki>===Command Staff===</nowiki>
 
<nowiki>===Engineering Staff===</nowiki>
 
<nowiki>===Tactical/Security Staff===</nowiki>
 
 
Thats all I can think of now. If you need detailed instructions, try [mailto:xboxguy15@sbcglobal.net contacting me] and I'll try to get back to you as soon as possible, or if you can't wait, you can go to the [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page Wikipedia's Help Page] and try to get some help there.
 


Thats all I can think of now. If you need detailed instructions, try [mailto:xboxguy15@sbcglobal.net contacting me] and I'll try to get back to you soon, or if you can't wait, you can go to the [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page Wikipedia's Help Page] and try to get help there.


''This was written by [[User:KevinSchram|Kevin Schram]]''
''This was written by [[User:KevinSchram|Kevin Schram]]''


'''Edit by Trout:'''
'''Edit by Trout:'''
Line 34: Line 53:
Just a couple of small notes to add to Kevin's wonderful description above.  
Just a couple of small notes to add to Kevin's wonderful description above.  


1) Wiki will accept HTML commands. Some of them are funky (like images, no img tags allowed, but you don't need them. It will take a media link and convert it automatically) but most of them work as expected. Table seems to be the one we're using the most, but a lot of pages started by me are heavy in html formatting. (See the Marine pages, if you don't believe me).  
1) Wiki will accept HTML commands. Some of them are funky (like images, no img tags allowed, but you don't need them - it will take a media link and convert it automatically) but most of them work as expected. Table seems to be the one we're using the most, but a lot of pages started by me are heavy in html formatting (see the Marine pages, if you don't believe me).


2) Less a note then a push... Just about anything you need to know that isnt detailed above is on the Wiki Help page. There are a real slew of commands, rarely used, just hanging around in the wings to be used.  
2) Less a note then a push... Just about anything you need to know that isnt detailed above is on the Wiki Help page. There are a real slew of commands, rarely used, just hanging around in the wings to be used.  

Revision as of 10:48, 17 January 2006

Editng a Wiki can be hard at times, since you must account for the linking system. Here are some basics of editing the Wiki system.

First we'll do the basics of formatting. To make something bold you just put three single quote marks (') around it and that bolds it. Italics are simplier, has its just two of the quote marks. Examples:


'''bold'''

''Italics''


Now, the all-important Wiki linking system. To do this, just put a set of double brackets before and after the word. See example below of making a link to the page about my ship, the USS Boudicca:


[[USS Boudicca]]


That makes a simple link, just like in the previous paragraph. Now, if you want to be tricky and have the link showing something different than where it points, i.e. this is the link to my ship!, try this:


[[USS Boudicca|this is the link to my ship!]]


Here, as before I started with the two brackets, followed by the link name, a vertical line, then typed what I wanted the link to look like. You have to be careful though, because you have to type the link exactly as it should be, otherwise an error will occur. Take this link as an a example of a typicall mistake:


Uss Boudicca


Notice that it is spelled the same, however the case sensitivity of the Wiki linking system treats this as a separate entry to those presented erlier in this section. The link will take you to the wrong page. Going to the page you need to be linked, copying the exact title and paste it into your bracket tags generally solves the more common linking problems.

Now, if you want to add the nice sub-section tags like those on the ship pages, then you just need to use two equal symbols around a title. So, if you want to make the main section of "Crew Roster" with sub-sections like: "Command Staff", "Engineers" and "Tactical" - you just add another equal sign (=) on each of the sub-section titles. Following are examples (of usage only, as presenting the final effect would severely interfere with this page layout):


==Crew Roster==

===Command Staff===

===Engineering Staff===

===Tactical/Security Staff===


Thats all I can think of now. If you need detailed instructions, try contacting me and I'll try to get back to you as soon as possible, or if you can't wait, you can go to the Wikipedia's Help Page and try to get some help there.


This was written by Kevin Schram


Edit by Trout:

Just a couple of small notes to add to Kevin's wonderful description above.

1) Wiki will accept HTML commands. Some of them are funky (like images, no img tags allowed, but you don't need them - it will take a media link and convert it automatically) but most of them work as expected. Table seems to be the one we're using the most, but a lot of pages started by me are heavy in html formatting (see the Marine pages, if you don't believe me).

2) Less a note then a push... Just about anything you need to know that isnt detailed above is on the Wiki Help page. There are a real slew of commands, rarely used, just hanging around in the wings to be used.

Don't worry about making mistakes. We can always roll back to a previous version. If you have questions, contact J Trout or Kevin Schram

/Edit by Trout