Template:GameConcept: Difference between revisions
Appearance
Template for game concept entries. Includes name, description, strategy tips (optional), real world parallels (optional) and related concepts (optional) |
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> | |||
{ | |||
"description": "Displays a concept box with name, description, strategy tips, real-world parallels, and related concepts. Optional parameters display only if filled.", | |||
"params": { | |||
"Name": { | |||
"label": "Name", | |||
"description": "The name of the concept. Defaults to 'Unnamed Concept' if not provided.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Description": { | |||
"label": "Description", | |||
"description": "A description of the concept.", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"StrategyTips": { | |||
"label": "Strategy Tips", | |||
"description": "Optional strategy tips related to the concept.", | |||
"type": "content", | |||
"required": false | |||
}, | |||
"RealWorldParallel": { | |||
"label": "Real-World Parallel", | |||
"description": "Optional real-world equivalent or inspiration for this concept.", | |||
"type": "content", | |||
"required": false | |||
}, | |||
"RelatedConcepts": { | |||
"label": "Related Concepts", | |||
"description": "Optional list or description of related concepts.", | |||
"type": "content", | |||
"required": false | |||
} | |||
} | |||
} | |||
</templatedata> | |||
Revision as of 19:01, 16 March 2025
Unnamed Concept
Description:
No description provided.
No description provided.
Displays a concept box with name, description, strategy tips, real-world parallels, and related concepts. Optional parameters display only if filled.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | Name | The name of the concept. Defaults to 'Unnamed Concept' if not provided. | String | required |
| Description | Description | A description of the concept. | Content | required |
| Strategy Tips | StrategyTips | Optional strategy tips related to the concept. | Content | optional |
| Real-World Parallel | RealWorldParallel | Optional real-world equivalent or inspiration for this concept. | Content | optional |
| Related Concepts | RelatedConcepts | Optional list or description of related concepts. | Content | optional |