Jump to content

Template:GameConcept: Difference between revisions

From Finance Interactive Wiki
Created page with "<div style="border: 1px solid #ccc; padding: 10px; margin: 10px 0;"> <h3>{{{ConceptName|Unnamed Concept}}}</h3> <b>Overview:</b> <div> {{{Overview|No overview provided.}}} </div> <b>Purpose / Impact:</b> <div> {{{PurposeImpact|No purpose or impact described.}}} </div> <b>Implementation Details:</b> <div> {{{ImplementationDetails|No implementation details provided.}}} </div> <b>Real-World Parallel:</b> <div> {{{RealWorldParallel|Non..."
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="border: 1px solid #ccc; padding: 10px; margin: 10px 0;">
<div style="border:1px solid #ccc; padding:10px; margin:10px 0;">
   <h3>{{{ConceptName|Unnamed Concept}}}</h3>
   <h3 style="margin:0; padding:5px; background-color:#f0f0f0;">{{{Name|Unnamed Concept}}}</h3>
   <b>Overview:</b>
   <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>
    {{{Overview|No overview provided.}}}
  </div>
  <b>Purpose / Impact:</b>
  <div>
    {{{PurposeImpact|No purpose or impact described.}}}
  </div>
  <b>Implementation Details:</b>
  <div>
    {{{ImplementationDetails|No implementation details provided.}}}
  </div>
  <b>Real-World Parallel:</b>
  <div>
    {{{RealWorldParallel|None}}}
  </div>
  <b>Related Concepts:</b>
  <div>
    {{{RelatedConcepts|None}}}
  </div>
</div>
</div>
<noinclude>
<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. It also may describe the differences and similitudes with the real-life counterpart.",
"type": "content",
"required": false
},
"RelatedConcepts": {
"label": "Related Concepts",
"description": "Optional list of pages of related concepts. Use HTML list ",
"type": "content",
"required": false,
"example": "<ul>  <li>[[Discount Rate]]</li>  <li>[[Internal Rate of Return]]</li>  <li>[[Cash Flow]]</li> </ul> "
}
}
}
</templatedata>
</noinclude>

Latest revision as of 19:52, 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 of pages of related concepts. Use HTML list

Example
<ul> <li>[[Discount Rate]]</li> <li>[[Internal Rate of Return]]</li> <li>[[Cash Flow]]</li> </ul>
Contentoptional