Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "Template:BadgeHunter Badge"

From Paragon Wiki Archive
Jump to: navigation, search
(added OPTIONAL name parameter)
m
 
(23 intermediate revisions by 4 users not shown)
Line 1: Line 1:
* [http://www.badge-hunter.com/view_badges.php?name={{{name|{{PAGENAMEE}}}}} {{PAGENAME}}] at [http://www.Badge-Hunter.com/ Badge-Hunter.com]<noinclude>
+
<!-- <includeonly>* [http://www.badge-hunter.com/index.php?/page/view_badge_bytype.php?type={{{type|}}}&faction=all#{{#if:{{{ID|}}}|s3_{{{ID}}}}} {{#if: {{{name|}}}|{{{name}}}|{{PAGENAME}}}}] at [http://www.Badge-Hunter.com/ Badge-Hunter.com]</includeonly> --><noinclude>{{Documentation}}</noinclude>
[[Category:External Link Templates|{{PAGENAME}}]]
+
 
+
----
+
A template that can be used to link to badge listings at [http://www.Badge-Hunter.com/ Badge-Hunter.com]
+
 
+
By default will use the article's PAGENAMEE (converts spaces to underscores and makes it URL friendly), however in the event that PAGENAMEE does not match what badge-hunter is using, can be replaced by the name parameter.
+
 
+
:{{tl|BadgeHunter Badge}}
+
:{{tl|BadgeHunter Badge|name&eq;Other_Badge_Name}}
+
 
+
</noinclude>
+

Latest revision as of 04:24, 19 January 2014

[edit] [purge] Documentation


A template that can be used to link to badge listings at Badge-Hunter.com.

This template should ideally be provided with two parameters:

  • ID=, the internal ID used by Badge Hunter
  • type=, the internal category type ID used by Badge Hunter

The template optionally accepts an additional parameter:

  • name=, the badge's name; this defaults to the current page's name

If all of the parameters are correct, the link will lead to the badge listing page of the appropriate type and will anchor them to the point in the page where the badge is located. If the parameters aren't correct, the link will at least lead to the badge listings.

In order to determine the proper type= value, select the appropriate category at http://www.badge-hunter.com/index.php?/page/view_badge_bytype.php and see what type= value ends up in the URL.

In order to determine the proper ID= value, you'll have to view the page source. Each badge is in a table, and each of those tables is stored in a list item (<li>). The list items will have an "id" attribute that is formatted as "s3_123" where "123" is the ID you'll need to use.

{{BadgeHunter Badge}}
{{BadgeHunter Badge|ID=117|type=11|name=Man / Woman in Black}}

Please see Template talk:BadgeHunter Badge for troubleshooting info.