Module:World Rugby Rankings/doc: Difference between revisions
en>Pppery No edit summary |
m (1 revision imported) |
(No difference)
|
Latest revision as of 02:16, 18 January 2023
File:Edit-copy green.svg | This is a documentation subpage for Module:World Rugby Rankings. It contains usage information, categories and other content that is not part of the original module page. |
File:Lua-Logo.svg | This module depends on the following other modules: |
Usage
This template is meant to help quickly update the World Rugby Rankings for all men's national rugby union teams of World Rugby, displayed in the infobox on each national team article. When given a country code, the template outputs the WBSC World Ranking of a country, along with a movement indicator (increase, decrease, or steady), and by how many spots a country moves, if applicable. The date of the rankings is also listed, along with a reference to the rankings from WBSC's website.
If desired, the World Rugby ranking reference can be used elsewhere in the article using the name "World Rugby Rankings" (i.e. <ref name="World Rugby Rankings"/>
).
Parameters
1
(unnamed): WBSC country codemdy
: Switches dates to month-day-year format
Example
An example of the code used to display the ranking of File:Flag of Colombia.svg Colombia:
{{World Rugby Rankings|COL}}
This code produces the following:
Updating
The main template page is not meant to be updated. The rankings should be updated at Module:SportsRankings/data/World Rugby Rankings. To update the template, first update the day and month (along with the year if necessary) to the date of the current World Rugby Rankings. Then add a country's new position, along with how many spots they moved (e.g. 2 for increase of two positions, 0 for no movement, -5 for decrease of two positions).
All positions can be quickly updated using a spreadsheet. For example, after copying the entire table from World Rugby's ranking list, the following formula can be used in an external spreadsheet to generate the code necessary to update the data page (given the WBSC rankings begin in cell A1):
="| {{subst:str sub old|"&B1&"|0|3}} = "&A1&" | {{subst:str sub old|"&B1&"|0|3}}_move = "&E1
The code generated can be saved on the data page, and the rankings will be updated. Once the cache of a national team page is purged, the updated ranking will be displayed.<section end=Doc />