Difference between revisions of "Template:Lex"

From EVE University Wiki
Jump to: navigation, search
m
m (Rewrite. Remove the bottom border. Remove the self-linking. Remove the white-space: pre-wrap. Change span with display: inline-block to div.)
 
Line 1: Line 1:
<includeonly><div style="position:relative; width: 100%; padding:2px; border-bottom:1px dotted #222222;"><span id="{{{1}}}" style="position:absolute; display: inline-block; width: 135px;">[[#{{{1}}}|<span style="color: coral; text-decoration-color: coral;">{{{1}}}</span>]]</span><span style="display: inline-block; margin-left: 135px; {{{ws|white-space:pre-wrap;}}}">{{{2}}}</span></div></includeonly><noinclude>
+
<includeonly>
 +
<div id="{{{1}}}" style="position: relative; padding: 2px;">
 +
<div style="position: absolute; width: 135px; color: coral;">{{{1}}}</div>
 +
<div style="position: relative; margin-left: 139px;">{{{2}}}</div><!-- margin-left: = padding: containing div + width: first div + 2px -->
 +
</div></includeonly><noinclude>
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Latest revision as of 14:47, 26 April 2022

Template documentation (for the above template, sometimes hidden or invisible)
Description
This is a template exclusively used for the EVE Lexicon page, to tidy up the list of abbreviations and acronyms and make editing the list easy without losing functionality like highlighting words, allowing for links (anchors) etc. It also creates an anchor so that it can be linked.
Syntax
{{Lex|<word>|<description>}}
word - Abbreviation, acronym or word that needs explanation. Word is also used to create an anchor so that it can be linked to.
description - The meaning of word (Can contain formatting, links, etc.)
Sample
{{Lex|Word|Description}}
gives...
Word
Description
{{Lex|Word| # Item one # Item two}}
gives...
Word
  1. Item one
  2. Item two
Visit Template:Lex/doc to edit this text! (How does this work?) (Refresh this text - why?)