Template:Translator: Difference between revisions

From A3! Wiki
Yaycupcake (talk | contribs)
adding extra span because css before things
Fimbulvetr (talk | contribs)
mNo edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><span class="translatorcredit"><span>{{{name}}}</span></span></includeonly>
<noinclude>==How to Use==
 
<noinclude>
<pre>
<pre>
{{Translator|name=}}
{{Translator
|name=
|link=Optional (use if external link needed)
}}
</pre>
</pre>
==Example==
{{Translator
|name=test
|link=https://karahashi.dreamwidth.org}}
[[Category:Templates]]
</noinclude>
<includeonly>{{#css:
.translator {
margin-top: 2em;
margin-bottom: 3em;
text-align: center;
}
}}
<div class="translator" style="display: block;"><span class="translatorcredit"><span>{{#if: {{{link|}}} | [{{{link|}}} {{{name}}}] | {{{name|}}} }}</span></span></div></includeonly>

Latest revision as of 16:17, 22 June 2018

How to Use

{{Translator
|name=
|link=Optional (use if external link needed)
}}

Example