Project Pages and new Infobox template

All about the OSDev Wiki. Discussions about the organization and general structure of articles and how to use the wiki. Request changes here if you don't know how to use the wiki.
Post Reply
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Freenode IRC: klange

Project Pages and new Infobox template

Post by klange »

Always wanted your own Wikipedia article and disappointed by their requirements for notability? Well, this is a reminder that you might not be good enough for Wikipedia, but anything is good enough for our wiki! You can make your own project page as a sub-page of your User: page, and to help you get started I've made a new infobox for projects. You can see it in action here.

If anyone has suggestions for things to add to the Infobox, please let me know! Also, remember to link to your project page from the recently-restyled projects list.
User avatar
sortie
Member
Member
Posts: 930
Joined: Wed Mar 21, 2012 3:01 pm
Freenode IRC: sortie

Re: Project Pages and new Infobox template

Post by sortie »

Neat! Perhaps I should my OS to the project page.

Although, previously the wiki has had emphasis on technical knowledge and howtos - has this been approved by the appropriate authorities? I afraid this might open the floodgates of lots of self-promotion on the wiki.

(Hey - do you mind making fewer edits on the wiki when you make changes? I like to review what gets modified on the wiki and this changeset was kinda heavy. If you plan on major changes, just create a user page and edit away there and delete it when done, that'll also delete the noisy history.)
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Freenode IRC: klange

Re: Project Pages and new Infobox template

Post by klange »

sortie wrote:Neat! Perhaps I should my OS to the project page.

Although, previously the wiki has had emphasis on technical knowledge and howtos - has this been approved by the appropriate authorities? I afraid this might open the floodgates of lots of self-promotion on the wiki.

(Hey - do you mind making fewer edits on the wiki when you make changes? I like to review what gets modified on the wiki and this changeset was kinda heavy. If you plan on major changes, just create a user page and edit away there and delete it when done, that'll also delete the noisy history.)

Personal User: pages have always been acceptable and this is a new template, I didn't actually change anything (may have made and reverted some chabges to Infobox Tool, sorry for the log spam!)

Making new templates is hard when the thing I'm trying to fix has to be tested on another page.
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Freenode IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Re: Project Pages and new Infobox template

Post by pcmattman »

I like the looks of the infobox; it could spruce up the OS Project List a bit. I do have a point of concern though: it seems to be more oriented towards a visual system, and those without any real screenshots to show (who could still have quite an advanced system - say, a headless router) will be left having to take a screenshot of boring terminals or just placing a programmer-art logo there.

That is to say, I'm hoping that the effect of the infobox is positive and doesn't result in even more scrolling past the stacks of projects that are otherwise completely uninteresting from their description/name.

Now... I need to find me a screenshot!
User avatar
dozniak
Member
Member
Posts: 723
Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia

Re: Project Pages and new Infobox template

Post by dozniak »

glxgears or gcc? :P
Learn to read.
Kevin
Member
Member
Posts: 1071
Joined: Sun Feb 01, 2009 6:11 am
Location: Germany
Contact:

Re: Project Pages and new Infobox template

Post by Kevin »

Exactly my problem if I wanted to add a screenshot. The shell or a text editor? Boring, text mode and everyone has this. Some SDL program, like Supertux or dosbox? It would look the same if I ran it on Linux. The network setup menu? Usually you see it only during the first start.

Maybe the best and most individual would be a panic screen, but that might not leave the best impression either... ;)
Developer of tyndur - community OS of Lowlevel (German)
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Freenode IRC: klange

Re: Project Pages and new Infobox template

Post by klange »

pcmattman wrote:I like the looks of the infobox; it could spruce up the OS Project List a bit. I do have a point of concern though: it seems to be more oriented towards a visual system, and those without any real screenshots to show (who could still have quite an advanced system - say, a headless router) will be left having to take a screenshot of boring terminals or just placing a programmer-art logo there.

That is to say, I'm hoping that the effect of the infobox is positive and doesn't result in even more scrolling past the stacks of projects that are otherwise completely uninteresting from their description/name.

Now... I need to find me a screenshot!

The image field, along with all the other fields, is optional; some fields are not relevant for all projects, such as github links, and more fields may be added in the future which will be more specific to specific focuses and features. Actually, half of my editing was getting the optional image field to work right: there's some odd parsing issue when you try to use an = in a {{if}} template... or any other template for that matter; the solution was to make a template called = that contained just a = and then do {{{=}}} in the {{if}}.
Post Reply