Difference between revisions of "Template:Tag1"

From Marspedia
Jump to: navigation, search
(examples; changing textsize to match Template:Tag2)
(Tinkering; links to similar templates; longer example text)
 
Line 1: Line 1:
<includeonly>
+
<includeonly><onlyinclude>
<DIV style="{{DRBX}}; margin:0.5em; padding:1em; line-height:1.25em; font-size:{{{textsize|80%}}}; width:50em; width:25rem;">{{{text|text}}}</DIV><BR/>
+
<DIV style="{{DRBX}}; margin:0.5em; padding:1em; font-size:{{{textsize|80%}}}; width:50em; width:25rem;">{{{text|text}}}</DIV>
<includeonly>
 
 
[[Category:{{{destination|ERROR!  SET DESTINATION!}}}]]
 
[[Category:{{{destination|ERROR!  SET DESTINATION!}}}]]
</includeonly><noinclude>
+
</onlyinclude></includeonly><noinclude>
  
 
Generic tag template.  Use to build standardized tag templates with images.
 
Generic tag template.  Use to build standardized tag templates with images.
Line 18: Line 17:
 
===Mostly Defaults===
 
===Mostly Defaults===
 
{{Tag1 |
 
{{Tag1 |
| text = '''L5 in '95!'''
+
| text = ''"The vast distances that separate the stars are providential. Beings and worlds are quarantined from one another. The quarantine is lifted only for those with sufficient self-knowledge and judgment to have safely traveled from star to star."''<BR/ >― Carl Sagan
 
| destination = Tag Templates
 
| destination = Tag Templates
 
}}
 
}}
 
 
<TT><PRE>
 
<TT><PRE>
 
{{Tag1 |
 
{{Tag1 |
| text = '''L5 in '95!'''
+
| text = "The vast distances that separate the stars are providential. Beings and worlds are quarantined from one another. The quarantine is lifted only for those with sufficient self-knowledge and judgment to have safely traveled from star to star."<BR/ >― Carl Sagan
| destination = Tag Templates
+
| destination = Articles Tagged with Carl Sagan
 
}}
 
}}
 
</PRE></TT>
 
</PRE></TT>
Line 31: Line 29:
 
===Customized===
 
===Customized===
 
{{Tag1 |
 
{{Tag1 |
| text = <SPAN style = "font-family:fantasy,cursive,serif; color:#FF0000">'''L5 in '95!'''</SPAN>
+
| text = <SPAN style = "font-family:fantasy,cursive,serif; color:#FF0000">''"The vast distances that separate the stars are providential. Beings and worlds are quarantined from one another. The quarantine is lifted only for those with sufficient self-knowledge and judgment to have safely traveled from star to star."''<BR/ >― Carl Sagan</SPAN>
 
| destination = Tag Templates
 
| destination = Tag Templates
 
| textsize = 200%
 
| textsize = 200%
Line 38: Line 36:
 
<TT><PRE>
 
<TT><PRE>
 
{{Tag1 |
 
{{Tag1 |
| text = <SPAN style = "font-family:fantasy,cursive,serif; color:#FF0000">'''L5 in '95!'''</SPAN>
+
| text = <SPAN style = "font-family:fantasy,cursive,serif; color:#FF0000">"The vast distances that separate the stars are providential. Beings and worlds are quarantined from one another. The quarantine is lifted only for those with sufficient self-knowledge and judgment to have safely traveled from star to star."<BR/ >― Carl Sagan</SPAN>
| destination = Tag Templates
+
| destination = Articles Tagged with Carl Sagan
 
| textsize = 200%
 
| textsize = 200%
 
}}
 
}}
 
</PRE></TT>
 
</PRE></TT>
 +
 +
==For Similar Use Cases==
 +
<!--*For no images use [[:Template:Tag1]]-->
 +
*For one image use [[:Template:Tag2]]
 +
*For two images use [[:Template:Tag2-2]]
 +
*For three images use [[:Template:Tag2-3]]
  
 
[[Category:Tag Templates]]
 
[[Category:Tag Templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 15:27, 13 November 2017


Generic tag template. Use to build standardized tag templates with images.

Built on top of Template:DRBX


Settings

  • destination: The category to put articles tagged with this into
  • text: the text of the notice. Include any formatting and line breaks.
  • textsize: the size of the text. Include units. Default is 80%.

Examples

Mostly Defaults

"The vast distances that separate the stars are providential. Beings and worlds are quarantined from one another. The quarantine is lifted only for those with sufficient self-knowledge and judgment to have safely traveled from star to star."
― Carl Sagan
{{Tag1 |
| text = "The vast distances that separate the stars are providential. Beings and worlds are quarantined from one another. The quarantine is lifted only for those with sufficient self-knowledge and judgment to have safely traveled from star to star."<BR/ >― Carl Sagan
| destination = Articles Tagged with Carl Sagan
}}

Customized

"The vast distances that separate the stars are providential. Beings and worlds are quarantined from one another. The quarantine is lifted only for those with sufficient self-knowledge and judgment to have safely traveled from star to star."
― Carl Sagan


{{Tag1 |
| text = <SPAN style = "font-family:fantasy,cursive,serif; color:#FF0000">"The vast distances that separate the stars are providential. Beings and worlds are quarantined from one another. The quarantine is lifted only for those with sufficient self-knowledge and judgment to have safely traveled from star to star."<BR/ >― Carl Sagan</SPAN>
| destination = Articles Tagged with Carl Sagan
| textsize = 200%
}}

For Similar Use Cases