User:Medyro/Template/Scope table footer
From Guild Wars 2 Wiki
< User:Medyro | Template
Jump to navigationJump to search
Usage[edit]
Parameters[edit]
unnamed parameter 1[edit]
The id of the Scope Table as set in the Header.
unnamed parameter 2[edit]
A 10 character long "bytemap" specifing which Scopes to show filter Buttons for. Each character coresponds to one Scope. If the character for a Scope is 1 a filter Button for it will be included.
# | Scope |
---|---|
0 | ignored |
1 | builds |
2 | characters |
3 | guilds |
4 | inventories |
5 | progression |
6 | pvp |
7 | tradingpost |
8 | unlocks |
9 | wallet |
e.g. 1010100000
- Include Characters and Inventories as filter Buttons.
Examples[edit]
{| data-filter-id="exampletableid" class="wikitable" ! Some ! Headers {{User:Medyro/Template/Scope table footer|exampletableid|1010100000}}
Some | Headers |
---|
{| data-filter-id="exampletabletwoid" class="wikitable" ! Some ! Headers {{User:Medyro/Template/Scope table footer|exampletabletwoid|1111111111}}
Some | Headers |
---|
Notes[edit]
The Account character is ignored since i couldn't figure out a way to display only the account parts with the Filter table set to OR so that they don't disappear when only selecting another Scope. It is keept tough as to be able to have the same "bytemap" on both Templates and not have it be one character shorter for this one.