Template:FP Link/Documentation: Difference between revisions

Template page
(Created page with "This template is for creating the styled links used within boxes on the front page: {{SITENAME}}. It relies heavily on CSS in MediaWiki:Common.css. ==Basic links== For th...")
 
No edit summary
 
Line 1: Line 1:
{{doc/start}}
This template is for creating the styled links used within boxes on the front page: {{SITENAME}}. It relies heavily on CSS in [[MediaWiki:Common.css]].
This template is for creating the styled links used within boxes on the front page: {{SITENAME}}. It relies heavily on CSS in [[MediaWiki:Common.css]].


Line 9: Line 10:
  <nowiki>{{FP Link|url=http://www.example.com}}</nowiki>
  <nowiki>{{FP Link|url=http://www.example.com}}</nowiki>
  <nowiki>{{FP Link|url=http://www.example.com|link text}}</nowiki>
  <nowiki>{{FP Link|url=http://www.example.com|link text}}</nowiki>
{{doc/end}}

Latest revision as of 20:49, 14 January 2021


This template is for creating the styled links used within boxes on the front page: SuperCombo Wiki. It relies heavily on CSS in MediaWiki:Common.css.

Basic links

For the most basic links, the usage is as follows for a standard wiki link:

{{FP Link|page name}}
{{FP Link|page name|link text}}

For external links, the usage is:

{{FP Link|url=http://www.example.com}}
{{FP Link|url=http://www.example.com|link text}}