Template:Helpbox/doc
![]() |
This is a documentation subpage for Template:Helpbox (see that page for the template itself). It contains usage information, categories and other content that is not part of the original template page. |
This template allows a help navigational template to be set up relatively quickly by supplying it one or more lists of links.
Usage
{{helpbox |name = |group1 = |list1 = |group2 = |list2 = ... |group10 = |list10 = }}
Parameters
Mandatory
- name
- The name of the template appears centred in the top row of the table.
- listn
- (i.e. list1, list2, etc.) The body of the template, usually a list of links. Format is inline, although the text can be entered on separate lines if the entire list is enclosed within
<div> </div>
. At least one list parameter is required. Each listn may be preceded by a corresponding groupn parameter, if provided (see below). There is a limit of 10 lists/groups in a template.
- (i.e. list1, list2, etc.) The body of the template, usually a list of links. Format is inline, although the text can be entered on separate lines if the entire list is enclosed within
Optional
- groupn
- (i.e. group1, group2, etc.) If specified, text appears in a header displayed above listn.
- first param
- inline CSS for the table
Layout of table
Table generated by {{helpbox}} parameters:
{{{name}}} |
---|
{{{group1}}} |
{{{list1}}} |
{{{group2}}} |
{{{list2}}} |
{{{list3}}} without {{{group3}}} |
{{{group4}}} |
{{{list4}}} |
Example
{{helpbox|width:200px; |name=[[:Category:FamilySearch Wiki official policy|FamilySearch Wiki policy]] |group1=Article standards |list1= [[FamilySearch Wiki:Neutral point of view|Neutral point of view]]<br />[[FamilySearch Wiki:Verifiability|Verifiability]]<br />[[FamilySearch Wiki:No original research|No original research]]<br />[[FamilySearch Wiki:Biographies of living persons|Biographies of living persons]] |group2=Working with others |list2= [[FamilySearch Wiki:Civility|Civility]]<br />[[FamilySearch Wiki:Consensus|Consensus]]<br />[[FamilySearch Wiki:No personal attacks|No personal attacks]]<br />[[FamilySearch Wiki:Dispute resolution|Dispute resolution]]<br/>[[WP:LEGAL|No legal threats]] |group3=Global principles |list3= [[FamilySearch Wiki:What FamilySearch Wiki is not|What FamilySearch Wiki is not]]<br />[[FamilySearch Wiki:Ignore all rules|Ignore all rules]] }}
FamilySearch Wiki policy |
---|
Article standards |
Neutral point of view Verifiability No original research Biographies of living persons |
Working with others |
Civility Consensus No personal attacks Dispute resolution No legal threats |
Global principles |
What FamilySearch Wiki is not Ignore all rules |