Difference between revisions of "Template:Ask Table Formatter/doc"

From RimWorld Wiki
Jump to navigation Jump to search
(Created page with "This template allows any table created by the "#ask" to use the Template: STDT formatting properly, including the shaded first cell. == Parameters == Thi...")
 
Line 49: Line 49:
 
| ?Daily Milk Average
 
| ?Daily Milk Average
 
| format = template
 
| format = template
| template = Animals/ProductsRow
+
| template = Ask Table Formatter
 
| link = none}}
 
| link = none}}
 
|}
 
|}
Line 65: Line 65:
 
| ?Daily Milk Average
 
| ?Daily Milk Average
 
| format = template
 
| format = template
| template = Animals/ProductsRow
+
| template = Ask Table Formatter
 
| link = none}}
 
| link = none}}
 
|}
 
|}

Revision as of 05:44, 27 November 2022

This template allows any table created by the "#ask" to use the Template: STDT formatting properly, including the shaded first cell.

Parameters

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

  1. Ratio 1 = formatterNumeratorVariable1/formatterDenominatorVariable1
  2. Ratio 2 = formatterNumeratorVariable2/formatterDenominatorVariable2
  3. Ratio 3 = formatterNumeratorVariable3/formatterDenominatorVariable3

Keep in mind the whitespace created when defining these variables on new lines.

Note: the #ask must also use the | link = none parameter.

Examples

Example 1 - Basic

<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
    Megaspider 168
    Spelopede 112
  • Example 2 - Ratios

    <div><li style="display: inline-table;">{{#vardefine:formatterNumeratorVariable1|Daily Milk Average}}{{#vardefine:formatterDenominatorVariable1|Real Hunger Rate}}
    {| {{STDT| sortable c_08 text-center}}
    ! Animal !! Milk Amount !! Milking Interval !! Daily Milk Average !! Daily Milk/Nutrition
    |-
    {{#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:

  • Animal Milk Amount Milking Interval Daily Milk Average Daily Milk/Nutrition
    Caribou 10 2 5 11.36
    Cow 14 1 14 16.28
    Dromedary 18 2 9 10.47
    Elk 11 1 11 12.79
    Goat 12 3 4 11.11
    Yak 11 1 11 12.79