Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Talk:Main Page"

From NetSec
Jump to: navigation, search
Line 16: Line 16:
  
 
Overall this wiki is very new and so there are <i>no</i> help articles for actually using the wiki, so anybody who has any questions should just ask them. It's a wiki and nothing gets broken by talking at people on it and we have several people who are good enough at wiki to help anything. {{User:Mike/Sig}} 13:46, 2 May 2012 (MSK)
 
Overall this wiki is very new and so there are <i>no</i> help articles for actually using the wiki, so anybody who has any questions should just ask them. It's a wiki and nothing gets broken by talking at people on it and we have several people who are good enough at wiki to help anything. {{User:Mike/Sig}} 13:46, 2 May 2012 (MSK)
 +
 +
:Also, when creating Aritcles, they shouldn't be pluralized. For instance the correct article is [[password]] rather than passwords. If you want the plural link, you can use <nowiki>[[password]]s</nowiki> (appears as [[password]]s) to pluralize, but there is no syntax (asside from piping) for unpluralizing. On the topic of linking (or piping) when you pipe in a wiki, the first letter's capitalization does not matter. [[Password]] and [[password]] yield the exact same result, and so generally when creating multi-word articles you should either leave them as all lowercase (first will be capitalised automatically) unless it's a proper noun. I know it can get a little anal, but that's what asspies with too much free time are here for, and it saves a lot of effort down the road when you have strong precedents set up in the beginning. {{User:Mike/Sig}} 14:18, 2 May 2012 (MSK)

Revision as of 12:18, 2 May 2012

Templates and example markups at Test.

Hatter 13:58, 2 May 2012 (MSK)

A few things I noticed should be addressed, so I'm opening up this talk page as a temporary community portal until project pages are set up, or a permanent destination is decided on. First:

Templates:

When making a template, it's important to pay attention to where you add the <includeonly> and <noinclude> tags, specifically in regards to spacing. It's counter intuitive, but when you add the tags on the next line, it incorporates the break in the template's transclusions. It's directly against good form with basic HTML, but is necessary for good layout, because you can't remove anything from a template without substituting it and defeating the point of using a template. A quick example of what I'm talking about:

<includeonly>
<div style="padding: .2em .3em; margin: .2em .2em; background-color: #FFF6BF; border: solid 2px #FFD324;  font-size: 107%;">'''{{{label|Notice:}}}''' {{{1}}}</div>
</includeonly>

Would produce a template with a break at the top and bottom, and in this example would be more than likely desired, but if not paid attention to can lead to undesirable whitespace.

The other thing is talk pages: A good idea for those of you who don't know is to read up briefly here on the general use, but with a wiki that's rapidly expanding like this one is and will be, there's almost no documented discussion going on. The jist of the article is basically use the discussion pages, sign your comments (add four tildes ~~~~) and about general layout (indent for a response with :)

Overall this wiki is very new and so there are no help articles for actually using the wiki, so anybody who has any questions should just ask them. It's a wiki and nothing gets broken by talking at people on it and we have several people who are good enough at wiki to help anything. Mike (Talk) 13:46, 2 May 2012 (MSK)

Also, when creating Aritcles, they shouldn't be pluralized. For instance the correct article is password rather than passwords. If you want the plural link, you can use [[password]]s (appears as passwords) to pluralize, but there is no syntax (asside from piping) for unpluralizing. On the topic of linking (or piping) when you pipe in a wiki, the first letter's capitalization does not matter. Password and password yield the exact same result, and so generally when creating multi-word articles you should either leave them as all lowercase (first will be capitalised automatically) unless it's a proper noun. I know it can get a little anal, but that's what asspies with too much free time are here for, and it saves a lot of effort down the road when you have strong precedents set up in the beginning. Mike (Talk) 14:18, 2 May 2012 (MSK)