Module:Regional articles/doc
| This is a documentation subpage for Module:Regional articles. It may contain usage information, categories and other content that is not part of the original module page. |
| This module is rated as alpha. It is ready for limited use and third-party feedback. It may be used on a small number of pages, but should be monitored closely. Suggestions for new features or adjustments to input and output are welcome. |
| This module depends on the following other modules: |
Usage
[edit]This module exists to generate wikitables mapping consistent article names to tables. The primary intended use is for Wikiprojects to track their articles and identify content gaps. For example, a table on articles for all the states in a country, the history of a people across different countries, the impact of climate change per continent, etc.
It implements Template:Regional articles
Parameters
[edit]titles (required): a list of article titles, seperated by;'s, containing XXX as the wildcard- Example:
|titles=Human rights in XXX;Civil rights in XXX;Women's rights in XXX
- Example:
regions (required): a list of regions seperated by;'s- You may interchangably use case-insensitive ISO 3166-1 alpha-2 or the full name for all regions
- Example:
|regions=GB;the United States;Punjab;aTis perfectly fine syntax - Some patterns of regions currently have shortcuts; use
allfor all countries andus_statefor all states in the U.S.A
status (default: yes)control whether status icons are renderedlabel (default: no)optionally display a column of region names on the leftshort (default: no)optionally display country name instead of title ([[Human rights in XXX]] -> [[Human rights in XXX|XXX]])height (default: unset)optionally set the height of the table- It otherwise defaults to the height in Template:Sticky table start/styles.css
Examples
[edit]{{#invoke:Sandbox/Your Friendly Neighborhood Sociologist/Regional articles|main|titles=History of XXX;History of the Jews in XXX|regions=AT;BE;BG;HR;CY;CZ;DK;EE;FI;FR;DE;GR;HU;IE;IT;LV;LT;LU;MT;NL;PL;PT;RO;SK;SI;ES;SE|height=300px}}
{{#invoke:Sandbox/Your Friendly Neighborhood Sociologist/Regional articles|main|status=no|label=yes|titles=Human rights in XXX;Women's rights in XXX;LGBTQ rights in XXX; Political violence in XXX|regions=CN;US;RU;BR}}
| Title/Region | Human rights in XXX | Women's rights in XXX | LGBTQ rights in XXX | Political violence in XXX |
|---|---|---|---|---|
| China | Human rights in China | Women's rights in China | LGBTQ rights in China | Political violence in China |
| the United States | Human rights in the United States | Women's rights in the United States | LGBTQ rights in the United States | Political violence in the United States |
| Russia | Human rights in Russia | Women's rights in Russia | LGBTQ rights in Russia | Political violence in Russia |
| Brazil | Human rights in Brazil | Women's rights in Brazil | LGBTQ rights in Brazil | Political violence in Brazil |
{{#invoke:Sandbox/Your Friendly Neighborhood Sociologist/Regional articles|main|titles=LGBTQ rights in XXX;LGBTQ history in XXX|regions=us_states}}