Template:Eidos by Category Table/doc: Difference between revisions
Created page with "{{Documentation/Header}} ==Syntax== * '''1:''' category * '''resultsheader:''' custom results header * '''noresultsfooter:''' custom no results header ==Examples== ===Example 1=== {{T|Animasters by Category Table|p1=Sovereign Animasters|_Ybr_=1}} ===Example 2=== {{T|Agents by Category Table|Novarch Animasters|_Ybr_=1}} ===Example 3=== {{T|Agents by Category Table|Upcoming Animasters|_Ybr_=1}} ==See also== * Template:Agents by Category List ==Template Data== <tem..." |
mNo edit summary |
||
| (7 intermediate revisions by 4 users not shown) | |||
| Line 2: | Line 2: | ||
==Syntax== | ==Syntax== | ||
* '''1:''' category | * '''1:''' category | ||
* '''category2:''' additional category | |||
* '''not1:''' exclude category | |||
* '''not2:''' additional exclude category | |||
* '''resultsheader:''' custom results header | * '''resultsheader:''' custom results header | ||
* '''noresultsfooter:''' custom no results header | * '''noresultsfooter:''' custom no results header | ||
* '''sort:''' custom sort | |||
==Examples== | ==Examples== | ||
===Example 1=== | ===Example 1=== | ||
{{T| | {{T|Eidos by Category Table|p1=Sovereign Animasters|_Ybr_=1}} | ||
===Example 2=== | ===Example 2=== | ||
{{T| | {{T|Eidos by Category Table|Novarch Animasters|_Ybr_=1}} | ||
===Example 3=== | ===Example 3=== | ||
{{T| | {{T|Eidos by Category Table|Other Animasters|_Ybr_=1}} | ||
==Template Data== | ==Template Data== | ||
| Line 23: | Line 24: | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
"description": "The category to filter | "description": "The category to filter Eidos by", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
| Line 30: | Line 31: | ||
"description": "Custom results header (optional)", | "description": "Custom results header (optional)", | ||
"type": "string", | "type": "string", | ||
"default": "'''%PAGES%''' [[ | "default": "'''%PAGES%''' [[Eidos]] match the category selection:\\n" | ||
}, | }, | ||
"noresultsfooter": { | "noresultsfooter": { | ||
"description": "Custom no results footer (optional)", | "description": "Custom no results footer (optional)", | ||
"type": "string", | "type": "string", | ||
"default": "\\nNo[[ | "default": "\\nNo[[Eidos]] match the category selection." | ||
} | } | ||
}, | }, | ||