Difference between revisions of "Template:Ask Table Formatter"
Jump to navigation
Jump to search
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | < | + | <includeonly> |
− | |||
− | |||
− | |||
|- | |- | ||
− | ! | + | ! {{DLC Icons|{{{1|Alpaca}}}}} |
− | < | + | {{#if: {{{2|}}} | {{!}}{{!}} {{{2|}}}}}<!-- |
− | |- | + | -->{{#if: {{{3|}}} | {{!}}{{!}} {{{3|}}}}}<!-- |
− | ! {{{ | + | -->{{#if: {{{4|}}} | {{!}}{{!}} {{{4|}}}}}<!-- |
− | | {{{ | + | -->{{#if: {{{5|}}} | {{!}}{{!}} {{{5|}}}}}<!-- |
− | | {{{ | + | -->{{#if: {{{6|}}} | {{!}}{{!}} {{{6|}}}}}<!-- |
− | | {{{ | + | -->{{#if: {{{7|}}} | {{!}}{{!}} {{{7|}}}}}<!-- |
− | |- | + | -->{{#if: {{{8|}}} | {{!}}{{!}} {{{8|}}}}}<!-- |
− | + | -->{{#if: {{{9|}}} | {{!}}{{!}} {{{9|}}}}}<!-- | |
− | <noinclude> | + | -->{{#if: {{{10|}}} | {{!}}{{!}} {{{10|}}}}}<!-- |
+ | -->{{#if: {{#var:formatterNumeratorVariable1}} | {{#if: {{#varexists:formatterDenominatorVariable1}} | {{!}}{{!}} {{#expr:{{Q|{{{1|}}}|{{#var:formatterNumeratorVariable1}} }} / {{Q|{{{1|}}}|{{#var:formatterDenominatorVariable1}} }} * {{#var:formatterFactorVariable1|1}} round 2}} }} }}<!-- | ||
+ | -->{{#if: {{#var:formatterNumeratorVariable2}} | {{#if: {{#varexists:formatterDenominatorVariable2}} | {{!}}{{!}} {{#expr:{{Q|{{{1|}}}|{{#var:formatterNumeratorVariable2}} }} / {{Q|{{{1|}}}|{{#var:formatterDenominatorVariable2}} }} * {{#var:formatterFactorVariable2|1}} round 2}} }} }}<!-- | ||
+ | -->{{#if: {{#var:formatterNumeratorVariable3}} | {{#if: {{#varexists:formatterDenominatorVariable3}} | {{!}}{{!}} {{#expr:{{Q|{{{1|}}}|{{#var:formatterNumeratorVariable3}} }} / {{Q|{{{1|}}}|{{#var:formatterDenominatorVariable3}} }} * {{#var:formatterFactorVariable3|1}} round 2}} }} }}</includeonly><noinclude> | ||
+ | {{Documentation}}</noinclude> |
Latest revision as of 13:30, 20 December 2023
This template allows any table created by the "#ask" to use the Template: STDT formatting properly, including the shaded first cell.
Parameters[edit]
This template does not use traditional template parameters, instead it is fed up to 10 parameters to display by the #ask itself. Further, up to three ratios can be defined to be displayed as the final columns in the table be defining the following wiki variables
- Ratio 1 = formatterNumeratorVariable1 / formatterDenominatorVariable1 * formatterFactorVariable1
- Ratio 2 = formatterNumeratorVariable2 / formatterDenominatorVariable2 * formatterFactorVariable2
- Ratio 3 = formatterNumeratorVariable3 / formatterDenominatorVariable3 * formatterFactorVariable3
Keep in mind the whitespace created when defining these variables on new lines.
Note: the #ask must also use the | link = none
parameter.
Examples[edit]
Example 1 - Basic[edit]
<div><li style="display: inline-table;"> {| {{STDT| sortable c_08 text-center}} ! Insectoid !! Meat Amount |- {{#ask: [[Category:Insectoid]] | ?Meat Yield | format = template | template = Ask Table Formatter | link = none }} </li></div>
Produces:
Insectoid | Meat Amount |
---|---|
Megascarab | 31 |
Megascarab cocoon | |
Megaspider | 168 |
Megaspider cocoon | |
Spelopede | 112 |
Spelopede cocoon |
Example 2 - Ratios[edit]
<div><li style="display: inline-table;">{{#vardefine:formatterNumeratorVariable1|Daily Milk Average}}{{#vardefine:formatterDenominatorVariable1|Real Hunger Rate}}{{#vardefine:formatterNumeratorVariable2|Daily Milk Average}}{{#vardefine:formatterDenominatorVariable2|Real Hunger Rate}}{{#vardefine:formatterFactorVariable2|0.05}} {| {{STDT| sortable c_08 text-center}} ! Animal !! Milk Amount !! Milking<br/>Interval !! Milk/Day<br/>(Average) !! Milk / food consumed<br/>per day !! Nutrition / food consumed<br/>per day |- {{#ask: [[Concept:Production Animals]] [[Milk Amount::+]] [[Milk Name::Milk]] | ?Milk Amount | ?Milking Interval Days | ?Daily Milk Average | format = template | template = Ask Table Formatter | link = none}} |} </li></div>
Produces:
The above documentation is transcluded from Template:Ask Table Formatter/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |