TotalyMeow wrote:You probably could copy/past the old tribe wiki templates if you have the patience for it. They were working pretty well before. And it would be nice to be able to reference an accurate wiki while doing design work. We can't remember everything, and it's so much easier to have a record available than to have to keep one.
Really, i don't want dissapoint you... but the old tribe wiki (salem-wiki.com) has exactly the same templates like the sabinati wiki (salemwiki.info).
Foodtemplates have the math formula in it, like:
- Code: Select all
<!--Crawdad Rows-->
|- style="background:#FFFFFF; color:#000000"
| style="background:#efebe5; text-align:right" | '''[[Crawdad]] Min:'''
| style="background:#E6B8B8;" | {{#expr: {{{ Min Blood|0}}}*1.35}}
| {{#expr: {{{ Min Phlegm|0}}}*0.5}}
| {{#expr: {{{ Min Yellow Bile|0}}}*0.5}}
| {{#expr: {{{ Min Black Bile|0}}}*0.5}}
|
|- style="background:#FFFFFF; color:#000000"
| style="background:#efebe5; text-align:right" | '''[[Crawdad]] Max:'''
| style="background:#E6B8B8;" | {{#expr: {{{ Max Blood|0}}}*1.35}}
| {{#expr: {{{ Max Phlegm|0}}}*0.5}}
| {{#expr: {{{ Max Yellow Bile|0}}}*0.5}}
| {{#expr: {{{ Max Black Bile|0}}}*0.5}}
|- style="background:#FFFFFF; color:#000000";colspan="10"
|
And Varible_Food Page is a hard written table:
- Code: Select all
==Variable Values==
:{| class="wikitable sortable"
! Category !! Ingredient !! [[Food Group]] Effect !! Blood !! Phlegm !! Yellow !! Black
|-
| rowspan="4"|Berries
| [[Blackberries]]
| align=center |No Restore
| align=center |.5
| align=center |.5
| align=center |.5
| align=center |1.15
|-
Therefor, bith wikis work the same way.
I guess we have talk past each other.
But we all agree, we should define property attributes for that values and then use them for the math formula and the table.
@lachlaan and Procne... if you both could give me a sample of the rewritten template, i can change all said templates.