mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 16:21:11 +00:00
Added missing documentation for search box
This commit is contained in:
parent
ae50312dae
commit
b675d95f35
|
@ -1,7 +1,7 @@
|
|||
{{!
|
||||
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-text Text of the button
|
||||
string html-citizen-bottombar-button-title tooltip of the button
|
||||
string html-citizen-bottombar-button-text text of the button
|
||||
}}
|
||||
|
||||
<aside class="mw-bottombar">
|
||||
|
|
|
@ -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">
|
||||
<input type="hidden" name="title" value="{{page-title}}">
|
||||
|
|
Loading…
Reference in a new issue