Template:Translator: Difference between revisions

From A3! Wiki
mNo edit summary
Fimbulvetr (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><div style="margin-top: 2em; margin-bottom: 1em"><center><span class="translatorcredit"><span>{{#if: {{{link|}}} | [{{{link|}}} {{{name}}}] | {{{name|}}} }}</span></span></center></div></includeonly>
<noinclude>==How to Use==
 
<noinclude>
<pre>
<pre>
{{Translator
{{Translator
Line 9: Line 7:
</pre>
</pre>


==Example==
{{Translator
{{Translator
|name=test
|name=test
|link=https://karahashi.dreamwidth.org}}
|link=https://karahashi.dreamwidth.org}}
{{:Translator/Docs}}
[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</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