Research/Guide
From A Wiki in the Desert
Overview | Hyksos | Kush | Meshwesh | Complete | Wiki Edit Guide |
How To ...
Update Donations
- Edit the research page.
- Find the university you are interested in; universities look like this on the edit page:
{{ResUniversity|Art and Music| ... lots of stuff ... }}
- Inside the university, find the technology; technologies look like this:
{{ResTechnology|Dowsing| {{ResResource|Sharpened Stick|0|49}} {{ResResource|Cactus Sap|2|1111}} }}
- Edit the numbers in the resources of the technology to reflect the current state. The percentages and amount still needed are calculated automatically.
- Save the page.
Add New Research
- Edit the research page and find the university, as above.
- Decide if the research is current (i.e. all required resources can be already produced) or stalled.
- Find the appropriate section in the university; this is either:
{{ResColumn|Current Research|rowspan=3}}
or:
{{ResColumn|Stalled Research}}
- If this is the first research in this section, remove the none template, e.g.:
{{ResColumn|Stalled Research}}
{{ResNone}} - Add the technology template below the start of the section, e.g.:
{{ResColumn|Current Research|rowspan=3}} {{ResTechnology|| }} ... other research ...
- Add the name of the technology, e.g.:
{{ResColumn|Current Research|rowspan=3}} {{ResTechnology|Dowsing| }} ... other research ...
- Add a copy of the resource template for every resource, e.g.:
{{ResColumn|Current Research|rowspan=3}} {{ResTechnology|Dowsing| {{ResResource|||}} {{ResResource|||}} }} ... other research ...
- Add the names and amounts of the resources, e.g.:
{{ResColumn|Current Research|rowspan=3}} {{ResTechnology|Dowsing| {{ResResource|Sharpened Stick|0|49}} {{ResResource|Cactus Sap|2|1111}} }} ... other research ...
Note: For complex items, to avoid broken links, you can use the syntax
Link Name{{!}}Item Name
in place of the item name. For example, if the research calls for Hawthorn Resin, instead of just entering Hawthorn Resin, enterResin{{!}}Hawthorn Resin
. - If you are adding stalled research: make the technology collapse:
{{ResColumn|Stalled Research}} {{ResTechnology|Dowsing|state=collapsed| {{ResResource|Sharpened Stick|0|49}} {{ResResource|Cactus Sap|2|1111}} }} ... other research ...
- Save the page.
Future Research Projects
Use {{ResFuture}} instead of {{ResTechnology}}
Make Stalled Research Current
TODO
Move Research on Timer
- Edit the research page and find the university, as above.
- Find the research that has been completed, e.g.:
{{ResTechnology|Dowsing| {{ResResource|Sharpened Stick|49|49}} {{ResResource|Cactus Sap|1111|1111}} }}
- Select the entire block from
{{ResTechnology
to the}}
and cut it. - Find the research on timer section, which looks like:
{{ResColumn|Research on Timer}}
- If this is the first research in this section, remove the none template, e.g.:
{{ResColumn|Research on Timer}}
{{ResNone}} - Paste the technology you cut out earlier under this section, e.g.:
{{ResColumn|Research on Timer}} {{ResTechnology|Dowsing| {{ResResource|Sharpened Stick|49|49}} {{ResResource|Cactus Sap|1111|1111}} }}
- Remove all resources from the technology, e.g.:
{{ResColumn|Research on Timer}} {{ResTechnology|Dowsing|
{{ResResource|Sharpened Stick|49|49}}{{ResResource|Cactus Sap|1111|1111}}}} - Add the research timer template, e.g.:
{{ResColumn|Research on Timer}} {{ResTechnology|Dowsing| {{ResTimer|}} }}
- Go to the ArmEagle or Cegaiel's research timer page.
- Put in the current values of the timer (hours and minutes) and submit.
- Copy the URL that is now displayed.
- Paste this URL into the research timer template, e.g.:
{{ResColumn|Research on Timer}} {{ResTechnology|Dowsing| {{ResTimer|http://armeagle.atitd.org/timer.php/131771695/teppy/ATITD7A/img.png}} }}
- Change {{ResTechnology|Dowsing| to {{ResOnATimer|Dowsing|
{{ResColumn|Research on Timer}} {{ResOnATimer|Dowsing| {{ResTimer|http://armeagle.atitd.org/timer.php/131771695/teppy/ATITD7A/img.png}} }}
- Save the page.
Move to Completed Research
When a technology has completed research, you should move it to the Completed Research Section When moving an entry from the on-timer section to completed, you have to change the tag used (Note how the tag ResTechnology was replaced by 'BResComplete):
{{ResColumn|Completed Research}}
{{ResComplete|Dowsing}}
}}
This will mark the locations for the 'Opened In' section on the respective Technology page (after that page has been updated itself): Dowsing.
Template Details
TODO