Miraheze 模板維基

From Miraheze Developers Wiki
This page is a translated version of the page Miraheze Developers Wiki and the translation is 11% complete.
Outdated translations are marked like this.


歡迎來到 Miraheze 模板維基!

這是一個社區擁有的模板存儲庫,任何人都可以為他們的 Miraheze 維基獲取模板。

如此維基上沒有您需要模板,請在 Phabricator 上創建一個工單,並列出所需模板名稱。

How far into the template rabbit hole do you go?

關於模板

所以,模板是什麼?

模板是被另一個頁面嵌入包含的頁面。 這對於在多個地方使用的文本很有用,只有模板需要編輯以更改它被嵌入包含的所有頁面。

所有模板都在模板命名空間

For example, create a page called Template:Main with the text

''The main article for this is [[{{{1}}}]]''.

and then inserting the template {{Main|Random page}} where you want the text to appear gives:

The main article for this is Random page.

About this wiki

This wiki is intended to be a central repository for Miraheze templates, JavaScript, CSS, or Lua modules.

Templates are a headache to disentangle, understand, install and maintain. Miraheze already makes life considerably easier for wiki admins, allowing them to focus on adding content instead of diverting time and energy to keeping up with the upgrade-debug race.

For full functionality MediaWiki ought to ship with templates bundled in but there is no sign of this happening any time soon. Miraheze wiki admins either write their own templates or export them from elsewhere e.g. Wikipedia.org. This is a wasteful dispersion of effort in place of collaboration.

Use the community portal for any meta discussions (about the wiki) or anything relevant to its intended purpose.

How to use this wiki

Using templates from this wiki won't prevent you from having unique templates on your wiki. The advantage of using templates from this wiki is that multiple people will have already put in the effort to make highly complex templates suitable for general use.

Writing your own templates.

Icons

Miraheze wikis are Instant Commons enabled, otherwise the images for icons would have to be uploaded locally. A good source for these is Wikimedia Commons' Category:Icons by subject.

Template testing

For previewing a template do the following:

  1. Copy the templates to be tested under a common prefix. For example, you might copy Template:Foo to User:Example/sandbox/Template:Foo. Alternatively, you might create User:Example/sandbox/Template:Foo as a redirect to Template:Foo/sandbox.
  2. Go to Special:TemplateSandbox. Fill in the page or revision to be rendered, and the prefix you chose in step 1. It is possible to specify multiple prefixes by separating them using vertical bars, e.g. User:Example/sandbox1|User:Example/sandbox2.
  3. Click View.

There is also a box at the bottom of the edit form which allows for previewing some other page as it would appear were the template being edited saved with the current contents of the edit form.

Available templates

External links