Template:Eidos by Category Table/doc: Difference between revisions
No edit summary |
mNo edit summary |
||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 2: | Line 2: | ||
==Syntax== | ==Syntax== | ||
* '''1:''' category | * '''1:''' category | ||
* '''category2:''' | * '''category2:''' additional category | ||
* '''not1:''' exclude category | * '''not1:''' exclude category | ||
* '''not2:''' | * '''not2:''' additional exclude category | ||
* '''resultsheader:''' custom results header | * '''resultsheader:''' custom results header | ||
* '''noresultsfooter:''' custom no results header | * '''noresultsfooter:''' custom no results header | ||
| Line 11: | Line 11: | ||
==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 24: | 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 31: | 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." | ||
} | } | ||
}, | }, | ||