Actions

Template

Difference between revisions of "Link"

From P6 Spheres

 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>Example: <nowiki>{{Link|Equipment/Heavy Crossbow}}</nowiki> = {{Link|Equipment/Heavy Crossbow}}
+
<noinclude>
 +
 
 +
'''Parameters:'''
 +
 
 +
1(required): The link in question
 +
 
 +
2(optional): "lc" to transform title to lowercase, "uc" to transform to uppercase
 +
 
 +
Example: <nowiki>{{Link|Equipment/Heavy Crossbow}}</nowiki> = {{Link|Equipment/Heavy Crossbow}}
  
 
Example: <nowiki>{{Link|Equipment#Weapons}}</nowiki> = {{Link|Equipment#Weapons}}
 
Example: <nowiki>{{Link|Equipment#Weapons}}</nowiki> = {{Link|Equipment#Weapons}}
 +
 +
Example: <nowiki>{{Link|:Category:Combat}}</nowiki> = {{Link|:Category:Combat}}
  
 
Example: <nowiki>{{Link|Equipment/WeaponList#Ranged}}</nowiki> = {{Link|Equipment/WeaponList#Ranged}}
 
Example: <nowiki>{{Link|Equipment/WeaponList#Ranged}}</nowiki> = {{Link|Equipment/WeaponList#Ranged}}
  
Deprecated: <nowiki>{{Link|Equipment|Weapons}}</nowiki> = {{Link|Equipment|Weapons}}</noinclude><!--
+
Example: <nowiki>{{Link|Equipment/Heavy Crossbow|lc}}</nowiki> = {{Link|Equipment/Heavy Crossbow|lc}}
 +
 
 +
Example: <nowiki>{{Link|mana barrier|uc}}</nowiki> = {{Link|mana barrier|uc}}</noinclude><!--
  
--><includeonly>{{#if:{{{2|}}}<!--
+
--><includeonly><!--
  -->|[[{{{1}}}#{{ucwords|s={{{2}}}}}|{{{2}}}]]<!--
+
-->{{#vardefine:linktitle|{{#explode:{{#explode:{{#explode:{{{1}}}|/|-1}}|#|-1}}|:|-1}}}}<!--
  -->|[[{{{1}}}|{{#explode:{{#explode:{{{1}}}|/|-1}}|#|-1}}]]<!--
+
-->{{#ifeq:{{{2|}}}|uc|{{#vardefine:linktitle|{{Ucwords|{{#var:linktitle}}}}}}|}}<!--
-->}}</includeonly>
+
-->{{#ifeq:{{{2|}}}|lc|{{#vardefine:linktitle|{{Lcwords|{{#var:linktitle}}}}}}|}}<!--
 +
-->[[{{{1}}}|{{#var:linktitle}}]]<!--
 +
--></includeonly>

Latest revision as of 17:05, 8 May 2021


Parameters:

1(required): The link in question

2(optional): "lc" to transform title to lowercase, "uc" to transform to uppercase

Example: {{Link|Equipment/Heavy Crossbow}} = Heavy Crossbow

Example: {{Link|Equipment#Weapons}} = Weapons

Example: {{Link|:Category:Combat}} = Combat

Example: {{Link|Equipment/WeaponList#Ranged}} = Ranged

Example: {{Link|Equipment/Heavy Crossbow|lc}} = heavy crossbow

Example: {{Link|mana barrier|uc}} = Mana Barrier