Diferencia entre revisiones de «Plantilla:Fake heading/doc Ver historial

(Created Redirect)
 
(Página creada con «{{doc subpage}} ==Usage== This template is used to create examples of section heading wikimarkup in help and similar pages. A fake heading will not appear in the table of...»)
 
Línea 1: Línea 1:
#REDIRECT [[Ferries]]
{{doc subpage}}
 
==Usage==
This template is used to create examples of section heading wikimarkup in help and similar pages. A fake heading will not appear in the table of contents. They are styled as default, and will not be influenced by custom CSS.
 
==Parameters==
* {{para|sub}} is the level number: 2 through 6. The default is 2.
* An unnamed parameter is used for the section title.
 
==Example==
{{markup
|<nowiki>{{fake heading|Heading 2}}
{{fake heading|sub=3|Heading 3}}
{{fake heading|sub=4|Heading 4}}
{{fake heading|sub=5|Heading 5}}
{{fake heading|sub=6|Heading 6}}
</nowiki>|{{fake heading|Heading 2}}
{{fake heading|sub=3|Heading 3}}
{{fake heading|sub=4|Heading 4}}
{{fake heading|sub=5|Heading 5}}
{{fake heading|sub=6|Heading 6}}
}}
 
==HTML==
Section heading wikimarkup is rendered to HTML [[HTML element#h1|heading elements]], {{tag|h1|o}} through {{tag|h6|o}}, styled as follows:
{{#lst:Help:HTML in wikitext|HTML_section}}
 
==See also==
* {{tl|Dummy ref}}: replicate in-text references {{Dummy ref}}
* {{tl|Dummy backlink}}: replicate footnote backlinks {{Dummy backlink}}
* {{tl|Fake citation needed}}: replicate {{Fake citation needed}}
 
<includeonly>
[[Category:Documentation assistance templates]]
</includeonly>

Revisión actual - 17:56 15 ago 2017

This is a documentation subpage for Plantilla:Fake heading.
It contains usage information, categories and other content that is not part of the original plantilla page.

Usage

This template is used to create examples of section heading wikimarkup in help and similar pages. A fake heading will not appear in the table of contents. They are styled as default, and will not be influenced by custom CSS.

Parameters

  • |sub= is the level number: 2 through 6. The default is 2.
  • An unnamed parameter is used for the section title.

Example

Markup Renders asPlantilla:Markup/row

HTML

Section heading wikimarkup is rendered to HTML heading elements, <h1> through <h6>, styled as follows: {{#lst:Help:HTML in wikitext|HTML_section}}

See also