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

Talk:Main Page

From NetSec
Revision as of 15:39, 9 March 2016 by User (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

wiki todo

The sooner we get Category:Requested maintenance etc moving the sooner our main page can look 10x more awesome Hatter 13:49, 15 June 2012 (MSK)

markup stuff

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 Articles, 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 (aside 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 capitalized 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)
Another thing I'm running into is section header handling. Single = section headers should really never be used in articles. They work more or less like ==double section== only they force everything below them to be listed as a sub section. Their purpose is solely for handling archives. You would say, take a talk page on Wikipedia that has 50+ section headers and go back with single sections to sub section them off by dates or similar methods. Mike (Talk) 02:34, 3 May 2012 (MSK)

Templates:

Category:Templates has been populated with every template we have, and I deleted [[Template:Toggle]] and [[Template:PrettyTable]] because they were weird and unused. If you make a new template be sure to add noincludes and the category after the template so every page the template's on doesn't also get tagged as being a template. Mike (Talk) 09:28, 7 May 2012 (MSK)