Difference between revisions of "Template:Unbulleted list"
From Hgames Wiki
(Testing why template doesn't seem to working) |
(Testing why template doesn't seem to working) |
||
| Line 1: | Line 1: | ||
{{plainlist| | {{plainlist| | ||
| − | YOU ARE HERE | + | <ul style="line-height: inherit; list-style: none; margin: 0; padding: 0; {{{list_style|}}}"> |
| + | <li>YOU ARE HERE 1</li> | ||
| + | <li>YOU ARE HERE 2</li> | ||
<!-- | <!-- | ||
| − | |||
{{#if: {{{1|}}} | <li style="margin-bottom: 0; {{{item_style|}}} {{{item1_style|}}}">{{{1}}}</li>}} | {{#if: {{{1|}}} | <li style="margin-bottom: 0; {{{item_style|}}} {{{item1_style|}}}">{{{1}}}</li>}} | ||
{{#if: {{{2|}}} | <li style="margin-bottom: 0; {{{item_style|}}} {{{item2_style|}}}">{{{2}}}</li>}} | {{#if: {{{2|}}} | <li style="margin-bottom: 0; {{{item_style|}}} {{{item2_style|}}}">{{{2}}}</li>}} | ||
| Line 12: | Line 13: | ||
{{#if: {{{8|}}} | <li style="margin-bottom: 0; {{{item_style|}}} {{{item8_style|}}}">{{{8}}}</li>}} | {{#if: {{{8|}}} | <li style="margin-bottom: 0; {{{item_style|}}} {{{item8_style|}}}">{{{8}}}</li>}} | ||
{{#if: {{{9|}}} | <li style="margin-bottom: 0; {{{item_style|}}} {{{item9_style|}}}">{{{9}}}</li>}} | {{#if: {{{9|}}} | <li style="margin-bottom: 0; {{{item_style|}}} {{{item9_style|}}}">{{{9}}}</li>}} | ||
| + | --> | ||
</ul> | </ul> | ||
| − | |||
}}<noinclude> | }}<noinclude> | ||
{{documentation}}<!-- | {{documentation}}<!-- | ||
Revision as of 04:49, 4 October 2024
Template documentation (for the above template, sometimes hidden or invisible)
| This template's code was copied directly from Wikipedia. For more information, including more details on how to use this template in your articles, please see Wikipedia's Template:Unbulleted_list documentation. |
Note: At the time this template was created, it seems that Hgames Wiki is unable to use Lua-based modules, so instead of copying Wikipedia's template code, we have manually reconstructed the output using basic conditionals instead.
Visit Template:Unbulleted list/doc to edit this text! (How does this work?)