Revision as of 17:22, 29 August 2009 ddgonzal (Talk | contribs) (->Tables) <- Previous diff |
Revision as of 17:23, 29 August 2009 ddgonzal (Talk | contribs) (->HTML Tables) Next diff -> |
||
Line 130: | Line 130: | ||
== HTML Tables == | == HTML Tables == | ||
Use this option if you are good with HTML or can copy/paste an existing table. | Use this option if you are good with HTML or can copy/paste an existing table. | ||
- | |||
- | <nowiki><table border='1' class='inner' cellspacing='2' width='100%'> | ||
- | <tr bgcolor=ccccff><td align = center valign=top>Part Number</td><td align = center valign=top>@</td><td align = center valign=top>Ex. Dur</td><td align = center valign=top>In. Dur</td><td align = center valign=top>In. Open</td><td align = center valign=top>In. Close</td><td align = center valign=top>Ex. Close</td><td align = center valign=top>Ex. Open</td><td align = center valign=top>Lift (in)</td><td width='100%' align = center valign=top>Reference</td></tr> | ||
- | <tr bgcolor=f0f0f0><td width='100%' valign=top>13001-H1000</td><td valign=top>?</td><td valign=top>248</td><td valign=top>248</td><td valign=top>14</td><td valign=top>54</td><td valign=top>12</td><td valign=top>56</td><td valign=top>0.335</td><td valign=top>[http://datsun1200.com/modules/myalbum/photo.php?lid=20180 photo]</td></tr></table></nowiki> | ||
<table border='1' class='inner' cellspacing='2' width='100%'> | <table border='1' class='inner' cellspacing='2' width='100%'> |
Revision as of 17:23, 29 August 2009
Datsun 1200 Encyclopedia FAQ
For questions not listed below, see:
Contents |
Organizing An Article
Sections and subsections
Italics, Bold and Paragraph Breaks
Ordered Lists, unordered Lists, and Bullet Points
Links
TIP: Practice typing links into articles using Edit. But don't "Save" the article, just click "Preview" to see how you are doing. Then you can cancel the Edit.
How Do I Link To Another Encyclopedia Page?
Like this:
[[Datsun 1200]]
It will work like this link: Datsun 1200
You can also give the link a custom label, like this:
[[Datsun 1200|Custom Label]]
It will work like this link: Custom Label
How Do I Link to a Web Page?
Like this:
[http://datsun1200.com]
or to be a little fancier:
[http://datsun1200.com click here for datsun1200.com]
... which works like this: click here for datsun1200.com
How Do I Link to a Wikipedia Article?
Like this:
[[wikipedia:Nissan|Nissan]]
Which results in Nissan.
How Do I Link to a Picture?
Like this:
http://datsun1200.com/modules/myalbum/photos/thumbs/249.JPG
When you preview the page, it will look like this:
Photos FAQs
- How Do I Link to a Picture? (Answer in Link section)
How to make a click-able photo?
Like this:
[http://datsun1200.com/modules/myalbum/photo.php?lid=249 http://datsun1200.com/modules/myalbum/photos/thumbs/249.JPG]
When you preview the page, it will look like this:
Try it: Click the photo!
How to size a photo to a specific size?
I recommend using the Thumbs in most cases, like this:
http://datsun1200.com/modules/myalbum/photos/thumbs/249.JPG
But sometime use bigger pictures. You can use a resizing Web service like the one at:
http://ddgonzal.members.winisp.net/getThumb.aspx?width=240&uri=
To use the Resizing service, the resizing URL is put before the photo's URL address, like this:
http://ddgonzal.members.winisp.net/getThumb.aspx?width=240&uri= http://datsun1200.com/modules/myalbum/photos/thumbs/249.JPG.
In this example, the width is specified as 240. You can make the width anything, from small thumbnails (width=80) to normal thumbnails (width=140) to small (about width=240) and medium (width=400) sizes.
Limit the width to 400 for this Wiki so that all users get a nice size page. Here is the photo at 400 width:
NOTE: Don't forget to specify the full photo instead of the thumb or you'll only be able to show the smallest sizes.
Category Pages
A category page is a table-of-contents page.
Generally you won't change these, instead add your information to a regular page or a new page (see how to create a new page below). However if needed you can modify the Category page to add subcategories.
Adding the "category" to a page will cause that page to automatically be listed on the category page.
Adding a Category to a page
Say you write a page "L-series Engine Swaps". Be sure to add the category to the bottom of the page:
[[Category:Engine Removal And Installation]]
This will list the page on the appropriate category page automatically and also provides a link at the bottom of the page to the category page. Now they are cross-linked and indexed.
Where Can I see a list of Categories?
The list of top-level Categories is here: Datsun 1200 encyclopedia.
New Pages
NOTE: Be sure to use the search button to see if your info already is in the encyclopedia somewhere. It is usually better to add your information to an existing article than to create new page/article.
How Do I Create a New Page?
In existing articles, you may see a "red link". This is a link to an article that hasn't been created yet. Click it and you will be prompted to create the new page. Type in the info you have, then click Save. You may wish to Preview it first.
To create a brand new page, see instructions here: Create New Page
Tables
Option 1: Paste an HTML table in. It is displayed as normal.
Option 2: Use a wiki table.
HTML Tables
Use this option if you are good with HTML or can copy/paste an existing table.
Part Number | @ | Ex. Dur | In. Dur | In. Open | In. Close | Ex. Close | Ex. Open | Lift (in) | Reference |
13001-H1000 | ? | 248 | 248 | 14 | 54 | 12 | 56 | 0.335 | photo |
Wiki Tables
Engine | Displacement |
---|---|
A12 | 1171 cc |
A14 | 1397 cc |
To create this table, enter this:
{| ! Engine ! Displacement |- | A12 | 1171 cc |- | A14 | 1397 cc |- |}