Added missing documentation for search box

This commit is contained in:
alistair3149 2020-06-04 13:32:01 -04:00
parent ae50312dae
commit b675d95f35
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C
2 changed files with 7 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{{! {{!
string html-citizen-bottombar-button-href URL of the button string html-citizen-bottombar-button-href URL of the button
string html-citizen-bottombar-button-title Tooltip of the button string html-citizen-bottombar-button-title tooltip of the button
string html-citizen-bottombar-button-text Text of the button string html-citizen-bottombar-button-text text of the button
}} }}
<aside class="mw-bottombar"> <aside class="mw-bottombar">

View file

@ -1,5 +1,9 @@
{{! {{!
string form-action action attribute of the search form
string page-title page title of the search page
string msg-search search text label
string html-input raw HTML containing the input box of the search box
string html-button-search raw HTML containing the button of the search box
}} }}
<form action="{{form-action}}" role="search" id="search-form"> <form action="{{form-action}}" role="search" id="search-form">
<input type="hidden" name="title" value="{{page-title}}"> <input type="hidden" name="title" value="{{page-title}}">