Re: The Alphabetical Ship List
Posted: Sun Jul 01, 2012 5:30 pm
Starting on 'R' now...
For information and discussion about Oolite.
https://bb.oolite.space/
That's not really a problem for me. My OXPs are generally quite stable in terms of features, and a major update would mean a major re-write anyway, meaning a bit of extra work would not be too much of a hassle.maik wrote:but you would still have to work on multiple pages for the updates. Might as well work with non-transcluded pages if maintenance is your concern.
Cool, thanks.Smivs wrote:That's not really a problem for me. My OXPs are generally quite stable in terms of features, and a major update would mean a major re-write anyway, meaning a bit of extra work would not be too much of a hassle.maik wrote:but you would still have to work on multiple pages for the updates. Might as well work with non-transcluded pages if maintenance is your concern.
The majority of updates tend to be things like bugfixes where the version number etc and the 'release history' need updating, and they will only be on one page.
I'll try this for the Clippers and see how we go.
I think this works well.SandJ wrote:How about using Transclusion? That allows the content of one page to appear in another. I shall give it a go right now with the Dragon and its 3 variants and see how it looks ...
Code: Select all
==Available models==
====Dragon FB-103 Assault Craft - The Military Version====
The original Dragon, the FB-103 Assault Craft, is no longer seen in the 8 galaxies.
<!--- Note that the next three commands include all the details of the 3 variants via transclusion, i.e. by importing it from their own pages. --->
{{:Dragon AN}}{{:Dragon SE}}{{:Dragon M}}
{{:page name}}
imports all the content of the page name
into the current page. It also adds a blank line which is why I concatenated them on one line.Code: Select all
{{Semantic Infobox ShipStats Oolite| title=Dragon AN
...
}}
Description of the ship.
Code: Select all
{{Semantic Infobox ShipStats Oolite| title=Dragon AN
|image = [[Image:Dragon_in_flight.png|250px]]
etc.
|baseprice = 200000 Cr
}}
<onlyinclude>
====Dragon AN - The Classic====
This is a nod to the original Dragon, specced to appeal to cargo jockeys. Kitted with an upgradeable 20 TC cargo space, an empty aft gun mount and an 8 round missile launcher, the Dragon AN is a superb upgrade from the Cobra Mk 3. Traders, hunters, and pirates are seen flying the Dragon AN.
</onlyinclude>
See [[Dragon|the Dragon page]] for more information on the other Dragon variants.
Code: Select all
Eagle Long Range Fighter Mk 3
Size (W×H×L) 67m×12m×65m
Cargo capacity 10 TC
Cargo bay extension N/A
Maximum speed 0.32 LM
Manoeuvrability Roll: 2.85
Pitch: 1.6
Energy banks Unknown
Energy recharge rate
Medium (2.5)
Gun mounts Fore
Missile slots 0
Shield boosters available Yes
Military shields available Yes
Hyperspace capable Yes
OXP or standard ADCK's Eagles <-------- Useful info, but is read as "<> OXP"
Available to player Yes
Base price 100000 Cr
You are number 3 to note thisSandJ wrote:Some of the ships which are definitely in OXPs are coming up as "Standard". A random example: "wiki.alioth.net/index.php/Eagle_Long_Range_Fighter_Mk_3_(Oolite)"
Code: Select all
Eagle Long Range Fighter Mk 3 Size (W×H×L) 67m×12m×65m Cargo capacity 10 TC Cargo bay extension N/A Maximum speed 0.32 LM Manoeuvrability Roll: 2.85 Pitch: 1.6 Energy banks Unknown Energy recharge rate Medium (2.5) Gun mounts Fore Missile slots 0 Shield boosters available Yes Military shields available Yes Hyperspace capable Yes OXP or standard ADCK's Eagles <-------- Useful info, but is read as "<> OXP" Available to player Yes Base price 100000 Cr
Good job! Have two!SandJ wrote:How's that? Does it deserve a dancing bananana?
{{ship-OXP}}
is wrong here and can be removed.maik wrote:Good job! Have two!SandJ wrote:How's that? Does it deserve a dancing bananana?
Thank you. Sorted.maik wrote:Just a slight correction: the ship pages are not OXP pages, so the use of{{ship-OXP}}
is wrong here and can be removed.
<grins>SandJ wrote:... bananana?
cim wrote:the standard/OXP column doesn't appear to be correct for most of the entries. A lot of the OXP ships link to the OXP page in the "OXP" box in their existing template, which seems to be causing problems.
Fatleaf wrote:Why is a lot of the entries that are OXP ships being displayed as Standard when their page lists them as OXP?
It is better now. Haven't found a way yet to not display "Unknown" when the value for isoxp contains a link. Also, and some OXPs say something like "Standard, except for ..." which does not register as "Standard". See e.g. the entry for the Anaconda.SandJ wrote:Some of the ships which are definitely in OXPs are coming up as "Standard".
Well done. Thank you.maik wrote:It is better now.
That is a fault of the Anaconda page; it should have a separate page for the liner.maik wrote:Also, and some OXPs say something like "Standard, except for ..." which does not register as "Standard". See e.g. the entry for the Anaconda.