User:Nclm/Explore Orain/Wiki item: Difference between revisions

From Orain Meta
Jump to navigation Jump to search
Content added Content deleted
No edit summary
(striked fake values)
 
(16 intermediate revisions by the same user not shown)
Line 8: Line 8:
|-
|-
| colspan=2 style='padding: 1em;' |
| colspan=2 style='padding: 1em;' |
{{#if:{{{description|}}}|{{{description}}}|[[User:Nclm/Explore Orain/Wikis/{{{id}}}|Write a description for this wiki.]]}}
{{{description}}}
|-
|-
| colspan=2 style='padding: .2em 1em; text-align: center;' |
| colspan=2 style='padding: .2em 1em; text-align: center;' |
<span class='wikilist-edits' style='font-size: 1.4em; color: #2DAEBE;'>12,000 edits</span>
<span class='wikilist-edits' style='font-size: 1.4em; color: #2DAEBE;'>
<!-- automated? --><strike>12,000</strike><!-- /automation --> edits
</span>
|-
|-
| style='padding: 1em; width: 50%;' | <small>An Orain wiki since:</small><br /> {{{creation date}}}
| style='padding: 1em; width: 50%;' | <small>An Orain wiki since:</small><br />{{#if:{{{creation date|}}}|{{{creation date}}}|[[User:Nclm/Explore Orain/Wikis/{{{id}}}|Add a date]]}}
| style='padding: 1em; width: 50%;' | <small>Last updated:</small><br /> <!-- Automated? --> February 2015 <!-- -->
| style='padding: 1em; width: 50%;' | <small>Last updated:</small><br /><!-- automated? --><strike>February 2015</strike><!-- /automation -->
|-
|-
| style='padding: 1em;' | <small>Created by:</small><br /> [[User:{{{creator}}}|{{{creator}}}]]
| style='padding: 1em;' | <small>Created by:</small><br />{{#if:{{{creator|}}}|[[User:{{{creator}}}|{{{creator}}}]]|[[User:Nclm/Explore Orain/Wikis/{{{id}}}|Add a username]]}}
| style='padding: 1em;' | <small>Language:</small><br /> {{{language}}}
| style='padding: 1em;' | <small>Language:</small><br />{{#if:{{{language|}}}|{{{language}}}|[[User:Nclm/Explore Orain/Wikis/{{{id}}}|Add a language]]}}
|}
|}
<p style='font-size: 0.8em; text-align: right; margin-top: -1em;'>[[User:Nclm/Explore Orain/Wikis/{{{id}}}|edit]]</p>
<p style='font-size: 0.8em; text-align: right; margin-top: -1em;'>[[User:Nclm/Explore Orain/Wikis/{{{id}}}|edit]]</p>
</div><noinclude><div>
</div><noinclude><div>A box for identifying a wiki hosted on Orain. Mainly for use in a list of wikis like on [[User:Nclm/Explore Orain]], but also for user pages (“my wikis”, “wikis I contribute the most to”, etc) or on the homepage (“featured wiki”).</div></noinclude>
== What is this? ==
A box for identifying a wiki hosted on Orain. Mainly for use in a list of wikis like on [[User:Nclm/Explore Orain]], but also for user pages (“my wikis”, “wikis I contribute the most to”, etc) or on the homepage (“featured wiki”).
== Usage ==
* Make a subpage for the wiki that needs a box (in <code>User:Nclm/Explore Orain/Wikis/'''ID'''</code>, like [[User:Nclm/Explore Orain/Wikis/allthetropes]])
* Then insert the subpage instead of the template (so it is reusable and the edit links work).
* TODO: add the parameter <code>nosub</code> to use it directly (removes the edit links).
<pre><nowiki>
{{User:Nclm/Explore Orain/Wiki item
| id = <!-- Wiki ID, as in *.orain.org -->
| name = <!-- Name of the wiki -->
| creator = <!-- Username -->
| creation date = <!-- Format: Month YYYY -->
| language = <!-- Plain name of the language -->
| description = <!-- Keep it short! -->
}}
</nowiki></pre>
</div></noinclude>

Latest revision as of 20:39, 5 April 2015

{{{name}}}
{{{id}}}.orain.org

[[User:Nclm/Explore Orain/Wikis/{{{id}}}|Write a description for this wiki.]]

12,000 edits

An Orain wiki since:
[[User:Nclm/Explore Orain/Wikis/{{{id}}}|Add a date]]
Last updated:
February 2015
Created by:
[[User:Nclm/Explore Orain/Wikis/{{{id}}}|Add a username]]
Language:
[[User:Nclm/Explore Orain/Wikis/{{{id}}}|Add a language]]

[[User:Nclm/Explore Orain/Wikis/{{{id}}}|edit]]

What is this?

A box for identifying a wiki hosted on Orain. Mainly for use in a list of wikis like on User:Nclm/Explore Orain, but also for user pages (“my wikis”, “wikis I contribute the most to”, etc) or on the homepage (“featured wiki”).

Usage

  • Make a subpage for the wiki that needs a box (in User:Nclm/Explore Orain/Wikis/ID, like User:Nclm/Explore Orain/Wikis/allthetropes)
  • Then insert the subpage instead of the template (so it is reusable and the edit links work).
  • TODO: add the parameter nosub to use it directly (removes the edit links).
{{User:Nclm/Explore Orain/Wiki item
| id            = <!-- Wiki ID, as in *.orain.org -->
| name          = <!-- Name of the wiki -->
| creator       = <!-- Username -->
| creation date = <!-- Format: Month YYYY -->
| language      = <!-- Plain name of the language -->
| description   = <!-- Keep it short! -->
}}