Changes

Interesting, that seemed to work (not a string function muckup)
Line 1: Line 1:  
This is an attempt at directly comparing the profitability of [[Preserves Jar]]s and [[Keg]]s, based on processing time instead of increase in value. Couldn't find a way to merge wikitables, so had to "borrow" a page on [https://www.mediawiki.org/wiki/MediaWiki MediaWiki] since they have visual editing capability there, which makes it ''much'' easier to mass edit tables in this fashion by outright deleting a few columns and creating new ones. Sadly it didn't work to copy back in whole columns, so seems like the rest of the process must be done manually. This is where [[mediawikiwiki:Extension:Cargo|Cargo]] or [[mediawikiwiki:Extension:DynamicPageList3|DPL]] would have been real handy, so that is something to think about for future games.
 
This is an attempt at directly comparing the profitability of [[Preserves Jar]]s and [[Keg]]s, based on processing time instead of increase in value. Couldn't find a way to merge wikitables, so had to "borrow" a page on [https://www.mediawiki.org/wiki/MediaWiki MediaWiki] since they have visual editing capability there, which makes it ''much'' easier to mass edit tables in this fashion by outright deleting a few columns and creating new ones. Sadly it didn't work to copy back in whole columns, so seems like the rest of the process must be done manually. This is where [[mediawikiwiki:Extension:Cargo|Cargo]] or [[mediawikiwiki:Extension:DynamicPageList3|DPL]] would have been real handy, so that is something to think about for future games.
 +
 +
<code><nowiki>{{ #arraydefine: array name | array values | delimiter (defaults to comma) | options }}</nowiki></code><br/>
 +
<code><nowiki>{{#arrayprint:key|delimiter|pattern|subject|options}}</nowiki></code><br/>
 +
<code><nowiki>{{#expr: expression }}</nowiki></code>
 +
 +
 +
{{ #arraydefine: test | 10 }}
 +
 +
{{ #arrayprint: test }}
 +
 +
{{ #expr:{{ #arrayprint: test }}/2}}
 +
 +
 +
    
{| class="wikitable sortable" style="text-align: right;"
 
{| class="wikitable sortable" style="text-align: right;"
62

edits