Difference between revisions of "Template:Fix-span/doc"

From blackwiki
Jump to navigation Jump to search
imported>Nnemo
(Element. The subject here is the "span" element. Its opening tag is just a technical form, uninteresting. Saying "span" element, like in the first item of the list, and with a link.)
imported>Sardanaphalus
(sandbox non-categorization, replaced <tt>)
Line 3: Line 3:
  
 
This meta-template is just like {{tl|fix}} with three exceptions:
 
This meta-template is just like {{tl|fix}} with three exceptions:
* It takes a <tt>content</tt> parameter containing wikitext to be placed within a {{tag|span}} element before the superscripted notice.
+
* It takes a <kbd>content</kbd> parameter containing wikitext to be placed within a {{tag|span}} element before the superscripted notice.
* It takes a <tt>span-class</tt> parameter specifying the [[HTML]] class name for the [[Span element in HTML|{{tag|span|o}} element]].
+
* It takes a <kbd>span-class</kbd> parameter specifying the [[HTML]] class name for the [[Span element in HTML|{{tag|span|o}} element]].
* It gives <tt>special</tt> priority over <tt>text</tt> rather than the other way around.
+
* It gives <kbd>special</kbd> priority over <kbd>text</kbd> rather than the other way around.
  
The spanned content is displayed <span class="cleanup-needed-content" style="background-color: #fff9f9; color: DarkSlateGray; border: 1px solid #ffdcdc;">like this</span>.
+
The spanned content is displayed <span class="cleanup-needed-content" style="border:1px solid #ffdcdc;background:#fff9f9;color:DarkSlateGray;">like this</span>.
  
 
This is a separate template for now because this is an idea imported from the Italian Wikipedia ([[:it:template:cn|{{lang|la|{{abbr|q.v.|quod vide}}}}]]). Eventually, if this idea takes off, this mechanism could be folded into {{tl|fix}}.
 
This is a separate template for now because this is an idea imported from the Italian Wikipedia ([[:it:template:cn|{{lang|la|{{abbr|q.v.|quod vide}}}}]]). Eventually, if this idea takes off, this mechanism could be folded into {{tl|fix}}.
  
=== See also ===
+
===See also===
 
 
 
* [[Wikipedia:Cleanup process]]
 
* [[Wikipedia:Cleanup process]]
  
<includeonly>
+
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox |
<!-- ADD CATEGORIES AFTER THIS LINE -->
+
| <!-- ADD CATEGORIES BELOW THIS LINE, PLEASE: -->
 
[[Category:Inline cleanup templates]]
 
[[Category:Inline cleanup templates]]
 
[[Category:Wikipedia metatemplates]]
 
[[Category:Wikipedia metatemplates]]
 
[[Category:Exclude in print]]
 
[[Category:Exclude in print]]
</includeonly>
+
}}</includeonly>

Revision as of 10:59, 20 November 2014

This meta-template is just like {{fix}} with three exceptions:

  • It takes a content parameter containing wikitext to be placed within a <span>...</span> element before the superscripted notice.
  • It takes a span-class parameter specifying the HTML class name for the <span> element.
  • It gives special priority over text rather than the other way around.

The spanned content is displayed like this.

This is a separate template for now because this is an idea imported from the Italian Wikipedia (q.v.). Eventually, if this idea takes off, this mechanism could be folded into {{fix}}.

See also