Difference between revisions of "Help:Compact Guide for Editors/First edit"
m |
m |
||
Line 4: | Line 4: | ||
* '''Register for an account''': Click the "[[Special:MoeAuth/createaccount#/|Create account]]" on the top right of the page and follow the instruction there <small>(Temporary in Chinese)</small>. | * '''Register for an account''': Click the "[[Special:MoeAuth/createaccount#/|Create account]]" on the top right of the page and follow the instruction there <small>(Temporary in Chinese)</small>. | ||
* '''Start your first edit''': Whether it's a simple correction of a typo, an addition of sources, or a more time-consuming addition of information or a new chapter, everything in Moegirlpedia starts with edits. Click the "Edit" button next to a subtitle or the "Edit" button on the left of the search bar on the top right of the page to lead you to a new page to start your first edit. | * '''Start your first edit''': Whether it's a simple correction of a typo, an addition of sources, or a more time-consuming addition of information or a new chapter, everything in Moegirlpedia starts with edits. Click the "Edit" button next to a subtitle or the "Edit" button on the left of the search bar on the top right of the page to lead you to a new page to start your first edit. | ||
− | * '''Preview the page''': The most important step in editing is to preview it – see how the page will look like. The "Show preview" button is located below the edit summary box at the bottom of the page, to the right of the "Save page" button, and mostly looks like this: <span class="mw-ui-button" style="margin-right:0.5em;" title="Just a demo and nothing would happen when clicked.(´▽`)">Show preview</span><ref>Just a demo and nothing would happen when clicked.(´▽`)</ref> In addition, clicking the "Show changes" button will show the differences before and after your edit. We recommend that you get into the habit of '''previewing every edit''', as everyone may make mistakes. If you find something wrong with the preview or don't see what you want, recheck the input in the edit box and correct it. | + | * '''Preview the page''': The most important step in editing is to preview it – see how the page will look like. The "Show preview" button is located below the edit summary box at the bottom of the page, to the right of the "Save page" button, and mostly looks like this: <span class="mw-ui-button" style="margin-right:0.5em;" title="Just a demo and nothing would happen when clicked.(´▽`)">Show preview</span><ref group=d>Just a demo and nothing would happen when clicked.(´▽`)</ref> In addition, clicking the "Show changes" button will show the differences before and after your edit. We recommend that you get into the habit of '''previewing every edit''', as everyone may make mistakes. If you find something wrong with the preview or don't see what you want, recheck the input in the edit box and correct it. |
* '''Edit summary''': When correction done, remember to fill in the summary to let other editors know why you've edited! A good summary should summarize the major changes in the edit in brief. If you need help, consider clicking "Show changes" and write a summary based on the changes you've made. If you've only made minor changes to the page, check the box "This is a minor edit" to make it easier for yourself and other editors to backtrack. | * '''Edit summary''': When correction done, remember to fill in the summary to let other editors know why you've edited! A good summary should summarize the major changes in the edit in brief. If you need help, consider clicking "Show changes" and write a summary based on the changes you've made. If you've only made minor changes to the page, check the box "This is a minor edit" to make it easier for yourself and other editors to backtrack. | ||
* '''Save the page''': Once you've written a summary of your edits and previewed the page, you can click "Save page" to complete the editing. If you don't find any '''errors''' displayed in red '''about the code''', please '''save the page''' quickly to avoid [[Help:Editing conflicts|editing conflicts]]. If you haven't seen your changes, remember to copy your edits to somewhere else before refreshing the page to avoid losing the changes. Thank you for editing! You'll see your changes right away. | * '''Save the page''': Once you've written a summary of your edits and previewed the page, you can click "Save page" to complete the editing. If you don't find any '''errors''' displayed in red '''about the code''', please '''save the page''' quickly to avoid [[Help:Editing conflicts|editing conflicts]]. If you haven't seen your changes, remember to copy your edits to somewhere else before refreshing the page to avoid losing the changes. Thank you for editing! You'll see your changes right away. | ||
Line 18: | Line 18: | ||
== Wikitext basic == | == Wikitext basic == | ||
When editing Moegirlpedia, we often need to implement various effects through wikitext or HTML syntax. The most basic are here for you to memorize and review, however you don't have to master them all at once, and can always come back and review the unfamiliar parts. You can choose to bookmark this chapter for later use. As a reminder, the help button in the editor is also useful. | When editing Moegirlpedia, we often need to implement various effects through wikitext or HTML syntax. The most basic are here for you to memorize and review, however you don't have to master them all at once, and can always come back and review the unfamiliar parts. You can choose to bookmark this chapter for later use. As a reminder, the help button in the editor is also useful. | ||
+ | |||
+ | === Formatting === | ||
+ | {| class="wikitable" | ||
+ | ! Description | ||
+ | ! What you type | ||
+ | ! What you get | ||
+ | |- | ||
+ | | Italic | ||
+ | | class="mw-code" | <nowiki>''Italic''</nowiki> | ||
+ | | ''Italic'' | ||
+ | |- | ||
+ | | Bold | ||
+ | | class="mw-code" | <nowiki>'''Bold'''</nowiki> | ||
+ | | '''Bold''' | ||
+ | |- | ||
+ | | Bold & Italic | ||
+ | | class="mw-code" | <nowiki>'''''Bold & Italic'''''</nowiki> | ||
+ | | '''''Bold & Italic''''' | ||
+ | |- | ||
+ | | Start a new paragraph | ||
+ | | class="mw-code" | ''(Press "Enter" twice)'' | ||
+ | | Paragraph 1 | ||
+ | |||
+ | Paragraph 2 | ||
+ | |- | ||
+ | | Start a new line | ||
+ | | class="mw-code" | <nowiki><br></nowiki> | ||
+ | | Line 1<br>Line 2 | ||
+ | |- | ||
+ | | Strikethrough | ||
+ | | class="mw-code" | <nowiki><s>Flat-tan</s></nowiki> | ||
+ | | <span style="text-decoration:line-through;">Flat-tan</span> | ||
+ | |- | ||
+ | | Reference | ||
+ | | class="mw-code" | <nowiki><ref>Moegirlpe-tan</ref></nowiki> | ||
+ | | Flat-tan<ref>Moegirlpe-tan</ref><br><references /> | ||
+ | |- | ||
+ | | Keep source formatting<ref group=a>For poems or lyrics, '''not usual text in an article'''.</ref> | ||
+ | | class="mw-code" | <nowiki><poem></poem></nowiki> | ||
+ | | | ||
+ | |- | ||
+ | | Show code | ||
+ | | class="mw-code" | <nowiki><nowiki></nowiki></nowiki> or<br><nowiki><pre></pre></nowiki> or<br><nowiki><code></code></nowiki><ref group=a>The combination '''<nowiki><code><nowiki></nowiki></nowiki><nowiki></code></nowiki>''' is often used to show formatted code.</ref> | ||
+ | | | ||
+ | |- | ||
+ | ! colspan="3" style="font-weight: initial; text-align: initial; font-size: smaller;" | | ||
+ | <references group="a" /> | ||
+ | |} | ||
+ | |||
+ | === Links === | ||
+ | {| class="wikitable" | ||
+ | ! Description | ||
+ | ! What you type | ||
+ | ! What you get | ||
+ | |- | ||
+ | | Internal link | ||
+ | | <nowiki>[[Moegirlpe-tan]]</nowiki><br><nowiki>[[Moegirlpe-tan|Flat-tan]]</nowiki><br><nowiki>[[Moegirlpe-tan#Character settings]]</nowiki><ref group=b>If there are more than one of the same title, add an ordinal number to link to the specified one. For example, if there are 3 headings in a page named "Sample heading" and you want to jump to the third one, use <nowiki>[[#Sample heading 3]]</nowiki>.</ref><br><nowiki>[[MGP:About|]]</nowiki><ref group=b>Not effective in references.</ref> | ||
+ | | [[Moegirlpe-tan]]<br>[[Moegirlpe-tan|Flat-tan]]<br>[[Moegirlpe-tan#Character settings]]<br>[[MGP:About|About]] | ||
+ | |- | ||
+ | | External link | ||
+ | | <nowiki>[https://zh.moegirl.org.cn]</nowiki><br><nowiki>[https://zh.moegirl.org.cn Chinese Moegirlpedia]</nowiki> | ||
+ | | [https://zh.moegirl.org.cn]<br>[https://zh.moegirl.org.cn Chinese Moegirlpedia] | ||
+ | |- | ||
+ | | Redirect | ||
+ | |<nowiki>#Redirect [[Page name]]</nowiki> | ||
+ | | | ||
+ | |- | ||
+ | | Link to a category | ||
+ | |<nowiki>[[Category:Help]]</nowiki> | ||
+ | | | ||
+ | |- | ||
+ | | Cite a category | ||
+ | |<nowiki>[[:Category:Help]]</nowiki><ref group =b>Note the colon leftmost.</ref> | ||
+ | |[[:Category:Help]] | ||
+ | |- | ||
+ | | Interwiki link<ref group = b>You can link to other wikis including our sister project, Wikipedia, etc., see [[Special:Interwiki]] for details.</ref> | ||
+ | |<nowiki>[[library:Mainpage]]<br>[[commons:Mainpage]]<br>[[zhwp:萌娘百科]]</nowiki> | ||
+ | |[[library:Mainpage]]<br>[[commons:Mainpage]]<br>[[zhwp:萌娘百科]] | ||
+ | |- | ||
+ | ! colspan="3" style="font-weight: initial; text-align: initial; font-size: smaller;" | | ||
+ | <references group="b" /> | ||
+ | |} | ||
For further information, please [[:zh:Help:萌百编辑简明指南/实战一|click here]] to check the Chinese compact guide. | For further information, please [[:zh:Help:萌百编辑简明指南/实战一|click here]] to check the Chinese compact guide. | ||
== References == | == References == | ||
− | <references /> | + | <references group= "d"/> |
{{Template:Moegirlpedia help}} | {{Template:Moegirlpedia help}} | ||
[[Category:Help]] | [[Category:Help]] |
Revision as of 16:00, 27 February 2024
Make your first edit!
- Register for an account: Click the "Create account" on the top right of the page and follow the instruction there (Temporary in Chinese).
- Start your first edit: Whether it's a simple correction of a typo, an addition of sources, or a more time-consuming addition of information or a new chapter, everything in Moegirlpedia starts with edits. Click the "Edit" button next to a subtitle or the "Edit" button on the left of the search bar on the top right of the page to lead you to a new page to start your first edit.
- Preview the page: The most important step in editing is to preview it – see how the page will look like. The "Show preview" button is located below the edit summary box at the bottom of the page, to the right of the "Save page" button, and mostly looks like this: [d 1] In addition, clicking the "Show changes" button will show the differences before and after your edit. We recommend that you get into the habit of previewing every edit, as everyone may make mistakes. If you find something wrong with the preview or don't see what you want, recheck the input in the edit box and correct it.
- Edit summary: When correction done, remember to fill in the summary to let other editors know why you've edited! A good summary should summarize the major changes in the edit in brief. If you need help, consider clicking "Show changes" and write a summary based on the changes you've made. If you've only made minor changes to the page, check the box "This is a minor edit" to make it easier for yourself and other editors to backtrack.
- Save the page: Once you've written a summary of your edits and previewed the page, you can click "Save page" to complete the editing. If you don't find any errors displayed in red about the code, please save the page quickly to avoid editing conflicts. If you haven't seen your changes, remember to copy your edits to somewhere else before refreshing the page to avoid losing the changes. Thank you for editing! You'll see your changes right away.
What should I do if I get a warning when saving edits? |
---|
Don't worry! Despite the warning, you are generally not in trouble. Moegirlpedia has set up a number of "abuse filters" to check for some common problems automatically in editing. When meeting prompts from them, remember to "check, fix and try again".
There are also some abuse filters that don't allow you to save the wrong edits. If you really don't understand what the abuse filter is asking you to do, copy your changes and abuse filter number and ask on the Discussion board. |
Wikitext basic
When editing Moegirlpedia, we often need to implement various effects through wikitext or HTML syntax. The most basic are here for you to memorize and review, however you don't have to master them all at once, and can always come back and review the unfamiliar parts. You can choose to bookmark this chapter for later use. As a reminder, the help button in the editor is also useful.
Formatting
Description | What you type | What you get |
---|---|---|
Italic | ''Italic'' | Italic |
Bold | '''Bold''' | Bold |
Bold & Italic | '''''Bold & Italic''''' | Bold & Italic |
Start a new paragraph | (Press "Enter" twice) | Paragraph 1
Paragraph 2 |
Start a new line | <br> | Line 1 Line 2 |
Strikethrough | <s>Flat-tan</s> | Flat-tan |
Reference | <ref>Moegirlpe-tan</ref> | Flat-tan[1]
|
Keep source formatting[a 1] | <poem></poem> | |
Show code | <nowiki></nowiki> or <pre></pre> or <code></code>[a 2] |
|
Links
Description | What you type | What you get |
---|---|---|
Internal link | [[Moegirlpe-tan]] [[Moegirlpe-tan|Flat-tan]] [[Moegirlpe-tan#Character settings]][b 1] [[MGP:About|]][b 2] |
Moegirlpe-tan Flat-tan Moegirlpe-tan#Character settings About |
External link | [https://zh.moegirl.org.cn] [https://zh.moegirl.org.cn Chinese Moegirlpedia] |
[1] Chinese Moegirlpedia |
Redirect | #Redirect [[Page name]] | |
Link to a category | [[Category:Help]] | |
Cite a category | [[:Category:Help]][b 3] | Category:Help |
Interwiki link[b 4] | [[library:Mainpage]]<br>[[commons:Mainpage]]<br>[[zhwp:萌娘百科]] | library:Mainpage commons:Mainpage zhwp:萌娘百科 |
|
For further information, please click here to check the Chinese compact guide.
References
- ↑ Just a demo and nothing would happen when clicked.(´▽`)