Template talk:Anchor

From Dungeons and Dragons Wiki
Revision as of 13:27, 18 June 2017 by Rlyehable (talk | contribs) (Created page with "==2nd Variable== I would like to add a 2nd variable to this template, that would allow for: * display of lower-case link text * display of alternate text Code: <pre> <include...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

2nd Variable

I would like to add a 2nd variable to this template, that would allow for:

  • display of lower-case link text
  • display of alternate text

Code:

<includeonly>{{#if:{{{2|}}}|<span id="{{{1}}}">{{{2}}}</span>|<span id="{{{1}}}">{{{1}}}</span>| }}</includeonly><noinclude>{{documentation}}
[[Category:Templates|{{PAGENAME}}]]</noinclude>

Thanks in advance for your help. --Rlyehable (talk) 07:27, 18 June 2017 (MDT)