Difference between revisions of "Template:HHP"

From Nookipedia, the Animal Crossing wiki
m
m
Line 6: Line 6:
 
                         | {{#ifeq: {{{3|}}}
 
                         | {{#ifeq: {{{3|}}}
 
                               | sm
 
                               | sm
                               | <small>'Happy Home Paradise'</small>
+
                               | <small>''Happy Home Paradise''</small>
 
                               | 3<sup>rd</sup> parameter invalid
 
                               | 3<sup>rd</sup> parameter invalid
 
                               }}
 
                               }}
                         | 'Happy Home Paradise'
+
                         | ''Happy Home Paradise''
 
                         }}
 
                         }}
 
                     | shorter = {{#if: {{{3|}}}
 
                     | shorter = {{#if: {{{3|}}}
Line 29: Line 29:
 
                     | sm = {{#if: {{{3|}}}
 
                     | sm = {{#if: {{{3|}}}
 
                         | {{#switch: {{{3|}}}
 
                         | {{#switch: {{{3|}}}
                               | short = <small>'Happy Home Paradise'</small>
+
                               | short = <small>''Happy Home Paradise''</small>
 
                               | shorter = <small>ACNHHHP</small>
 
                               | shorter = <small>ACNHHHP</small>
 
                               | shortest = <small>HHP</small>
 
                               | shortest = <small>HHP</small>
Line 45: Line 45:
 
                         | {{#ifeq: {{{3|}}}
 
                         | {{#ifeq: {{{3|}}}
 
                               | nolink
 
                               | nolink
                               | <small>'Happy Home Paradise'</small>
+
                               | <small>''Happy Home Paradise''</small>
 
                               | 3<sup>rd</sup> parameter invalid
 
                               | 3<sup>rd</sup> parameter invalid
 
                               }}
 
                               }}
Line 53: Line 53:
 
                         | {{#ifeq: {{{3|}}}
 
                         | {{#ifeq: {{{3|}}}
 
                               | sm
 
                               | sm
                               | <small>'Happy Home Paradise'</small>
+
                               | <small>''Happy Home Paradise''</small>
 
                               | 3<sup>rd</sup> parameter invalid
 
                               | 3<sup>rd</sup> parameter invalid
 
                               }}
 
                               }}
                         | 'Happy Home Paradise'
+
                         | ''Happy Home Paradise''
 
                         }}
 
                         }}
 
                     | 2<sup>nd</sup> parameter invalid
 
                     | 2<sup>nd</sup> parameter invalid
Line 111: Line 111:
 
                         | {{#ifeq: {{{3|}}}
 
                         | {{#ifeq: {{{3|}}}
 
                               | nolink
 
                               | nolink
                               | <small>'Happy Home Paradise'</small>
+
                               | <small>''Happy Home Paradise''</small>
 
                               | 3<sup>rd</sup> parameter invalid
 
                               | 3<sup>rd</sup> parameter invalid
 
                               }}
 
                               }}
Line 134: Line 134:
 
                     | nolink = {{#if: {{{3|}}}
 
                     | nolink = {{#if: {{{3|}}}
 
                         | {{#switch: {{{3|}}}
 
                         | {{#switch: {{{3|}}}
                               | short = <small>'Happy Home Paradise'</small>
+
                               | short = <small>''Happy Home Paradise''</small>
 
                               | shorter = <small>ACNHHHP</small>
 
                               | shorter = <small>ACNHHHP</small>
 
                               | shortest = <small>HHP</small>
 
                               | shortest = <small>HHP</small>

Revision as of 11:35, October 15, 2021

Animal Crossing: New Horizons - Happy Home Paradise

Usage

The template accepts up to three parameters:

  • nolink - Will remove link but still produce game name in italics (e.g. Animal Crossing: New Horizons - Happy Home Paradise). Can be used in combination with sm and one of the following: short, shorter, shortest.
  • sm - Will make the name small text but still produce game name in italics (e.g. Animal Crossing: New Horizons - Happy Home Paradise). Can be used in combination with nolink and one of the following: short, shorter, shortest.
  • short - Will provide shorthand links (e.g. New Horizons - Happy Home Paradise). Can be used in combination with nolink and sm.
  • shorter - Will produce long acronyms instead of title names (e.g. ACNHHHP). Can be used in combination with nolink and sm.
  • shortest - Will produce short acronyms instead of title names (e.g. HHP). Can be used in combination with nolink and sm.


The parameters can be used in any order to achieve the same effect. (e.g. {{HHP|sm|nolink|short}} will yield the same results as {{HHP|short|nolink|sm}}Happy Home Paradise)