Jump to content

Template:GameConcept: Difference between revisions

From Finance Interactive Wiki
No edit summary
No edit summary
Line 3: Line 3:
   <div style="margin:5px 0; border:1px solid #ddd; padding:5px;"><b>Description:</b><br />{{{Description|No description provided.}}}</div>{{#if:{{{StrategyTips|}}}|<div style="margin:5px 0; border:1px solid #ddd; padding:5px;"><b>Strategy Tips:</b><br />{{{StrategyTips}}}</div>|}}{{#if:{{{RealWorldParallel|}}}|<div style="margin:5px 0; border:1px solid #ddd; padding:5px;"><b>Real-World Parallel:</b><br />{{{RealWorldParallel}}}</div>|}}{{#if:{{{RelatedConcepts|}}}|<div style="margin:5px 0; border:1px solid #ddd; padding:5px;"><b>Related concepts:</b><br />{{{RelatedConcepts}}}</div>|}}
   <div style="margin:5px 0; border:1px solid #ddd; padding:5px;"><b>Description:</b><br />{{{Description|No description provided.}}}</div>{{#if:{{{StrategyTips|}}}|<div style="margin:5px 0; border:1px solid #ddd; padding:5px;"><b>Strategy Tips:</b><br />{{{StrategyTips}}}</div>|}}{{#if:{{{RealWorldParallel|}}}|<div style="margin:5px 0; border:1px solid #ddd; padding:5px;"><b>Real-World Parallel:</b><br />{{{RealWorldParallel}}}</div>|}}{{#if:{{{RelatedConcepts|}}}|<div style="margin:5px 0; border:1px solid #ddd; padding:5px;"><b>Related concepts:</b><br />{{{RelatedConcepts}}}</div>|}}
</div>
</div>
<templatedata>
<templatedata>
{
{
  "description": "Displays a concept box with name, description, strategy tips, real-world parallels, and related concepts. Optional parameters display only if filled.",
"description": "Displays a concept box with name, description, strategy tips, real-world parallels, and related concepts. Optional parameters display only if filled.",
  "params": {
"params": {
    "Name": {
"Name": {
      "label": "Name",
"label": "Name",
      "description": "The name of the concept. Defaults to 'Unnamed Concept' if not provided.",
"description": "The name of the concept. Defaults to 'Unnamed Concept' if not provided.",
      "type": "string",
"type": "string",
      "required": true
"required": true
    },
},
    "Description": {
"Description": {
      "label": "Description",
"label": "Description",
      "description": "A description of the concept.",
"description": "A description of the concept.",
      "type": "content",
"type": "content",
      "required": true
"required": true
    },
},
    "StrategyTips": {
"StrategyTips": {
      "label": "Strategy Tips",
"label": "Strategy Tips",
      "description": "Optional strategy tips related to the concept.",
"description": "Optional strategy tips related to the concept.",
      "type": "content",
"type": "content",
      "required": false
"required": false
    },
},
    "RealWorldParallel": {
"RealWorldParallel": {
      "label": "Real-World Parallel",
"label": "Real-World Parallel",
      "description": "Optional real-world equivalent or inspiration for this concept.",
"description": "Optional real-world equivalent or inspiration for this concept. It also may describe the differences and similitudes with the real-life counterpart.",
      "type": "content",
"type": "content",
      "required": false
"required": false
    },
},
    "RelatedConcepts": {
"RelatedConcepts": {
      "label": "Related Concepts",
"label": "Related Concepts",
      "description": "Optional list or description of related concepts.",
"description": "Optional list or description of related concepts.",
      "type": "content",
"type": "content",
      "required": false
"required": false
    }
}
  }
}
}
}
</templatedata>
</templatedata>

Revision as of 19:11, 16 March 2025

Unnamed Concept

Description:
No description provided.

Displays a concept box with name, description, strategy tips, real-world parallels, and related concepts. Optional parameters display only if filled.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
NameName

The name of the concept. Defaults to 'Unnamed Concept' if not provided.

Stringrequired
DescriptionDescription

A description of the concept.

Contentrequired
Strategy TipsStrategyTips

Optional strategy tips related to the concept.

Contentoptional
Real-World ParallelRealWorldParallel

Optional real-world equivalent or inspiration for this concept. It also may describe the differences and similitudes with the real-life counterpart.

Contentoptional
Related ConceptsRelatedConcepts

Optional list or description of related concepts.

Contentoptional