Template:Startflatlist: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Edokter
Restore redirect; chained template call adds no fucntionality but does add to translucion depth!
meta>Sardanaphalus
Undid revision 628809353 by Edokter (talk) -- because it causes mal-functionality
Line 1: Line 1:
#REDIRECT [[Template:Flatlist]]
{{flatlist |class={{{class|}}} |style={{{style|{{{1|}}}}}} |indent={{{indent|0}}} }}<noinclude><!--
 
-->{{Documentation
    | content =
A frontend for {{tl|flatlist}} when it is used to mark the start of a [[Template:Flatlist|flatlist]] (a horizontal list&nbsp;– "hlist"&nbsp;– whose items are separated by dots). If {{tlf|startflatlist}} is used, any CSS styling for the list may be carried by the first unnamed parameter accompanying it (even if that first unnamed parameter isn't the first parameter). In other words, for example:
: {{95%|<code><nowiki>{{startflatlist|padding-bottom:1.0em;font-style:italic}} = {{flatlist|style=padding-bottom:1.0em;font-style:italic}}</nowiki></code>}}
Meanwhile, {{95%|<code><nowiki>{{startflatlist}} = {{flatlist}}</nowiki></code>}}. {{tlf|Flatlist}}'s other parameters may be included so long as they are named ({{para|class}}, {{para|indent}}).
 
If {{tlf|startflatlist}} is used to mark the start of a flatlist, use {{tl|endflatlist}} to mark its end.
<br/><hr/>
Note that:
: {{95%|<code><nowiki>{{startflatlist|padding-bottom:1.0em|style=font-style:italic}} = {{flatlist|style=font-style:italic}}</nowiki></code>}}
In other words, so long as the styling is the first ''unnamed'' parameter (but not necessarily the first parameter overall) and none of any other parameters are named "style", the styling should be passed onto {{tlf|flatlist}} correctly. For example:
: {{95%|<code><nowiki>{{startflatlist |indent=2 |class=nowrap |padding-bottom:1.0em;font-style:italic}} = {{flatlist |class=nowrap |style=padding-bottom:1.0em;font-style:italic; |indent=2}}</nowiki></code>}}
 
If more than one unnamed parameter accompanies {{tlf|startflatlist}}, only the first will be taken to be the styling (again, so long as there isn't also a {{para|style}} parameter).
 
{{#ifeq:{{SUBPAGENAME}}|sandbox | |
[[Category:Typing-aid templates|Flatlist<!--(so that this template categorized beside Template:Flatlist)-->]]
[[Category:List formatting and function templates|Flatlist<!--as above-->]]
 
}} }}<!--(end #ifeq and Documentation)-->
</noinclude>

Revision as of 21:59, 8 October 2014