Template:Navbox/doc: Difference between revisions

    From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
    (Created page with "This template can be used to create navigational boxes to be placed at the end of articles. ==Usage== Please remove unused (blank) parameters. <pre> {{Navbox | name = | state = | title = | bodyclass = hlist | group1 = | list1 = | group2 = | list2 = | group3 = | list3 = }} </pre> <includeonly>Category:TemplatesCategory:Navigational templates</includeonly> <noinclude>Category:Template documentation</noinclude>")
     
    No edit summary
     
    Line 19: Line 19:
    }}
    }}
    </pre>
    </pre>
    ===Example===
    The following code:
    <pre>
    {{Navbox
    | name  =
    | state  =
    | title  = Example
    | bodyclass = hlist
    | group1 = Example
    | list1 =
    * Example
    * Example
    | group2 = Example
    | list2 =
    * Example
    * Example
    * Example
    }}
    </pre>
    Produces the following result:
    {{Navbox
    | name  =
    | state  =
    | title  = Example
    | bodyclass = hlist
    | group1 = Example
    | list1 =
    * Example
    * Example
    | group2 = Example
    | list2 =
    * Example
    * Example
    * Example
    }}
    <includeonly>[[Category:Templates]][[Category:Navigational templates]]</includeonly>
    <includeonly>[[Category:Templates]][[Category:Navigational templates]]</includeonly>
    <noinclude>[[Category:Template documentation]]</noinclude>
    <noinclude>[[Category:Template documentation]]</noinclude>

    Latest revision as of 21:07, 5 April 2022

    This template can be used to create navigational boxes to be placed at the end of articles.

    Usage

    Please remove unused (blank) parameters.

    {{Navbox
    | name   =
    | state  = 
    | title  = 
    | bodyclass = hlist
    
    | group1 =
    | list1 = 
    
    | group2 =
    | list2 = 
    
    | group3 =
    | list3 = 
    }}
    

    Example

    The following code:

    {{Navbox
    | name   =
    | state  = 
    | title  = Example
    | bodyclass = hlist
    
    | group1 = Example
    | list1 = 
    * Example
    * Example
    | group2 = Example
    | list2 =
    * Example
    * Example
    * Example
    }}
    

    Produces the following result: