Template:GameAbbrTag: Difference between revisions

From Step Mods | Change The Game
(Created page with "<includeonly><abbr title="{{{1}}}">{{#switch:{{{1|}}} | BeyondSkyrim | BYS = Beyond Skyrim | Fallout3 | FO3 = Fallout 3 | Fallout4 | FO4 = Fallout 4 | FalloutNV | FNV = Fallou...")
 
mNo edit summary
Line 16: Line 16:


==Purpose & Usage==
==Purpose & Usage==
Used to provide common abbreviations for games primarily so that guides and other common markup can be shared across GameSpaces ([[Property:Game]]). This will convert input text into an abbreviation with an HTML tag.
Used to provide HTML <abbr> tags for GameSpace ([[Property:Game]]) abbreviations to help out with SEO.


=== Required Parameters ===
=== Required Parameters ===
Line 30: Line 30:
===Fully Specified===
===Fully Specified===
'''Code:'''
'''Code:'''
<pre>{{Abbreviation|Fallout 3}}</pre>
<pre>{{GamespaceAbbreviation|FO3}}</pre>
'''Result:''' {{Abbreviation|Fallout 3}}
'''Result:''' {{GamespaceAbbreviation|FO3}}


<hr class="my-5">
<hr class="my-5">


'''Code:'''
'''Code:'''
<pre>{{Abbreviation|Fallout3}}</pre>
<pre>{{GamespaceAbbreviation|Fallout3}}</pre>
'''Result:''' {{Abbreviation|Fallout3}}
'''Result:''' {{GamespaceAbbreviation|Fallout3}}


<hr class="my-5">
<hr class="my-5">


'''Code:'''
'''Code:'''
<pre>{{Abbreviation|No Man's Sky}}</pre>
<pre>{{GamespaceAbbreviation|NoMansSky}}</pre>
'''Result:''' {{Abbreviation|No Man's Sky}}
'''Result:''' {{GamespaceAbbreviation|NoMansSky}}


== See Also ==
== See Also ==
* [[:Template:Abbreviation]]
* [[:Template:Abbreviation]]
* [[:Template:AbbreviationTagged]]
* [[:Template:XEditSwitch]]
* [[:Template:XEditSwitch]]



Revision as of 20:41, March 10, 2022


Purpose & Usage

Used to provide HTML tags for GameSpace (Property:Game) abbreviations to help out with SEO.

Required Parameters

This template uses a single 'anonymous' parameter.

Optional Parameters

Not applicable.

Examples

Default Call

No applicable

Fully Specified

Code:

{{GamespaceAbbreviation|FO3}}

Result: Template:GamespaceAbbreviation


Code:

{{GamespaceAbbreviation|Fallout3}}

Result: Template:GamespaceAbbreviation


Code:

{{GamespaceAbbreviation|NoMansSky}}

Result: Template:GamespaceAbbreviation

See Also