Template:RSIGN/LinkHelper

From OpenStreetMap Wiki
Jump to navigation Jump to search

Shows a link if the link is not empty. Shows the plain text otherwise. Parameters:

  • link = the link to be used, or empty if no link.
  • text = the text to be shown.

Examples:

  • {{RSIGN/LinkHelper|text=This will be a link|link=Template:RSIGN}} This will be a link
  • {{RSIGN/LinkHelper|text=This won't be a link|link=}} → This won't be a link
  • {{RSIGN/LinkHelper|text=This won't be a link}} → This won't be a link