Template:Search/doc

From Another Eden Wiki
Template-info.png Documentation

Description[edit]

Create a generic search input box. Needs the element you're filtering to have the class filter-element.

Takes two arguments:

  • dataKey = the data-* attribute that the filter-element will be searched/filtered on. Defaults to name.
  • placeholder = placeholder text in the search.


Usage[edit]

{{Search|dataKey=|placeholder=}}

Example[edit]

{{Search|dataKey=|placeholder=}}
{{Search|dataKey=sample|placeholder=Search Example Placeholder}}