Template talk:RaceBox

From Ultronomicon
Revision as of 00:44, 31 October 2004 by Jacius (talk | contribs) (Added helpful usage note... helpful for me, anyway.)
Jump to navigation Jump to search

How about something like this?:

{{{name}}}
[[Image:{{{image}}}]]
{{{caption}}}
Homeworld{{{homeworld}}}
Coordinates{{{coordinates}}}
Member of{{{organizations}}}
Ship{{{ship}}}

SvdB 22:07, 26 Oct 2004 (CEST)


Looks good! The one thing I don't like is using the greek alphabet to denote a specific star in a constellation. First of all, the game writes it out (i.e. Alpha Serpentis, not α Serpentis). Second of all, such notation is confusing for readers not familiar with the greek alphabet. -Fadookie 06:12, 27 Oct 2004 (CEST)


But wiki markup supports greek! Oh well. I concede, I've been out voted again. Incidentally, the .pdf map that I have uses fake latin: a for α, b for β, d for δ, etc. Epsilon and Eta get confused and then the whole thing just looks dumb. I believe that most scientific star charts use Greek, but that's of little concern. Mmrnmhrm 17:15, 27 Oct 2004 (CEST)


Yes, proper star charts do use greek, but I don't think it's appropriate here for the reasons mentioned above. Also, for races that don't have COMM screens (androsynth, humans) do you think we should use the captain portraits from the melee screen? It's also possible to use manual art in some cases. -Fadookie 04:20, 28 Oct 2004 (CEST)


I agree that we shouldn't be using the greek alphabet. ("eta" is still greek, just written out, and in the Latin alphabet) for exactly the same reasons. We can't use manual art, as TFB hasn't got the rights on them (at least the SC2 manual). SvdB 14:25, 28 Oct 2004 (CEST)


Okay. I already uploaded the captain screens from Super-Melee for the Androsynth, Humans, Chenjesu, and... Mmrnrhrrm.. I think I almost got the spelling right this time. -Fadookie 16:09, 28 Oct 2004 (CEST)


Ewww... "Quirks mode" HTML...

  1. All tag parameters should be quoted, e.g., <table border="0">
  2. Text alignment, colouring, etc. should be done with styles, the old Netscape <font> tags and "align" parameters have been deprecated for years.
  3. However, inline styles usually look "clumsy". A proper stylesheet and an ID tag for the outer table would be the cleanest approach, is it possible to make stylesheets via Wiki markup?

--Nic 21:11, 28 Oct 2004 (CEST)

Usage Instructions

Your Master
Kzer-ZaComm.png
I for one welcome our new alien overlords
Homeworld: Alpha Beta Soupa IV
Coordinates: 123.4 : 567.8
Member of: Empire of Jacius
Ship: Dreadnought

Just making a note for myself and others who aren't sure about using templates with parameters (like this one).

Include at the top of the article:

{{RaceBox|name=Your Master|image=Kzer-ZaComm.png|caption=I for one welcome our new alien overlords |homeworld=Alpha Beta Soupa IV|coordinates=123.4 : 567.8|organizations=Empire of Jacius|ship=[[Dreadnought]]}}

That is, template name first (RaceBox), a pipe (|), and then a bunch of param=value pairs separated by more pipes. You get something like at the right.