Difference between revisions of "Template:Variants"

From Captain of Industry Wiki
Jump to: navigation, search
(Update building list for 0.5.1b)
m (Add Fast Breeder Reactor)
Line 12: Line 12:
-->{{#ifeq: {{{2|auto}}} | auto | <!--
-->{{#ifeq: {{{2|auto}}} | auto | <!--
   -->{{#switch: {{{1|}}}
   -->{{#switch: {{{1|}}}
      <!--
            Buildings named irregularly
      -->
       | Assembly = {{Variants lite|{{{1}}}|(Manual)|(Electric)|(Electric) II|(Robotic)|(Robotic) II|sep={{#var: sep}}|skipunmarked=yes }}
       | Assembly = {{Variants lite|{{{1}}}|(Manual)|(Electric)|(Electric) II|(Robotic)|(Robotic) II|sep={{#var: sep}}|skipunmarked=yes }}
       | Boiler = {{Variants lite|{{{1}}}|(Coal)|(Gas)|(Electric)|sep={{#var: sep}}|skipunmarked=yes }}
       | Boiler = {{Variants lite|{{{1}}}|(Coal)|(Gas)|(Electric)|sep={{#var: sep}}|skipunmarked=yes }}
Line 33: Line 37:
       | Maintenance Depot = {{Variants lite|irregular=yes|Maintenance Depot||Maintenance Depot (Basic)|Basic|Maintenance II Depot|II|Maintenance III Depot|III|sep={{#var: sep}}|skipunmarked={{{skipunmarked|}}} }}
       | Maintenance Depot = {{Variants lite|irregular=yes|Maintenance Depot||Maintenance Depot (Basic)|Basic|Maintenance II Depot|II|Maintenance III Depot|III|sep={{#var: sep}}|skipunmarked={{{skipunmarked|}}} }}
        
        
 
      <!--
            Buildings named regularly
              Listed for avoiding to using expensive parser function: "#ifexist" in "Template: Variants manual"
      -->
       | Arc Furnace = {{Variants lite|{{{1}}}|II|sep={{#var: sep}}|skipunmarked={{{skipunmarked|}}} }}
       | Arc Furnace = {{Variants lite|{{{1}}}|II|sep={{#var: sep}}|skipunmarked={{{skipunmarked|}}} }}
       | Blast Furnace = {{Variants lite|{{{1}}}|II|sep={{#var: sep}}|skipunmarked={{{skipunmarked|}}} }}
       | Blast Furnace = {{Variants lite|{{{1}}}|II|sep={{#var: sep}}|skipunmarked={{{skipunmarked|}}} }}
Line 53: Line 60:
       | Microchip Machine = {{Variants lite|{{{1}}}|II|sep={{#var: sep}}|skipunmarked={{{skipunmarked|}}} }}
       | Microchip Machine = {{Variants lite|{{{1}}}|II|sep={{#var: sep}}|skipunmarked={{{skipunmarked|}}} }}
       | Mixer = {{Variants lite|{{{1}}}|II|sep={{#var: sep}}|skipunmarked={{{skipunmarked|}}} }}
       | Mixer = {{Variants lite|{{{1}}}|II|sep={{#var: sep}}|skipunmarked={{{skipunmarked|}}} }}
       | Nuclear Reactor = {{Variants lite|{{{1}}}|II|sep={{#var: sep}}|skipunmarked={{{skipunmarked|}}} }}
       | Nuclear Reactor = {{Variants lite|irregular=yes|Nuclear Reactor|Nuclear Reactor|Nuclear Reactor II|II|Fast Breeder Reactor|FBR|sep={{#var: sep}}|skipunmarked={{{skipunmarked|}}} }}
       | Oxygen Furnace = {{Variants lite|{{{1}}}|II|sep={{#var: sep}}|skipunmarked={{{skipunmarked|}}} }}
       | Oxygen Furnace = {{Variants lite|{{{1}}}|II|sep={{#var: sep}}|skipunmarked={{{skipunmarked|}}} }}
       | Pipe = {{Variants lite|{{{1}}}|II|III|sep={{#var: sep}}|skipunmarked={{{skipunmarked|}}} }}
       | Pipe = {{Variants lite|{{{1}}}|II|III|sep={{#var: sep}}|skipunmarked={{{skipunmarked|}}} }}
Line 62: Line 69:
       | Vehicles Depot = {{Variants lite|{{{1}}}|II|III|sep={{#var: sep}}|skipunmarked={{{skipunmarked|}}} }}
       | Vehicles Depot = {{Variants lite|{{{1}}}|II|III|sep={{#var: sep}}|skipunmarked={{{skipunmarked|}}} }}


 
      <!--
            Unlisted buildings
      -->
       | #default = {{Variants manual|{{{1|}}}<!--
       | #default = {{Variants manual|{{{1|}}}<!--
                     -->|{{#ifexist: {{{1|}}} II | II }}<!--
                     -->|{{#ifexist: {{{1|}}} II | II }}<!--

Revision as of 22:12, 25 May 2023

Template documentation (for the above template, sometimes hidden or invisible) [view] [edit] [history] [refresh]
Purpose
This template provides a method to rapidly line variants of machines with the link
Usage
This template accepts the following parameters:
{{{1}}}: Common part of the machine name for all tiers, such as "Pipe" and "Boiler."
{{{2}}} - {{{8}}}: Remaining part of the machine's name, such as "II" and "Gas." If {{{2}}} is omitted or "auto", all variants of the machine will be listed.
{{{sep}}} (optional, rare): Specify separator. Default: &bull;(•)
{{{skipunmarked}}} (optional, rare): If yes, the building whose name is an exact match as {{{1}}} (mostly tier 1) will not be listed. See also an example.
This template requires the page of 1st tier of the machine in the wiki. Notably, all parameters are case-sensitive.
Example
Details
Bracket Completion
The round brackets may be omitted if the entire parameter is covered by the brackets. For example, you can input "Gas" instead of "(Gas)." However, the brackets cannot be omitted if the parameter is covered partially such as "(Electric) II."
Name of 1st tier machine
This template searches the machine page in the wiki for choosing a format. If there is a page named {{{1}}}, it is considered as 1st tier of the machine. If there is a page named "{{{1}}} {{{2}}}" or "{{{1}}} ({{{2}}})", this name is considered as 1st tier of the machine.
Automatically listing variants
If the variants are named regularly by Roman numerals, the variants whose page exists on the wiki are listed. If the variants are irregularly named, the variants to be listed are defined in the code of this template.
The above text is transcluded from Template:Variants/doc; you can change it or view its history. (How does this work?)
If you're done making changes, please refresh the text. (Why?)
You can experiment in this template's sandbox (edit | diff) and testcases (create) pages.
Please add categories and interwikis to Template:Variants/doc. (View all subpages of this page.)