Difference between revisions of "Link"
From P6 Spheres
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <noinclude> | + | <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/Heavy Crossbow}}</nowiki> = {{Link|Equipment/Heavy Crossbow}} | ||
| Line 5: | Line 11: | ||
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|:Category:Combat}}</nowiki> = {{Link|:Category:Combat}} |
| + | |||
| + | Example: <nowiki>{{Link|Equipment/WeaponList#Ranged}}</nowiki> = {{Link|Equipment/WeaponList#Ranged}} | ||
| + | |||
| + | Example: <nowiki>{{Link|Equipment/Heavy Crossbow|lc}}</nowiki> = {{Link|Equipment/Heavy Crossbow|lc}} | ||
| − | Example: <nowiki>{{Link| | + | Example: <nowiki>{{Link|mana barrier|uc}}</nowiki> = {{Link|mana barrier|uc}}</noinclude><!-- |
--><includeonly><!-- | --><includeonly><!-- | ||
| − | --> | + | -->{{#vardefine:linktitle|{{#explode:{{#explode:{{#explode:{{{1}}}|/|-1}}|#|-1}}|:|-1}}}}<!-- |
| − | --> | + | -->{{#ifeq:{{{2|}}}|uc|{{#vardefine:linktitle|{{Ucwords|{{#var:linktitle}}}}}}|}}<!-- |
| + | -->{{#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