|
|
(10 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | {|align=center width=100% border=0 cellpadding=10 style='background:#EFDFBD'
| + | <noinclude> |
− | |- align=center valign=top
| + | links i might want to read up on if i get back around to working on things like this |
− | |<!-- First up is Arch -->
| + | *http://en.wikipedia.org/wiki/Template:Navbox#Style_parameters |
− | {|style='border: 1px solid #000; border-spacing: 0; width: 26em; '
| + | =Usage= |
− | |-
| + | This template will generate a table row. I'm not sure how useful that sounds at the moment, but I'm willing to go with that idea for a bit.<br> |
− | | style='width: 0.5em; background: #f80; border-right: 1px solid #aaa' rowspan='0' |
| + | How neat, I *can* pass a template in a variable. Now... how to use this awsome power... muhahhahaha! mmm it'd be tastier with a loop...... back to the researching/studying! |
− | | colspan='2' style='font-size: 90%; font-weight: bold; text-align: center; padding: 0.2em 0.5em 0' | University of
| + | |
− | | style='width: 0.5em; background: #f80; border-left: 1px solid #aaa' rowspan='0' |
| + | sigh i should just leave links here for where to find the info i'm finding useful, it's not like I don't refer back to it more often than i'd like |
− | |- | + | |
− | | colspan='2' style='font-size: 110%; font-weight: bold; text-align: center; padding: 0.2em 0.5em 0' | Architecture | + | http://semantic-mediawiki.org/wiki/Semantic_MediaWiki |
− | |-
| + | |
− | |style='text-align: center; font-weight: bold; font-size: 80%; padding: 0 0.2em; width: 40%; border-bottom: 3px double #aaa' | Tech
| + | http://semantic-mediawiki.org/wiki/Help:Selecting_pages |
− | | style='text-align: center; font-weight: bold; font-size: 80%; padding: 0 0.2em; width: 60%; border-bottom: 3px double #aaa' | Region
| + | |
− | |-
| + | Anyway |
− | {{#iferror: {{#expr:{{{Alternative Fuels}}} and 1}} |{{ORT|Alternative Fuels}} | }} | + | |
− | {{#iferror: {{#expr:{{{Basic Metal Treatment}}} and 1}} |{{ORT|Basic Metal Treatment}} | }} | + | here's a thought for making this somewhat useful |
− | {{#iferror: {{#expr:{{{Gearbox Design}}} and 1}} |{{ORT|Gearbox Design}} | }} | + | |
− | {{#iferror: {{#expr:{{{Improved Brick Rack Construction}}} and 1 }} |{{ORT|Improved Brick Rack Construction}} | }} | + | I was thinking of the alternating background deal |
− | {{#iferror: {{#expr:{{{Masonry}}} and 1}} |{{ORT|Masonry}} | }} | + | |
− | {{#iferror: {{#expr:{{{Mining}}} and 1}} |{{ORT|Mining}} | }} | + | which can become convoluted |
− | {{#iferror: {{#expr:{{{Obelisk Construction}}} and 1}} | {{User:Amisibastet/temp/2|Obelisk Construction|0}} | {{User:Amisibastet/temp/2|Obelisk Construction|{{{Obelisk Construction}}} }} }} <!-- obe con has multiple ranks --> | + | |
− | {{#iferror: {{#expr:{{{Pyramid Construction}}} and 1 }} |{{ORT|Pyramid Construction - Architecture}} | {{User:Amisibastet/temp/2|Pyramid Construction - Architecture|{{{Pyramid Construction}}} }} }}<!-- Pyramid Con has multiple ranks --> | + | so, I'd need an even or an odd for which background color goes first |
− | {{#iferror: {{#expr:{{{Stonecutting}}} and 1}} | {{ORT|Stonecutting}} | }} | + | |
− | {{#iferror: {{#expr:{{{Stonemasonry}}} and 1 }} | {{ORT|Stonemasonry}} | }} | + | and without currently knowing a looping thing, I'll just have to do it with if statements & give it a limited number of cells |
− | {{#iferror: {{#expr:{{{Wood Treatment}}} and 1}} | {{ORT|Wood Treatment}} | }} | + | |
− | |} <!-- closing Arch table -->
| + | yea, that'll work, it won't work perfectly, but it'll work |
| + | |
| + | for simplicity sake I'm going to leave the row marker out for now |
| + | |
| + | |
| + | ==usage== |
| + | <nowiki>{{ template | even/odd | background1 | background 2 | data | data | data | data | data | data | data | data | data | data }}</nowiki> |
| + | |
| + | It takes in up to 10 data cells (why 10? because, that's why) |
| + | |
| + | I wonder if I can give it numbers hmm, might work better if i rearrange it for that tho, bah! but that messes up the rest ... or, not at all if the backgrounds & even/odd are named hmm |
| + | |
| + | </noinclude> |
| + | {{#switch: {{{1}}} |
| + | |even |
| + | |Even={{!}}style='background: {{{2}}};' {{!}} {{{4}}} |
| + | {{!}}style='background: {{{3}}};' {{!}} {{{5}}} |
| + | {{!}}style='background: {{{2}}};' {{!}} {{{6}}} |
| + | {{!}}style='background: {{{3}}};' {{!}} {{{7}}} |
| + | {{!}}style='background: {{{2}}};' {{!}} {{{8}}} |
| + | {{!}}style='background: {{{3}}};' {{!}} {{{9}}} |
| + | {{!}}style='background: {{{2}}};' {{!}} {{{10}}} |
| + | {{!}}style='background: {{{3}}};' {{!}} {{{11}}} |
| + | {{!}}style='background: {{{2}}};' {{!}} {{{12}}} |
| + | {{!}}style='background: {{{3}}};' {{!}} {{{13}}} |
| + | |odd |
| + | |Odd={{!}}style='background: {{{3}}};' {{!}} {{{4}}} |
| + | {{!}}style='background: {{{2}}};' {{!}} {{{5}}} |
| + | {{!}}style='background: {{{3}}};' {{!}} {{{6}}} |
| + | {{!}}style='background: {{{2}}};' {{!}} {{{7}}} |
| + | {{!}}style='background: {{{3}}};' {{!}} {{{8}}} |
| + | {{!}}style='background: {{{2}}};' {{!}} {{{9}}} |
| + | {{!}}style='background: {{{3}}};' {{!}} {{{10}}} |
| + | {{!}}style='background: {{{2}}};' {{!}} {{{11}}} |
| + | {{!}}style='background: {{{3}}};' {{!}} {{{12}}} |
| + | {{!}}style='background: {{{2}}};' {{!}} {{{13}}} |
| + | |Please use 'even' or 'odd' in the 2nd variable}} |
| + | <noinclude> |
| + | ---- |
| + | so I was thinking.. the whole 'Research/Saqqarah' thing sucks...... and I can't work out how to make it not show that... |
| + | |
| + | Or can I |
| + | |
| + | yea I've a few ideas |
| + | Though I haven't gotten them working just yet |
| | | |
− | |<!-- next to arch is art -->
| + | But this latest idea was mmm convoluted I suppose. |
− | {|style='border: 1px solid #000; border-spacing: 0; width: 26em; '
| + | The first part of the problem is that it uses an ask statement which returns pages & the main namespace has the subpages thing turned off. So it treats subpages as pagenames rather than as subpages. |
− | |-
| |
− | | style='width: 0.5em; background: #0cf; border-right: 1px solid #aaa' rowspan='0' |
| |
− | | colspan='2' style='font-size: 90%; font-weight: bold; text-align: center; padding: 0.2em 0.5em 0' | University of
| |
− | | style='width: 0.5em; background: #0cf; border-left: 1px solid #aaa' rowspan='0' |
| |
− | |-
| |
− | | colspan='2' style='font-size: 110%; font-weight: bold; text-align: center; padding: 0.2em 0.5em 0' | Art & Music
| |
− | |-
| |
− | |style='text-align: center; font-weight: bold; font-size: 80%; padding: 0 0.2em; width: 40%; border-bottom: 3px double #aaa' | Tech
| |
− | | style='text-align: center; font-weight: bold; font-size: 80%; padding: 0 0.2em; width: 60%; border-bottom: 3px double #aaa' | Region
| |
− | |-
| |
− | {{#iferror: {{#expr:{{{Advanced Blacksmithing}}} and 1 }} | {{ORT|Advanced Blacksmithing}} | }}
| |
− | {{#iferror: {{#expr:{{{Advanced Glassblowing}}} and 1 }} |{{ORT|Advanced Glassblowing}} | }}
| |
− | {{#iferror: {{#expr:{{{Airship Construciton}}} and 1 }} |{{ORT|Airship Construction}} | }}
| |
− | {{#iferror: {{#expr:{{{Blacksmithing}}} and 1 }} |{{ORT|Blacksmithing}} | }}
| |
− | {{#iferror: {{#expr:{{{Chromatic Touch}}} and 1 }} |{{ORT|Chromatic Touch}} | }}
| |
− | {{#iferror: {{#expr:{{{Chrystal Acoustics}}} and 1 }} |{{ORT|Crystal Acoustics}} | }}
| |
− | {{#iferror: {{#expr:{{{Ferry Construction}}} and 1 }} |{{ORT|Ferry Construction 2}} | {{User:Amisibastet/temp/2|Ferry Construction|{{{Ferry Construction}}} }} }}<!-- ferry con is wacky due to only have 1 tech but rank 2 -->
| |
− | {{#iferror: {{#expr:{{{Glassblowing}}} and 1 }} |{{ORT|Glassblowing}} | }}
| |
− | {{#iferror: {{#expr:{{{Mass Production of Color}}} and 1 }} |{{ORT|Mass Production of Color}} | }}
| |
− | {{#iferror: {{#expr:{{{Pyramid Construction}}} and 1 }} |{{ORT|Pyramid Construction - Art}} | {{User:Amisibastet/temp/2|Pyramid Construction - Art|{{{Pyramid Construction}}} }} }}<!-- Pyramid Con has multiple ranks -->
| |
− | {{#iferror: {{#expr:{{{Pyrotechnic Mortar Construction}}} and 1 }} |{{ORT|Pyrotechnic Mortar Construction}} | }}
| |
− | {{#iferror: {{#expr:{{{Raeli Pottery}}} and 1 }} |{{ORT|Raeli Pottery}} | }}
| |
− | {{#iferror: {{#expr:{{{Taxidermy}}} and 1 }} |{{ORT|Taxidermy}} | }}
| |
− | {{#iferror: {{#expr:{{{The Science of Color}}} and 1 }} |{{ORT|The Science of Color}} | }}
| |
− | |} <!-- closing art table -->
| |
| | | |
− | |- align=center valign=top
| + | But I can hand the results to a template to produce the results in a format that I actually want. I wonder how much of a pain that'll be. |
− | |<!-- after art is body -->
| |
− | {|style='border: 1px solid #000; border-spacing: 0; width: 26em; '
| |
− | |-
| |
− | | style='width: 0.5em; background: #4f4; border-right: 1px solid #aaa' rowspan='0' |
| |
− | | colspan='2' style='font-size: 90%; font-weight: bold; text-align: center; padding: 0.2em 0.5em 0' | University of
| |
− | | style='width: 0.5em; background: #4f4; border-left: 1px solid #aaa' rowspan='0' |
| |
− | |-
| |
− | | colspan='2' style='font-size: 110%; font-weight: bold; text-align: center; padding: 0.2em 0.5em 0' | The Human Body
| |
− | |-
| |
− | |style='text-align: center; font-weight: bold; font-size: 80%; padding: 0 0.2em; width: 40%; border-bottom: 3px double #aaa' | Tech
| |
− | | style='text-align: center; font-weight: bold; font-size: 80%; padding: 0 0.2em; width: 60%; border-bottom: 3px double #aaa' | Region
| |
− | |-
| |
− | {{#iferror: {{#expr:{{{Advanced Charcoal Production}}} and 1 }} |{{ORT|Advanced Charcoal Production}} | }}
| |
− | {{#iferror: {{#expr:{{{Aromatics}}} and 1 }} |{{ORT|Aromatics}} | }}
| |
− | {{#iferror: {{#expr:{{{Basic Charcoal Production}}} and 1 }} |{{ORT|Basic Charcoal Production}} | }}
| |
− | {{#iferror: {{#expr:{{{Beer Brewing}}} and 1 }} |{{ORT|Beer Brewing}} | }}
| |
− | {{#iferror: {{#expr:{{{Controlled Burn}}} and 1 }} |{{ORT|Controlled Burn}} | }}
| |
− | {{#iferror: {{#expr:{{{Dowsing}}} and 1 }} |{{ORT|Dowsing}} | }}
| |
− | {{#iferror: {{#expr:{{{Perfuming}}} and 1 }} |{{ORT|Perfuming}} | }}
| |
− | {{#iferror: {{#expr:{{{Pyramid Construction}}} and 1 }} |{{ORT|Pyramid Construction - Body}} | {{User:Amisibastet/temp/2|Pyramid Construction - Body|{{{Pyramid Construction}}} }} }}<!-- Pyramid Con has multiple ranks -->
| |
− | |} <!-- closing body table -->
| |
| | | |
− | |<!-- after body is harmony -->
| + | {{#ask: [[Researched::+]] [[Research/Adn]] |
− | {|style='border: 1px solid #000; border-spacing: 0; width: 26em; ' | + | |format=template |
− | |-
| + | |Template=:User:Amisibastet/temp/2}} |
− | | style='width: 0.5em; background: #c0f; border-right: 1px solid #aaa' rowspan='0' |
| |
− | | colspan='2' style='font-size: 90%; font-weight: bold; text-align: center; padding: 0.2em 0.5em 0' | University of
| |
− | | style='width: 0.5em; background: #c0f; border-left: 1px solid #aaa' rowspan='0' | | |
− | |-
| |
− | | colspan='2' style='font-size: 110%; font-weight: bold; text-align: center; padding: 0.2em 0.5em 0' | Harmony | |
− | |-
| |
− | |style='text-align: center; font-weight: bold; font-size: 80%; padding: 0 0.2em; width: 40%; border-bottom: 3px double #aaa' | Tech
| |
− | | style='text-align: center; font-weight: bold; font-size: 80%; padding: 0 0.2em; width: 60%; border-bottom: 3px double #aaa' | Region
| |
− | |-
| |
− | {{#iferror: {{#expr:{{{Advanced Metallurgy}}} and 1 }} |{{User:Amisibastet/temp/2|Advanced Metallurgy|0}} | {{User:Amisibastet/temp/2|Advanced Metallurgy|{{{Advanced Metallurgy}}} }} }} <!-- Chariot Repair has multiple ranks -->
| |
− | {{#iferror: {{#expr:{{{Chariot Repair}}} and 1 }} |{{User:Amisibastet/temp/2|Chariot Repair|0}} | {{User:Amisibastet/temp/2|Chariot Repair|{{{Chariot Repair}}} }} }} <!-- Chariot Repair has multiple ranks -->
| |
− | {{#iferror: {{#expr:{{{Casting}}} and 1 }} | {{ORT|Casting}} | }}
| |
− | {{#iferror: {{#expr:{{{Deep Well Construction}}} and 1 }} |{{ORT|Deep Well Construction}} | }}
| |
− | {{#iferror: {{#expr:{{{Fine Casting}}} and 1 }} | {{ORT|Fine Casting}} | }}
| |
− | {{#iferror: {{#expr:{{{Metallurgy}}} and 1 }} |{{User:Amisibastet/temp/2|Metallurgy|0}} | {{User:Amisibastet/temp/2|Metallurgy|{{{Metallurgy}}} }} }} <!-- Metallurgy has multiple ranks -->
| |
− | {{#iferror: {{#expr:{{{Pyramid Construction}}} and 1 }} |{{ORT|Pyramid Construction - Harmony}} | {{User:Amisibastet/temp/2|Pyramid Construction - Harmony|{{{Pyramid Construction}}} }} }}<!-- Pyramid Con has multiple ranks -->
| |
− | |} <!-- closing harmony table -->
| |
| | | |
− | |- align=center valign=top
| |
− | |<!-- after harmony is leadership -->
| |
− | {|style='border: 1px solid #000; border-spacing: 0; width: 26em; '
| |
− | |-
| |
− | | style='width: 0.5em; background: #44f; border-right: 1px solid #aaa' rowspan='0' |
| |
− | | colspan='2' style='font-size: 90%; font-weight: bold; text-align: center; padding: 0.2em 0.5em 0' | University of
| |
− | | style='width: 0.5em; background: #44f; border-left: 1px solid #aaa' rowspan='0' |
| |
− | |-
| |
− | | colspan='2' style='font-size: 110%; font-weight: bold; text-align: center; padding: 0.2em 0.5em 0' | Leadership
| |
− | |-
| |
− | |style='text-align: center; font-weight: bold; font-size: 80%; padding: 0 0.2em; width: 40%; border-bottom: 3px double #aaa' | Tech
| |
− | | style='text-align: center; font-weight: bold; font-size: 80%; padding: 0 0.2em; width: 60%; border-bottom: 3px double #aaa' | Region
| |
− | |-
| |
− | {{#iferror: {{#expr:{{{Basic Trade}}} and 1 }} |{{ORT|Basic Trade}} | }}
| |
− | {{#iferror: {{#expr:{{{Guild Construction}}} and 1 }} |{{ORT|Guild Construction}} | }}
| |
− | {{#iferror: {{#expr:{{{Papyrus Paper Fabrication}}} and 1 }} |{{ORT|Papyrus Paper Fabrication}} | }}
| |
− | {{#iferror: {{#expr:{{{Pyramid Construction}}} and 1 }} |{{ORT|Pyramid Construction - Leadership}} | {{User:Amisibastet/temp/2|Pyramid Construction - Leadership|{{{Pyramid Construction}}} }} }}<!-- Pyramid Con has multiple ranks -->
| |
− | {{#iferror: {{#expr:{{{Sign Construction}}} and 1 }} |{{ORT|Sign Construction}} | }}
| |
− | {{#iferror: {{#expr:{{{Stellae Construction}}} and 1 }} |{{ORT|Stellae Construction}} | }}
| |
− | |} <!-- closing leadership table -->
| |
| | | |
− | |<!-- after leadership is thought (how appropriate! lol) -->
| + | it's not going so well yet |
− | {|style='border: 1px solid #000; border-spacing: 0; width: 26em; '
| |
− | |-
| |
− | | style='width: 0.5em; background: #f44; border-right: 1px solid #aaa' rowspan='0' |
| |
− | | colspan='2' style='font-size: 90%; font-weight: bold; text-align: center; padding: 0.2em 0.5em 0' | University of
| |
− | | style='width: 0.5em; background: #f44; border-left: 1px solid #aaa' rowspan='0' |
| |
− | |-
| |
− | | colspan='2' style='font-size: 110%; font-weight: bold; text-align: center; padding: 0.2em 0.5em 0' | Thought
| |
− | |-
| |
− | |style='text-align: center; font-weight: bold; font-size: 80%; padding: 0 0.2em; width: 40%; border-bottom: 3px double #aaa' | Tech
| |
− | | style='text-align: center; font-weight: bold; font-size: 80%; padding: 0 0.2em; width: 60%; border-bottom: 3px double #aaa' | Region
| |
− | |-
| |
− | {{#iferror: {{#expr:{{{Basic Chemistry}}} and 1 }} |{{ORT|Basic Chemistry}} | }}
| |
− | {{#iferror: {{#expr:{{{Cross Breeding}}} and 1 }} |{{ORT|Cross Breeding}} | }}
| |
− | {{#iferror: {{#expr:{{{Gem Cutting}}} and 1 }} |{{ORT|Gem Cutting}} | }}
| |
− | {{#iferror: {{#expr:{{{Herpeculture}}} and 1 }} |{{ORT|Herpeculture}} | }}
| |
− | {{#iferror: {{#expr:{{{Hive Optimization}}} and 1 }} |{{ORT|Hive Optimization}} | }}
| |
− | {{#iferror: {{#expr:{{{Neutralization}}} and 1 }} |{{ORT|Neutralization}} | }}
| |
− | {{#iferror: {{#expr:{{{Pyramid Construction}}} and 1 }} |{{ORT|Pyramid Construction - Thought}} | {{User:Amisibastet/temp/2|Pyramid Construction - Thought|{{{Pyramid Construction}}} }} }}<!-- Pyramid Con has multiple ranks -->
| |
− | {{#iferror: {{#expr:{{{Structural Pottery}}} and 1 }} |{{ORT|Structural Pottery}} | }}
| |
− | {{#iferror: {{#expr:{{{Toxin Extraction}}} and 1 }} |{{ORT|Toxin Extraction}} | }}
| |
− | {{#iferror: {{#expr:{{{Water Mining}}} and 1 }} |{{ORT|Water Mining}} | }}
| |
− | |} <!-- closing thought table -->
| |
| | | |
− | |- align=center valign=top
| + | can't really tell what is being handed to the template |
− | |<!-- after thought is worship -->
| + | so i can't do a #switch on it |
− | {|style='border: 1px solid #000; border-spacing: 0; width: 26em; ' | + | </noinclude> |
| + | {| border=2 style='background:transparent' |
| |- | | |- |
− | | style='width: 0.5em; background: #ff2; border-right: 1px solid #aaa' rowspan='0' | | + | | |
− | | colspan='2' style='font-size: 90%; font-weight: bold; text-align: center; padding: 0.2em 0.5em 0' | University of | + | {| style='background:transparent' cellpadding=10 cellspacing=20 border=0 |
− | | style='width: 0.5em; background: #ff2; border-left: 1px solid #aaa' rowspan='0' |
| + | |+'''First Run''' |
| |- | | |- |
− | | colspan='2' style='font-size: 110%; font-weight: bold; text-align: center; padding: 0.2em 0.5em 0' | Worship | + | | |
− | |-
| + | # {{{c1x}}}, {{{c1y}}} |
− | |style='text-align: center; font-weight: bold; font-size: 80%; padding: 0 0.2em; width: 40%; border-bottom: 3px double #aaa' | Tech
| + | {{{c1x}}}, {{{c1y}}},{{{d1}}} {{{c1x}}}, {{{c1y}}} |
− | | style='text-align: center; font-weight: bold; font-size: 80%; padding: 0 0.2em; width: 60%; border-bottom: 3px double #aaa' | Region
| + | |} |
− | |-
| + | |} |
− | {{#iferror: {{#expr:{{{Advanced Animal Husbandry}}} and 1 }} |{{ORT|Advanced Animal Husbandry}} | }}
| |
− | {{#iferror: {{#expr:{{{Advanced Horticulture}}} and 1 }} |{{ORT|Advanced Horticulture}} | }} | |
− | {{#iferror: {{#expr:{{{Agriculture}}} and 1 }} |{{ORT|Agriculture}} | }} | |
− | {{#iferror: {{#expr:{{{Ambrosia Brewing}}} and 1 }} |{{ORT|Ambrosia Brewing}} | }}
| |
− | {{#iferror: {{#expr:{{{Animal Husbandry}}} and 1 }} |{{ORT|Animal Husbandry}} | }} | |
− | {{#iferror: {{#expr:{{{Avian Selection}}} and 1 }} |{{ORT|Avian Selection}} | }}
| |
− | {{#iferror: {{#expr:{{{Barley Cultivation}}} and 1 }} |{{ORT|Barley Cultivation}} | }}
| |
− | {{#iferror: {{#expr:{{{Beekeeping}}} and 1 }} |{{ORT|Beekeeping}} | }}
| |
− | {{#iferror: {{#expr:{{{Entomology}}} and 1 }} |{{ORT|Entomology}} | }}
| |
− | {{#iferror: {{#expr:{{{Gardening}}} and 1 }} |{{ORT|Gardening}} | }}
| |
− | {{#iferror: {{#expr:{{{Horticulture}}} and 1 }} |{{ORT|Horticulture}} | }}
| |
− | {{#iferror: {{#expr:{{{Modern Sheep Farming}}} and 1 }} |{{ORT|Modern Sheep Farming}} | }}
| |
− | {{#iferror: {{#expr:{{{Pyramid Construction}}} and 1 }} |{{ORT|Pyramid Construction - Worship}} | {{User:Amisibastet/temp/2|Pyramid Construction - Worship|{{{Pyramid Construction}}} }} }}<!-- Pyramid Con has multiple ranks -->
| |
− | {{#iferror: {{#expr:{{{Thistle Gardening}}} and 1 }} |{{ORT|Thistle Gardening}} | }}
| |
− | {{#iferror: {{#expr:{{{Viticulture}}} and 1 }} |{{ORT|Viticulture}} | }}
| |
− | |} <!-- closing worship table --> | |
| | | |
− | |}<!-- closing the placement table -->
| |
− | <noinclude>
| |
− | fume=1
| |
− | advanced animal husbandry=1
| |
− | advanced blacksmithing=1
| |
− | advanced glassblowing=1
| |
− | advanced metallurgy=2
| |
− | agriculture=1
| |
− | animal husbandry=1
| |
− | aromatics=1
| |
− | avian selection=1
| |
− | barley cultivation=1
| |
− | basic charcoal production=1
| |
− | basic chemistry=1
| |
− | beekeeping=1
| |
− | beer brewing=1
| |
− | blacksmithing=1
| |
− | botanical identification=1
| |
− | brick rack construction=1
| |
− | carpentry=1
| |
− | carving=4
| |
− | casting=1
| |
− | chariot repair=1
| |
− | clothwork=1
| |
− | compound construction=1
| |
− | controlled burn=1
| |
− | cooking=1
| |
− | desiccation=1
| |
− | dowsing=1
| |
− | ecology=3
| |
− | entomology=1
| |
− | exploration travel=1
| |
− | fine casting=1
| |
− | firebuilding=3
| |
− | fishing=1
| |
− | flax processing=1
| |
− | foraging=1
| |
− | gardening=1
| |
− | glassblowing=1
| |
− | guild construction=1
| |
− | hive optimization=1
| |
− | home construction=1
| |
− | horticulture=1
| |
− | improved brick rack construction=1
| |
− | kiln construction=1
| |
− | masonry=1
| |
− | mining=1
| |
− | metallurgy=2
| |
− | pyrotechnic mortar construction=1
| |
− | navigation=1
| |
− | obelisk construction=2
| |
− | ore extraction=2
| |
− | papyrus paper fabrication=1
| |
− | pottery=1
| |
− | project management=1
| |
− | pyramid construction=7
| |
− | rhythmic strength=5
| |
− | ritual item construction=1
| |
− | rock saw construction=1
| |
− | salvage techniques=2
| |
− | sign construction=1
| |
− | stone blade fabrication=7
| |
− | stonecutting=1
| |
− | stonemasonry=1
| |
− | structural pottery=1
| |
− | structure maintenance=1
| |
− | strusture reapri=1
| |
− | taxidermy=1
| |
− | the science of color=1
| |
− | viticulture=1
| |
− | water mining=1
| |
− | wood treatment=1
| |
| ---- | | ---- |
− | *Architecture = #f80
| |
− | *Art = #0cf
| |
− | *Body = #4f4
| |
− | *Harmony = #c0f
| |
− | *Leadership = #44f
| |
− | *Thought = #f44
| |
− | *Discipline = #ff2
| |
| | | |
− | MidnightBlue, me, SaiCoSis, Heplotep, Waerloga, Pandemonis
| + | {{#ask: [[PointOfInterest::+]] |
− | </noinclude>
| + | |?PointOfInterest |
| + | }} |